|
@@ -6,13 +6,6 @@
|
6
|
6
|
command: a2enmod ssl creates=/etc/apache2/mods-enabled/ssl.load
|
7
|
7
|
notify: restart apache
|
8
|
8
|
|
9
|
|
-- name: Enable NameVirtualHost for HTTPS
|
10
|
|
- lineinfile:
|
11
|
|
- dest=/etc/apache2/ports.conf regexp='^ NameVirtualHost \*:443'
|
12
|
|
- insertafter='^<IfModule mod_ssl.c>'
|
13
|
|
- line=' NameVirtualHost *:443'
|
14
|
|
- notify: restart apache
|
15
|
|
-
|
16
|
9
|
- name: Enable Apache SOCACHE_SHMCB module for the SSL stapling cache
|
17
|
10
|
command: a2enmod socache_shmcb
|
18
|
11
|
creates=/etc/apache2/mods-enabled/socache_shmcb.load
|