mirror of
https://github.com/davestephens/ansible-nas
synced 2024-11-15 08:27:19 +00:00
WIP: Traefik - make sure ngnix is stopped
This commit is contained in:
parent
0b1fb91f82
commit
1ae5de70dc
1 changed files with 10 additions and 0 deletions
|
@ -1,4 +1,14 @@
|
|||
---
|
||||
- name: Ensure Nginx Docker Container is absent
|
||||
docker_container:
|
||||
name: nginx-proxy
|
||||
state: absent
|
||||
|
||||
- name: Nginx Letsencrypt Container is absent
|
||||
docker_container:
|
||||
name: letsencrypt-nginx-proxy-companion
|
||||
state: absent
|
||||
|
||||
- name: Create Trafik Directories
|
||||
file:
|
||||
path: "{{ item }}"
|
||||
|
|
Loading…
Reference in a new issue