projects
/
ansible.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix apache HTTP2HTTPS redirect config
[ansible.git]
/
roles
/
apache
/
tasks
/
main.yml
diff --git
a/roles/apache/tasks/main.yml
b/roles/apache/tasks/main.yml
index fee26efff5be7b765f1e34d53fd537d57f45ade8..8d1382c179fc857faaa5d0d36fd6acb615f6acac 100644
(file)
--- a/
roles/apache/tasks/main.yml
+++ b/
roles/apache/tasks/main.yml
@@
-1,5
+1,5
@@
- name: install apache
- name: install apache
- apt: name=apache2,python-netaddr state=latest
+ apt: name=apache2,python
3
-netaddr state=latest
- name: enable apache
service: name=apache2 enabled=yes
# apache config
- name: enable apache
service: name=apache2 enabled=yes
# apache config
@@
-35,6
+35,7
@@
- php5.conf
- security.conf
- defaults.conf
- php5.conf
- security.conf
- defaults.conf
+ - caching.conf
notify: apache
- name: enable config files
command: a2enconf {{ item }}
notify: apache
- name: enable config files
command: a2enconf {{ item }}
@@
-44,6
+45,7
@@
- ssl
- security
- defaults
- ssl
- security
- defaults
+ - caching
notify: apache
- name: disable config files
command: a2disconf {{ item }}
notify: apache
- name: disable config files
command: a2disconf {{ item }}