Skip to content

MSA-Argentina/ansible-roles

Repository files navigation

Ansible roles Build Status

Some useful roles to speed up deployments with Ansible. Requires Ansible 2.0+ and Ubuntu 16.04. Most roles also work in FreeBSD (tested in 10.3+)

How to use

  • Clone this repo
  • Modify ansible.cfg (usually /etc/ansible/ansible.cfg) and include this line:
roles_path = /path/to/cloned_repo
  • Finally, use any of these roles in your playbooks:
---
- hosts: all
  roles:
    - server-bootstrap
    - postgresql
    - nginx
...

Credits