summaryrefslogtreecommitdiff
path: root/inventory/group_vars/glt-live
diff options
context:
space:
mode:
Diffstat (limited to 'inventory/group_vars/glt-live')
-rw-r--r--inventory/group_vars/glt-live/network.yml3
-rw-r--r--inventory/group_vars/glt-live/vars.yml2
2 files changed, 3 insertions, 2 deletions
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 }}"