Ansible role for running puppet
e1c1430bd6
The show_diff option is superseeded by a new built-in option in ansible so does not need to be kept in the docs here. Also, upstream needs the simplejson fallback. We do not, but keeping in sync is easier. Change-Id: I45a34614d08f4518f031c652915dae97cc3ccbed |
||
---|---|---|
defaults | ||
handlers | ||
library | ||
meta | ||
tasks | ||
tests | ||
vars | ||
.gitignore | ||
.gitreview | ||
LICENSE | ||
README.md | ||
requirements.txt | ||
run_tests.sh | ||
test-requirements.txt | ||
tox.ini |
puppet
Run puppet consistently from ansible.
Requirements
puppet needs to be installed on the target node, and if puppet agent is being used, the cert exchange needs to have been performed.
Role Variables
puppetmaster is the required parameter.
Dependencies
None
Example Playbook
The only required argument is puppetmaster:
- hosts: servers
roles:
- { role: infra.puppet, puppetmaster: puppetmaster.openstack.org }
License
Apache
Author Information
ansible-puppet is maintained by the OpenStack Infra team. The best way to contact them is on #openstack-infra on freenode.