Ansible Role - Ansible
Go to file
2014-11-08 14:31:33 -06:00
meta Initial commit. 2014-06-07 11:05:13 -05:00
tasks Initial commit. 2014-06-07 11:05:13 -05: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.