Move hosts role around so it might be done before haproxy check
This commit is contained in:
parent
735fa9a8fe
commit
3ac5cbfa08
1 changed files with 4 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue