system-config/playbooks/remote_puppet_adhoc.yaml
James E. Blair a792e831e0 Remove puppet_environment from the adhoc playbook
This is not necessary.  The same argument can be passed on the
command line and the role will pick it up itself.

Change-Id: Ib2f80828ab4b6282ac68191409bac7d1a6ebddf3
2016-09-16 11:35:40 -07:00

6 lines
84 B
YAML

- hosts: '*'
gather_facts: true
roles:
- role: puppet
manage_config: true