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: I0597eab2c06c6963601dec689714c38101a4d470changes/27/600827/1
parent
b8faefa8a8
commit
2eee43e627
@ -1,4 +1,5 @@
|
||||
- hosts: "afs:afsdb:!disabled"
|
||||
name: "AFS: run puppet on the AFS servers"
|
||||
strategy: free
|
||||
roles:
|
||||
- puppet
|
||||
|
@ -1,4 +1,5 @@
|
||||
- hosts: 'puppet:!review:!git-server:!zuul-scheduler:!afs:!afsdb:!puppetmaster*:!disabled'
|
||||
name: "Puppet-else: run puppet on all other servers"
|
||||
strategy: free
|
||||
roles:
|
||||
- puppet
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
- hosts: localhost
|
||||
name: "Cloud-launcher: Run cloud launcher"
|
||||
connection: local
|
||||
gather_facts: false
|
||||
roles:
|
||||
- { role: cloud-launcher }
|
||||
- cloud-launcher
|
||||
|
Loading…
Reference in new issue