Ansible Role - Ansible
Go to file
2016-02-08 23:01:44 -06:00
meta Update Galaxy info. 2016-02-08 22:40:22 -06:00
tasks Update role to use distro-specific includes. 2015-01-05 09:04:36 -06:00
tests Fix broken test. 2014-06-07 11:11:46 -05:00
.travis.yml Fix Travis tests. 2016-02-08 23:01:44 -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.