This role aims to simplify using ansible both as a developer and as an admin.
- Ansible installed via PIP
[defaults]
roles_path=$HOME/.ansible/roles/galaxy
hash_behaviour = merge
opsroll:
ansible:
user_install_path: $HOME/.ansible
The quick setup goes as follows. Create a file in your $HOME directory called .setup.yml and paste the following into it.
- hosts: localhost
connection: local
roles:
- { role: opsroll.ansible, user_install_path: $HOME/.ansible }
then run it
`ansible-playbook ~/.setup.yml`
now your ansible is configured to run completely within your home directory.
GPLv2
This role was created by Charles Gardner <charles[at]opsroll.com>