ansible playbook and roles

This commit is contained in:
2022-10-09 14:56:26 +02:00
parent d061dc39f9
commit 15db356544
21 changed files with 614 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
[[tls.certificates]]
certFile = "/etc/certs/local.fr.crt"
keyFile = "/etc/certs/local.fr.key"
[tls.stores]
[tls.stores.default]
[tls.stores.default.defaultCertificate]
certFile = "/etc/certs/local.fr.crt"
keyFile = "/etc/certs/local.fr.key"

View File

@@ -0,0 +1,7 @@
---
http:
middlewares:
StagingHeader:
headers:
customRequestHeaders:
X-Is-Secure: "true"