An open API service indexing awesome lists of open source software.

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

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)