From bb1e72c884cfd8f2dd011afa9f3e4c1c40b2d133 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Fri, 13 Oct 2023 09:52:29 +0200 Subject: wg0: Disabling conflatorio --- ansible/group_vars/all/wireguard_wg0.yml | 2 +- ansible/inventory | 21 +-------------------- 2 files changed, 2 insertions(+), 21 deletions(-) diff --git a/ansible/group_vars/all/wireguard_wg0.yml b/ansible/group_vars/all/wireguard_wg0.yml index 9e30b79..dee1eb1 100644 --- a/ansible/group_vars/all/wireguard_wg0.yml +++ b/ansible/group_vars/all/wireguard_wg0.yml @@ -16,7 +16,7 @@ wireguard_wg0: ipv4: 192.168.60.2 ipv6: fdf3:aad9:a885:0b3a::2 conflatorio: - state: present + state: absent ipv6: fdf3:aad9:a885:0b3a::3 arius: state: present diff --git a/ansible/inventory b/ansible/inventory index 44a0123..451a286 100644 --- a/ansible/inventory +++ b/ansible/inventory @@ -39,16 +39,6 @@ all: ansible_host: 192.168.10.123 sweetzpot-macos: ansible_host: 0.0.0.0 - conflatorio-test1: - ansible_host: "fd56:1ae9:097d:3ddd:6c53:1011:3bad:9498" - conflatorio-test2: - ansible_host: "fd56:1ae9:097d:3ddd:4c96:be16:9e04:c110" - conflatorio-test3: - ansible_host: "fd56:1ae9:097d:3ddd:02df:da1d:ccb7:97b9" - conflatorio-test4: - ansible_host: "fd56:1ae9:097d:3ddd:ecd7:7f0a:79cd:343c" - conflatorio-test5: - ansible_host: "fd56:1ae9:097d:3ddd:5375:e67b:7878:310d" lhn2pi: ansible_host: 192.168.100.8 lhn2ix: @@ -86,20 +76,10 @@ all: nextcloud: numquam: unifi: - children: - conflatorio_lxc: lxc_hosts: hosts: arius: birgitte: -# conflatorio: - conflatorio_lxc: - hosts: - conflatorio-test1: - conflatorio-test2: - conflatorio-test3: - conflatorio-test4: - conflatorio-test5: linode_dns_update: hosts: akysis: @@ -155,6 +135,7 @@ all: children: borg_nas: + # Do not remove hosts from this list, set them to absent instead wireguard_wg0: hosts: akili: -- cgit v1.2.3