Comment out these apache and mod_wsgi tasks.
This commit is contained in:
parent
8320ac0165
commit
f38c5504f5
1 changed files with 6 additions and 2 deletions
|
@ -40,8 +40,12 @@
|
||||||
- include: "{{ tasks }}/yumrepos.yml"
|
- include: "{{ tasks }}/yumrepos.yml"
|
||||||
- include: "{{ tasks }}/2fa_client.yml"
|
- include: "{{ tasks }}/2fa_client.yml"
|
||||||
- include: "{{ tasks }}/motd.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:
|
handlers:
|
||||||
- include: "{{ handlers }}/restart_services.yml"
|
- include: "{{ handlers }}/restart_services.yml"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue