mirror of
https://github.com/geerlingguy/ansible-role-ansible.git
synced 2024-11-12 10:03:56 +01:00
Ansible Role - Ansible
meta | ||
tasks | ||
tests | ||
.gitignore | ||
.travis.yml | ||
LICENSE | ||
README.md |
Ansible Role: Ansible
An Ansible Role that installs Ansible on RHEL/CentOS and Debian/Ubuntu.
Requirements
If using on a RedHat/CentOS-based host, make sure you've added the EPEL repository (it can easily be installed by including the geerlingguy.repo-epel
role on Ansible Galaxy).
Role Variables
None.
Dependencies
None.
Example Playbook
- hosts: servers
roles:
- { role: geerlingguy.ansible }
License
MIT / BSD
Author Information
This role was created in 2014 by Jeff Geerling, author of Ansible for DevOps.