projects
/
ansible.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b55ddd9
)
apache: disable access_compat module
author
Ralf Jung
<post@ralfj.de>
Tue, 17 Apr 2018 20:37:17 +0000
(22:37 +0200)
committer
Ralf Jung
<post@ralfj.de>
Tue, 17 Apr 2018 20:37:17 +0000
(22:37 +0200)
roles/apache/tasks/main.yml
patch
|
blob
|
history
diff --git
a/roles/apache/tasks/main.yml
b/roles/apache/tasks/main.yml
index 9b6c82e12fd99deede7ed5c6bbd7145209bea315..12f9580c632affec50528d7558f1022e817eb2c7 100644
(file)
--- a/
roles/apache/tasks/main.yml
+++ b/
roles/apache/tasks/main.yml
@@
-12,6
+12,13
@@
- ssl
- macro
notify: apache
+- name: disable modules
+ apache2_module:
+ state: absent
+ name: "{{ item }}"
+ loop:
+ - access_compat
+ notify: apache
- name: install shared config files
copy:
dest: /etc/apache2/conf-available/{{ item }}