2020-09-02 15:20:07 +10:00
|
|
|
- hosts: 'localhost:!disabled'
|
|
|
|
name: Install puppet role/modules
|
|
|
|
strategy: linear
|
|
|
|
roles:
|
|
|
|
- puppet-setup-ansible
|
|
|
|
|
2021-06-07 11:59:47 +10:00
|
|
|
- hosts: 'puppet:!review:!afs:!afsdb:!puppetmaster*:!nb*:!codesearch:!disabled'
|
2018-09-07 10:51:56 -07:00
|
|
|
name: "Puppet-else: run puppet on all other servers"
|
2016-07-13 16:53:31 -04:00
|
|
|
strategy: free
|
2014-10-20 15:23:14 -05:00
|
|
|
roles:
|
2020-09-02 15:20:07 +10:00
|
|
|
- puppet-run
|