ansible-galaxy install -r requirements.yaml
cp inventory_dist.yaml inventory.yaml
... and fill it with correct data. Groups new
and prepared
should have the same hosts but the new
group used by
prepare-host
playbook and prepared
for any others
ansible-playbook -i inventory.yaml monitoring-playbook.yaml --diff --check
ansible-playbook -i inventory.yaml prepare-host-playbook.yaml
ansible-playbook -i inventory.yaml docker-playbook.yaml
ansible-playbook -i inventory.yaml postgres-playbook.yaml
ansible-playbook -i inventory.yaml redis-playbook.yaml
ansible-playbook -i inventory.yaml metrics-playbook.yaml