Use git-servers group in remote_puppet_else
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
This commit is contained in:
parent
54f250cafb
commit
7df7bc2aad
@ -1,4 +1,4 @@
|
||||
- hosts: 'puppet:!review:!git0*:!zuul-scheduler:!afs:!afsdb:!puppetmaster*:!disabled'
|
||||
- hosts: 'puppet:!review:!git-server:!zuul-scheduler:!afs:!afsdb:!puppetmaster*:!disabled'
|
||||
strategy: free
|
||||
roles:
|
||||
- puppet
|
||||
|
Loading…
x
Reference in New Issue
Block a user