diff --git a/playbooks/groups/proxies.yml b/playbooks/groups/proxies.yml index 8ede0f9d3d..c6ac3af6be 100644 --- a/playbooks/groups/proxies.yml +++ b/playbooks/groups/proxies.yml @@ -42,6 +42,7 @@ - include: "{{ tasks }}/yumrepos.yml" - include: "{{ tasks }}/2fa_client.yml" - include: "{{ tasks }}/motd.yml" + - include: "{{ tasks }}/apache.yml" # You might think we would want these tasks on the proxy nodes, but they # actually deliver a configuration that our proxy-specific roles below then go @@ -85,7 +86,6 @@ - include: "{{ handlers }}/restart_services.yml" roles: - - httpd/base - httpd/proxy - varnish