This website requires JavaScript.
Explore
Get Started
opendev
/
system-config
Code
Issues
Proposed changes
2cf0364d40
Branches
Tags
No results found.
system-config
/
playbooks
/
remote_puppet_adhoc.yaml
5 lines
52 B
YAML
Raw
Normal View
History
Unescape
Escape
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-02-24 19:05:23 +00:00
-
hosts
:
'*'
Make strategy free default for all remote_puppet playbooks Now that we've confirmed ansible-playbook works as expected, lets enable the free strategy by default. While playbooks with singles hosts will not benefit from this, we add it to be consistent with our playbooks. Change-Id: Ia6abdfaf5c122f88ead2272c8700e2c1f33c5449 Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2016-07-13 20:53:31 +00:00
strategy
:
free
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-02-24 19:05:23 +00:00
roles
:
Clean up puppet variables and playbooks The puppet playbooks were some of the first we wrote, so they're slightly wonky. Remove '---' lines that are completely unnecessary. Fix indentation. Move some variables that are the same everywhere into ansible variables. Put puppet related variables into the puppet group_vars. Stop running puppet on localhost in the git playbook. Change-Id: I2d2a4acccd3523f1931ebec5977771d5a310a0c7
2018-08-17 10:11:03 +00:00
-
puppet
Copy Permalink