From ab2ed8d22651116b738fd8637ae213cc86e892c6 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Mon, 29 Mar 2021 04:14:06 +0200 Subject: add config for glt-helene and glt-dione --- inventory/group_vars/glt-live/network.yml | 3 ++- inventory/group_vars/glt-live/vars.yml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'inventory/group_vars/glt-live') diff --git a/inventory/group_vars/glt-live/network.yml b/inventory/group_vars/glt-live/network.yml index 70d269f3..1a1a42ca 100644 --- a/inventory/group_vars/glt-live/network.yml +++ b/inventory/group_vars/glt-live/network.yml @@ -6,7 +6,8 @@ network_zones: prefix: 192.168.127.0/24 gateway: 192.168.127.254 dns: - - 192.168.127.254 + #- 192.168.127.254 + - 9.9.9.9 dhcp: start: 1 limit: 149 diff --git a/inventory/group_vars/glt-live/vars.yml b/inventory/group_vars/glt-live/vars.yml index df4e80ad..c8d903c1 100644 --- a/inventory/group_vars/glt-live/vars.yml +++ b/inventory/group_vars/glt-live/vars.yml @@ -24,5 +24,5 @@ install: network: {} apt_repo_blackmagic_auth: - username: "spreadspace" + username: "glt" password: "{{ vault_apt_repo_blackmagic_auth.password }}" -- cgit v1.2.3