Ansible Role - Ansible
Go to file
2016-08-28 17:20:40 -05:00
meta Use Docker to test on multiple OSes. 2016-08-28 17:12:51 -05:00
tasks Update role to use distro-specific includes. 2015-01-05 09:04:36 -06:00
tests Use Docker to test on multiple OSes. 2016-08-28 17:12:51 -05:00
.travis.yml Use more robust test for ansible installation. 2016-08-28 17:20:40 -05: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.