fix: ensure traefik docker network is present
This commit is contained in:
parent
f0b95ed83a
commit
8c29be5db7
1 changed files with 5 additions and 0 deletions
|
|
@ -34,6 +34,11 @@
|
||||||
loop:
|
loop:
|
||||||
- letsencrypt
|
- letsencrypt
|
||||||
|
|
||||||
|
- name: Create traefik Docker network
|
||||||
|
community.docker.docker_network:
|
||||||
|
name: traefik
|
||||||
|
state: present
|
||||||
|
|
||||||
- name: Generate traefik static configuration
|
- name: Generate traefik static configuration
|
||||||
template:
|
template:
|
||||||
src: traefik.yml.j2
|
src: traefik.yml.j2
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue