WIP: Traefik - make sure ngnix is stopped

This commit is contained in:
David Stephens 2018-11-28 23:10:27 +00:00
parent 0b1fb91f82
commit 1ae5de70dc

View file

@ -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 }}"