Ansible Role - Ansible
Go to file
Jeff Geerling de517840c7 Add Fedora support. 2016-09-17 19:13:09 -05:00
meta Add Fedora support. 2016-09-17 19:13:09 -05:00
tasks Add Fedora support. 2016-09-17 19:13:09 -05:00
tests Use Docker to test on multiple OSes. 2016-08-28 17:12:51 -05:00
.travis.yml Add Fedora support. 2016-09-17 19:13:09 -05:00
README.md Syntax cleanup from #4. 2016-08-30 19:20:35 -05:00

README.md

Ansible Role: Ansible

Build Status

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.