ansible-role-ansible/README.md

32 lines
762 B
Markdown
Raw Permalink 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 Linux servers.
2014-06-07 18:05:13 +02:00
## 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
2014-06-07 18:05:13 +02:00
## License
MIT / BSD
## Author Information
This role was created in 2014 by [Jeff Geerling](https://www.jeffgeerling.com/), author of [Ansible for DevOps](https://www.ansiblefordevops.com/).