Move hosts role around so it might be done before haproxy check

This commit is contained in:
Kevin Fenzi 2016-02-10 01:32:38 +00:00
parent 735fa9a8fe
commit 3ac5cbfa08

View file

@ -14,7 +14,6 @@
roles:
- base
- hosts
- rkhunter
- nagios_client
- fas_client
@ -74,6 +73,10 @@
roles:
- httpd/proxy
- varnish
#
# Re-run hosts here so things are ok for the haproxy check
#
- hosts
# After setting up the "basics" of the proxy hosts above, here below we break
# out the proxy-specific configuration into a couple different sub-playbooks.