From ddc42fe6b398b89ebdbccf7ce4940b5f9829cad7 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Fri, 13 Aug 2021 21:13:46 +0200 Subject: fix blackmagic apt repo keyring --- inventory/group_vars/chaos-at-home/network.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'inventory/group_vars/chaos-at-home/network.yml') diff --git a/inventory/group_vars/chaos-at-home/network.yml b/inventory/group_vars/chaos-at-home/network.yml index 67fc8fd6..55142a81 100644 --- a/inventory/group_vars/chaos-at-home/network.yml +++ b/inventory/group_vars/chaos-at-home/network.yml @@ -6,7 +6,8 @@ network_zones: gateway: 192.168.28.254 dns: # - 192.168.28.254 - - 9.9.9.9 +# - 9.9.9.9 + - 1.1.1.1 dhcp: start: 100 limit: 199 @@ -52,7 +53,8 @@ network_zones: gateway: 192.168.32.254 dns: # - 192.168.32.254 - - 9.9.9.9 +# - 9.9.9.9 + - 1.1.1.1 offsets: ch-apps: 1 ch-http-proxy: 8 -- cgit v1.2.3