Add info about Ansible management

This commit is contained in:
phil 2023-02-06 22:26:12 +01:00
parent 6a87866d19
commit f1fccefcc1
7 changed files with 13 additions and 4 deletions

View file

@ -1 +1,3 @@
# Ansible managed
Header always set Strict-Transport-Security "max-age=63072000"

View file

@ -1,3 +1,5 @@
# Ansible managed
Alias /.well-known/acme-challenge/ "/var/lib/dehydrated/acme-challenges/"
<Directory "/var/lib/dehydrated/acme-challenges">

View file

@ -1,4 +1,4 @@
# Verwaltet durch Ansible (Rolle "apache2")
# Ansible managed
<IfModule mod_expires.c>
ExpiresActive on

View file

@ -1,3 +1,5 @@
# Ansible managed
<VirtualHost *:80>
ServerName localhost
</VirtualHost>

View file

@ -1,6 +1,5 @@
# Ansible managed
[apache*]
env.url http://localhost/server-status?auto
{% if inventory_hostname == "orwell" %}
env.ports 443
{% endif %}
env.showfree 1

View file

@ -1,3 +1,5 @@
# Ansible managed
RemoteIPHeader X-Forwarded-For
RemoteIPTrustedProxy {{ gateway_host_ip }}

View file

@ -1,3 +1,5 @@
# Ansible managed
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
SSLHonorCipherOrder off