ansible-role-ansible/README.md

32 lines
772 B
Markdown
Raw Normal View History

2014-06-07 18:05:13 +02:00
# Ansible Role: Ansible
[![Build Status](https://travis-ci.org/geerlingguy/ansible-role-ansible.svg?branch=master)](https://travis-ci.org/geerlingguy/ansible-role-ansible)
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
2014-06-07 18:29:29 +02:00
None.
2014-06-07 18:05:13 +02:00
## Dependencies
None.
## Example Playbook
- hosts: servers
roles:
- { role: geerlingguy.ansible }
## License
MIT / BSD
## Author Information
This role was created in 2014 by [Jeff Geerling](http://jeffgeerling.com/), author of [Ansible for DevOps](http://ansiblefordevops.com/).