Ansible Role - Ansible
Go to file
Jeff Geerling 621df1e600 Merge pull request #1 from Firefishy/patch-1
Update to use official Ansible PPA.
2014-12-17 10:15:54 -06:00
meta Add EL 7 to supported platforms. 2014-11-11 10:34:10 -06:00
tasks Update to use official Ansible PPA 2014-12-17 16:11:16 +00:00
tests Fix broken test. 2014-06-07 11:11:46 -05:00
.travis.yml Update test. 2014-11-08 14:31:33 -06:00
README.md Updated README. 2014-06-07 11:29:29 -05:00

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.