system-config/playbooks/remote_puppet_else.yaml
Monty Taylor 544b75ad2f Run puppet on old nb0[1-3] in nodepool playbook
We still need to run puppet here until they're replaced, but
we're triggering service-nodepool on project-config nodepool
changes. So run the puppet.

Change-Id: Ib0bdaeee98e19921b8c4117c12f8a0c05e64af57
2020-04-03 16:15:11 -05:00

8 lines
210 B
YAML

- hosts: 'puppet:!review:!afs:!afsdb:!puppetmaster*:!nb*:!disabled'
name: "Puppet-else: run puppet on all other servers"
strategy: free
roles:
- puppet-install
- disable-puppet-agent
- puppet