From 3ac5cbfa087b65340d7cd4d54532159fe478ced2 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 10 Feb 2016 01:32:38 +0000 Subject: [PATCH] Move hosts role around so it might be done before haproxy check --- playbooks/groups/proxies.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/playbooks/groups/proxies.yml b/playbooks/groups/proxies.yml index 446fbc052f..8955ee48ed 100644 --- a/playbooks/groups/proxies.yml +++ b/playbooks/groups/proxies.yml @@ -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.