e8e201cc75
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
6 lines
84 B
YAML
6 lines
84 B
YAML
- hosts: '*'
|
|
gather_facts: true
|
|
roles:
|
|
- role: puppet
|
|
manage_config: true
|