Ansible Role - Ansible
Go to file
Jeff Geerling 0a789843cb Fix deprecation warnings in Ansible 2.5 for state 'present'. 2018-04-04 13:41:39 -05:00
meta Add Fedora support. 2016-09-17 19:13:09 -05:00
tasks Fix deprecation warnings in Ansible 2.5 for state 'present'. 2018-04-04 13:41:39 -05:00
tests Update test script README. [ci skip] 2017-04-02 10:40:08 -05:00
.gitignore Use new modernized test shim script. 2017-04-01 22:13:42 -05:00
.travis.yml Test Fedora 27 instead of Fedora 24. 2018-02-17 17:05:33 -06: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

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.