Add info about Ansible management
This commit is contained in:
parent
6a87866d19
commit
f1fccefcc1
7 changed files with 13 additions and 4 deletions
|
@ -1 +1,3 @@
|
||||||
|
# Ansible managed
|
||||||
|
|
||||||
Header always set Strict-Transport-Security "max-age=63072000"
|
Header always set Strict-Transport-Security "max-age=63072000"
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
# Ansible managed
|
||||||
|
|
||||||
Alias /.well-known/acme-challenge/ "/var/lib/dehydrated/acme-challenges/"
|
Alias /.well-known/acme-challenge/ "/var/lib/dehydrated/acme-challenges/"
|
||||||
|
|
||||||
<Directory "/var/lib/dehydrated/acme-challenges">
|
<Directory "/var/lib/dehydrated/acme-challenges">
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Verwaltet durch Ansible (Rolle "apache2")
|
# Ansible managed
|
||||||
|
|
||||||
<IfModule mod_expires.c>
|
<IfModule mod_expires.c>
|
||||||
ExpiresActive on
|
ExpiresActive on
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
# Ansible managed
|
||||||
|
|
||||||
<VirtualHost *:80>
|
<VirtualHost *:80>
|
||||||
ServerName localhost
|
ServerName localhost
|
||||||
</VirtualHost>
|
</VirtualHost>
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
|
# Ansible managed
|
||||||
|
|
||||||
[apache*]
|
[apache*]
|
||||||
env.url http://localhost/server-status?auto
|
env.url http://localhost/server-status?auto
|
||||||
{% if inventory_hostname == "orwell" %}
|
|
||||||
env.ports 443
|
|
||||||
{% endif %}
|
|
||||||
env.showfree 1
|
env.showfree 1
|
|
@ -1,3 +1,5 @@
|
||||||
|
# Ansible managed
|
||||||
|
|
||||||
RemoteIPHeader X-Forwarded-For
|
RemoteIPHeader X-Forwarded-For
|
||||||
RemoteIPTrustedProxy {{ gateway_host_ip }}
|
RemoteIPTrustedProxy {{ gateway_host_ip }}
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
# Ansible managed
|
||||||
|
|
||||||
SSLProtocol all -SSLv3 -TLSv1 -TLSv1.1
|
SSLProtocol all -SSLv3 -TLSv1 -TLSv1.1
|
||||||
SSLCipherSuite ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256
|
SSLCipherSuite ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256
|
||||||
SSLHonorCipherOrder off
|
SSLHonorCipherOrder off
|
||||||
|
|
Loading…
Reference in a new issue