https://github.com/nexcess/ansible-role-puppet
Ansible roll for installing and configuring puppet on stark vms
https://github.com/nexcess/ansible-role-puppet
Last synced: 7 months ago
JSON representation
Ansible roll for installing and configuring puppet on stark vms
- Host: GitHub
- URL: https://github.com/nexcess/ansible-role-puppet
- Owner: nexcess
- License: mit
- Created: 2017-03-28T13:58:54.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-05-30T20:36:32.000Z (about 2 years ago)
- Last Synced: 2024-05-31T22:42:44.898Z (about 2 years ago)
- Language: Jinja
- Size: 59.6 KB
- Stars: 0
- Watchers: 7
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ansible Role: puppet Repository
Installs the [Puppet repository](http://mirror.nexcess.net/puppetlabs/yum/) for RHEL/CentOS.
## Requirements
This role only is needed/runs on RHEL and its derivatives.
## Role Variables
see: defaults/main.yml
## Dependencies
None.
## Example Playbook
- hosts: servers
roles:
- nexcess.puppet
## License
MIT / BSD
## Author Information
This role was created in 2017 by [Paul Oehler](https://github.com/nexpoehler/), and it is based heavily on [geerlingguy/ansible-role-epel-repo](https://github.com/geerlingguy/ansible-role-repo-epel)