system-config/playbooks/remote_puppet_afs.yaml
Monty Taylor b8f4081c2e
Use ansible group vars for futureparser flag
Now that we're running with ansible, we can set the futureparser varible
in the group_vars for the futureparser group and stop passing it as a
parameter explicitly.

Change-Id: I41fe283e96bb48a17f2acfe2ffd939223b5345e7
2018-08-16 14:02:50 -05:00

9 lines
143 B
YAML

---
- hosts: "afs*:!disabled"
strategy: free
gather_facts: true
roles:
- role: puppet
manage_config: True
puppet_reports: none