summaryrefslogtreecommitdiff
path: root/inventory/group_vars/chaos-at-home
diff options
context:
space:
mode:
Diffstat (limited to 'inventory/group_vars/chaos-at-home')
-rw-r--r--inventory/group_vars/chaos-at-home/network.yml9
-rw-r--r--inventory/group_vars/chaos-at-home/vars.yml2
2 files changed, 7 insertions, 4 deletions
diff --git a/inventory/group_vars/chaos-at-home/network.yml b/inventory/group_vars/chaos-at-home/network.yml
index 1108ebb1..9b53d52a 100644
--- a/inventory/group_vars/chaos-at-home/network.yml
+++ b/inventory/group_vars/chaos-at-home/network.yml
@@ -59,6 +59,8 @@ network_zones:
iot:
vlan: 30
prefix: 192.168.30.0/24
+ dns:
+ - 192.168.30.254
wifi:
ssid: "stuff at home"
#encryption: "sae-mixed"
@@ -70,6 +72,8 @@ network_zones:
ch-sensors1: 11
ch-sensors2: 12
ch-testvm-phoebe: 43
+ ch-cm4-sensors0: 200
+ ch-cm4-sensors1: 201
ch-mon: 230
ch-iot: 254
@@ -83,6 +87,7 @@ network_zones:
- 195.58.161.122
offsets:
ch-apps: 1
+ ch-repo: 7
ch-http-proxy: 8
ch-imap-proxy: 9
ch-vpn: 10
@@ -96,8 +101,6 @@ network_zones:
ch-gw-c3voc: 73
__svc_http__: 80
__svc_imap__: 143
- ch-cm4-sensors0: 200
- ch-cm4-sensors1: 201
ch-mon: 230
ch-greenbone: 231
ch-router-obsd: 253
@@ -117,6 +120,8 @@ network_zones:
ch-telesto: 102 # IPMI
ch-sw0: 200
ch-sw1: 201
+ ch-sw2: 202
+ ch-sw3: 203
ch-ups-test0: 210
ch-ups-test1: 211
ch-ap0: 220
diff --git a/inventory/group_vars/chaos-at-home/vars.yml b/inventory/group_vars/chaos-at-home/vars.yml
index 0cc12f3b..0f0a8d0d 100644
--- a/inventory/group_vars/chaos-at-home/vars.yml
+++ b/inventory/group_vars/chaos-at-home/vars.yml
@@ -3,8 +3,6 @@ zsh_banner: chaos-at-home
acme_account_email: admin@chaos-at-home.org
-apt_repo_provider: anexia
-
apt_repo_blackmagic_auth:
username: "chaos-at-home"
password: "{{ vault_apt_repo_blackmagic_auth.password }}"