These are notes for the first go on replacing gxhive with ansible.
Setup
ansible master: frontend
ansible installed in a pythynv virtualenv. Activate with;
source /root/venv/ansible/bin/activate
Ansible files are stored under /root/ansible-cluster
Structure
Tried to follow best pratices directory layout; see: https://docs.ansible.com/ansible/2.8/user_guide/playbooks_best_practices.html
Comments