system-config/playbooks/remote_puppet_adhoc.yaml
Monty Taylor bac2bc0957 Plumb puppet_environment through to the adhoc playbook
Change-Id: I1c0b25a838b6fef6487fc3a8e5b78b73a3ae305a
2016-09-16 00:49:11 +00:00

7 lines
151 B
YAML

- hosts: '*'
gather_facts: true
roles:
- role: puppet
manage_config: true
puppet_environment: '{{ puppet_environment | default(omit) }}'