Ansible Role - Ansible
Go to file
Jeff Geerling 45da2f5d94 Update the author's URL. Now with more HTTPS! 2017-01-21 19:59:42 -06: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 Remove sudo requirement from Travis build. 2016-09-25 15:49:02 -05:00
README.md Update the author's URL. Now with more HTTPS! 2017-01-21 19:59:42 -06: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.