system-config/playbooks/remote_puppet_afs.yaml
Paul Belanger a62b671ee7
Make strategy free default for all remote_puppet playbooks
Now that we've confirmed ansible-playbook works as expected, lets
enable the free strategy by default.

While playbooks with singles hosts will not benefit from this, we add
it to be consistent with our playbooks.

Change-Id: Ia6abdfaf5c122f88ead2272c8700e2c1f33c5449
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2016-07-13 16:53:31 -04:00

7 lines
94 B
YAML

---
- hosts: "afs*:!disabled"
strategy: free
gather_facts: true
roles:
- role: puppet