system-config/playbooks/remote_puppet_afs.yaml
Clark Boylan 54f250cafb Serialize puppet on afs servers properly
We were matching afs* as a glob to serialize puppet runs on afs servers.
This was fine until we added afs-client and afsadmin groups to our
inventory which matched afs*. These groups included many nodes including
our mirror nodes and zuul executors all of which were running puppet
serially which is slow.

Fix this by explicitly using the afs and afsdb groups instead of a glob.

Change-Id: If21bbc48b19806343617e18fb03416c642e00ed2
2018-09-06 15:54:52 -07:00

5 lines
70 B
YAML

- hosts: "afs:afsdb:!disabled"
strategy: free
roles:
- puppet