ansible-role-ansible/README.md

762 B

Ansible Role: Ansible

Build Status

An Ansible Role that installs Ansible on Linux servers.

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.