From f38c5504f5f1e975c10cb242e9ee2d66f2506fd0 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Mon, 19 Jan 2015 19:48:21 +0000 Subject: [PATCH] Comment out these apache and mod_wsgi tasks. --- playbooks/groups/proxies.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/playbooks/groups/proxies.yml b/playbooks/groups/proxies.yml index 4c5e7d7fdc..ddb3e7b4d8 100644 --- a/playbooks/groups/proxies.yml +++ b/playbooks/groups/proxies.yml @@ -40,8 +40,12 @@ - include: "{{ tasks }}/yumrepos.yml" - include: "{{ tasks }}/2fa_client.yml" - include: "{{ tasks }}/motd.yml" - - include: "{{ tasks }}/apache.yml" - - include: "{{ tasks }}/mod_wsgi.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 + # and overwrite... so, let's just leave them out. + #- include: "{{ tasks }}/apache.yml" + #- include: "{{ tasks }}/mod_wsgi.yml" handlers: - include: "{{ handlers }}/restart_services.yml"