system-config/playbooks/remote_puppet_adhoc.yaml
Monty Taylor e8e201cc75 Add a playbook and script for doing adhoc puppet
Running puppet remotely in an ad-hoc manner on disabled hosts is mildly
complex. To facilitate, have a wide open playbook that we always run
with --limit - and a shell script to help us type less.

Change-Id: I629072dcada38d0465d351b1b99828466405372f
2016-03-09 14:23:49 -06:00

6 lines
84 B
YAML

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