ansible playbook and roles
This commit is contained in:
9
ansible/roles/traefik/files/config/dynamic_conf.toml
Normal file
9
ansible/roles/traefik/files/config/dynamic_conf.toml
Normal 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"
|
||||
7
ansible/roles/traefik/files/config/middlewares.yml
Normal file
7
ansible/roles/traefik/files/config/middlewares.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
http:
|
||||
middlewares:
|
||||
StagingHeader:
|
||||
headers:
|
||||
customRequestHeaders:
|
||||
X-Is-Secure: "true"
|
||||
Reference in New Issue
Block a user