Skip to content
Snippets Groups Projects
Commit de042881 authored by Rémi - Le Filament's avatar Rémi - Le Filament
Browse files

[UPD] upgrade traefik version to 2.5

parent 7cd81798
No related branches found
No related tags found
Loading
...@@ -41,7 +41,7 @@ Variables from vars directory: ...@@ -41,7 +41,7 @@ Variables from vars directory:
* Global (main.yml): * Global (main.yml):
* pip_packages: Python pip packages to be installed / upgraded * pip_packages: Python pip packages to be installed / upgraded
* timezone: for Traefik logs (defaults to "Europe/Paris") * timezone: for Traefik logs (defaults to "Europe/Paris")
* traefik_version: "v2.4" * traefik_version: "v2.5"
This role also makes use of variables gathered from facts : This role also makes use of variables gathered from facts :
* ansible_os_family : Family of Operating System (Debian or RedHat) * ansible_os_family : Family of Operating System (Debian or RedHat)
......
...@@ -55,7 +55,6 @@ ...@@ -55,7 +55,6 @@
frameDeny = true frameDeny = true
customFrameOptionsValue = "SAMEORIGIN" customFrameOptionsValue = "SAMEORIGIN"
{% endif %} {% endif %}
sslRedirect = true
stsIncludeSubdomains = true stsIncludeSubdomains = true
stsPreload = true stsPreload = true
stsSeconds = 15552000 stsSeconds = 15552000
......
...@@ -3,4 +3,4 @@ pip_packages: ...@@ -3,4 +3,4 @@ pip_packages:
- pip - pip
- docker_compose - docker_compose
timezone: "Europe/Paris" timezone: "Europe/Paris"
traefik_version: "v2.4" traefik_version: "v2.5"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment