Ansible Role - Ansible
Go to file
2017-04-01 22:13:42 -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 new modernized test shim script. 2017-04-01 22:13:42 -05:00
.gitignore Use new modernized test shim script. 2017-04-01 22:13:42 -05:00
.travis.yml Use new modernized test shim script. 2017-04-01 22:13:42 -05:00
LICENSE Add a LICENSE file for MIT license. [ci skip] 2017-03-31 11:23:00 -05:00
README.md Update the author's URL. Now with more HTTPS! 2017-01-21 19:59:42 -06: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.