diff options
author | Christian Pointner <equinox@spreadspace.org> | 2021-03-29 04:14:06 +0200 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2021-03-29 04:14:06 +0200 |
commit | ab2ed8d22651116b738fd8637ae213cc86e892c6 (patch) | |
tree | d2320382ab816a93776cd50d5d8d3027d452600b /inventory/group_vars/glt-live | |
parent | glt-gw-r3 upstream network (diff) |
add config for glt-helene and glt-dione
Diffstat (limited to 'inventory/group_vars/glt-live')
-rw-r--r-- | inventory/group_vars/glt-live/network.yml | 3 | ||||
-rw-r--r-- | inventory/group_vars/glt-live/vars.yml | 2 |
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 }}" |