system-config/playbooks/remote_puppet_adhoc.yaml

9 lines
230 B
YAML

- hosts: '*'
strategy: free
gather_facts: true
roles:
- role: puppet
manage_config: True
puppet_reports: none
futureparser: "{{ True if 'futureparser' in hostvars[inventory_hostname].group_names else False }}"