
We use the git-servers group in remote_puppet_git to positively select the git nodes in that playbook but used !git0* glob to exclude these nodes in remote_puppet_else. Use !git-servers in remote_puppet_else so that the two groups used line up with each other. Change-Id: I023f8262a86117b2dec1ff5b762082e09e601e74
5 lines
130 B
YAML
5 lines
130 B
YAML
- hosts: 'puppet:!review:!git-server:!zuul-scheduler:!afs:!afsdb:!puppetmaster*:!disabled'
|
|
strategy: free
|
|
roles:
|
|
- puppet
|