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:
|
roles:
|
||||||
- base
|
- base
|
||||||
- hosts
|
|
||||||
- rkhunter
|
- rkhunter
|
||||||
- nagios_client
|
- nagios_client
|
||||||
- fas_client
|
- fas_client
|
||||||
|
@ -74,6 +73,10 @@
|
||||||
roles:
|
roles:
|
||||||
- httpd/proxy
|
- httpd/proxy
|
||||||
- varnish
|
- 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
|
# 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.
|
# out the proxy-specific configuration into a couple different sub-playbooks.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue