|
|
@ -39,7 +39,6 @@
|
|
|
|
path: "{{ item }}"
|
|
|
|
path: "{{ item }}"
|
|
|
|
state: directory
|
|
|
|
state: directory
|
|
|
|
with_items:
|
|
|
|
with_items:
|
|
|
|
- /etc/ddclient
|
|
|
|
|
|
|
|
- /etc/minio
|
|
|
|
- /etc/minio
|
|
|
|
- /etc/mitmproxy
|
|
|
|
- /etc/mitmproxy
|
|
|
|
- /etc/smokeping
|
|
|
|
- /etc/smokeping
|
|
|
@ -133,12 +132,6 @@
|
|
|
|
definition:
|
|
|
|
definition:
|
|
|
|
version: '2'
|
|
|
|
version: '2'
|
|
|
|
services:
|
|
|
|
services:
|
|
|
|
ddclient:
|
|
|
|
|
|
|
|
image: kejadlen/ddclient:latest
|
|
|
|
|
|
|
|
container_name: ddclient
|
|
|
|
|
|
|
|
volumes:
|
|
|
|
|
|
|
|
- /etc/ddclient:/etc/ddclient
|
|
|
|
|
|
|
|
restart: unless-stopped
|
|
|
|
|
|
|
|
minio:
|
|
|
|
minio:
|
|
|
|
image: kejadlen/minio:latest
|
|
|
|
image: kejadlen/minio:latest
|
|
|
|
container_name: minio
|
|
|
|
container_name: minio
|
|
|
@ -300,12 +293,6 @@
|
|
|
|
notify: Restart rsyslog
|
|
|
|
notify: Restart rsyslog
|
|
|
|
|
|
|
|
|
|
|
|
handlers:
|
|
|
|
handlers:
|
|
|
|
- name: Restart ddclient
|
|
|
|
|
|
|
|
docker_container:
|
|
|
|
|
|
|
|
name: ddclient
|
|
|
|
|
|
|
|
restart: yes
|
|
|
|
|
|
|
|
ignore_errors: yes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- name: Restart Traefik
|
|
|
|
- name: Restart Traefik
|
|
|
|
docker_container:
|
|
|
|
docker_container:
|
|
|
|
name: traefik
|
|
|
|
name: traefik
|
|
|
|