viccross / ansible-playbooks

My collection of Ansible playbooks for various tasks (dominated by Openshift, currently)
Apache License 2.0
2 stars 3 forks source link

Tidy up playbooks #4

Open viccross opened 4 years ago

viccross commented 4 years ago

Review the rules for file locations, particularly the search path for roles, and tidy up the playbook(s).

viccross commented 4 years ago

Tidy up playbooks in ansible-playbooks

viccross commented 3 years ago

Made a change to be able to run a playbook against multiple bastion hosts simultaneously - broke out some variables from group_vars/all.yml to host-specific files under host_vars.

Next change to make will be to convert some static server-restart tasks into handlers to avoid unnecessary task bounces.

Also consider merging the configure-haproxy and enable-haproxy-stats playbooks, since it makes no sense for them to be separate.