Remove TLS 1.0 and TLS 1.1 support
This commit is contained in:
parent
668414e641
commit
d4293d3c59
4
roles/traefik/files/tls.yml
Normal file
4
roles/traefik/files/tls.yml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
tls:
|
||||||
|
options:
|
||||||
|
default:
|
||||||
|
minVersion: VersionTLS12
|
@ -9,6 +9,15 @@
|
|||||||
dest: "{{ traefik_root }}/config/traefik.yml"
|
dest: "{{ traefik_root }}/config/traefik.yml"
|
||||||
notify: restart_traefik
|
notify: restart_traefik
|
||||||
|
|
||||||
|
- name: Install dynamic Traefik configuration
|
||||||
|
copy:
|
||||||
|
src: tls.yml
|
||||||
|
dest: "{{ traefik_root }}/config/dynamic/tls.yml"
|
||||||
|
owner: root
|
||||||
|
group: root
|
||||||
|
mode: 0600
|
||||||
|
notify: reload_traefik
|
||||||
|
|
||||||
- name: Create Traefik network
|
- name: Create Traefik network
|
||||||
docker_network:
|
docker_network:
|
||||||
name: traefik
|
name: traefik
|
||||||
|
Loading…
Reference in New Issue
Block a user