system-config/playbooks/remote_puppet_afs.yaml
Isaac Beckman ba06551181 Set gather_facts true in ansible playbooks
This is need to support ansible built-in facts
used by puppet-ansible

Change-Id: Id8d14905e12c1d25c49322dd4c418b3f47c0d7c4
2015-11-23 16:40:55 +02:00

6 lines
67 B
YAML

---
- hosts: "afs*"
gather_facts: true
roles:
- role: puppet