Define a certificates resolver

This commit is contained in:
2020-09-03 19:00:27 -04:00
parent d87d5ff525
commit 668414e641
7 changed files with 26 additions and 16 deletions

View File

@@ -3,3 +3,11 @@
path: "{{ traefik_root }}/config/dynamic"
state: touch
listen: reload_traefik
- name: Restart Traefik container
docker_container:
name: "{{ traefik_name }}"
image: traefik:{{ traefik_version }}
state: started
restart: yes
listen: restart_traefik