From e1b216cf2c89bc07a604e3e413d5370553ca8d53 Mon Sep 17 00:00:00 2001 From: Alpha Chen Date: Fri, 26 Jul 2024 07:13:37 -0700 Subject: [PATCH] rm ddclient --- on-fire-within/main.yml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/on-fire-within/main.yml b/on-fire-within/main.yml index d340d45..495bbad 100644 --- a/on-fire-within/main.yml +++ b/on-fire-within/main.yml @@ -39,7 +39,6 @@ path: "{{ item }}" state: directory with_items: - - /etc/ddclient - /etc/minio - /etc/mitmproxy - /etc/smokeping @@ -133,12 +132,6 @@ definition: version: '2' services: - ddclient: - image: kejadlen/ddclient:latest - container_name: ddclient - volumes: - - /etc/ddclient:/etc/ddclient - restart: unless-stopped minio: image: kejadlen/minio:latest container_name: minio @@ -300,12 +293,6 @@ notify: Restart rsyslog handlers: - - name: Restart ddclient - docker_container: - name: ddclient - restart: yes - ignore_errors: yes - - name: Restart Traefik docker_container: name: traefik