2eee43e627
In run_all, we start a bunch of plays in sequence, but it's difficult to tell what they're doing until you see the tasks. Name the plays themselves to produce a better narrative structure. Change-Id: I0597eab2c06c6963601dec689714c38101a4d470
6 lines
185 B
YAML
6 lines
185 B
YAML
- hosts: 'puppet:!review:!git-server:!zuul-scheduler:!afs:!afsdb:!puppetmaster*:!disabled'
|
|
name: "Puppet-else: run puppet on all other servers"
|
|
strategy: free
|
|
roles:
|
|
- puppet
|