summaryrefslogtreecommitdiff
path: root/inventory/group_vars/chaos_at_home
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2019-09-06 23:10:31 +0200
committerChristian Pointner <equinox@spreadspace.org>2019-09-06 23:11:27 +0200
commit0e45778cb9e465d90899b1c231e7b48204a45c54 (patch)
tree69c49d14845d9476bd319c06b012a052067835cc /inventory/group_vars/chaos_at_home
parentch-sw1: switch config update (diff)
revert to sane group-names... step 1 of n
Diffstat (limited to 'inventory/group_vars/chaos_at_home')
-rw-r--r--inventory/group_vars/chaos_at_home/main.yml7
-rw-r--r--inventory/group_vars/chaos_at_home/network.yml69
2 files changed, 0 insertions, 76 deletions
diff --git a/inventory/group_vars/chaos_at_home/main.yml b/inventory/group_vars/chaos_at_home/main.yml
deleted file mode 100644
index 1d44eb7d..00000000
--- a/inventory/group_vars/chaos_at_home/main.yml
+++ /dev/null
@@ -1,7 +0,0 @@
----
-zsh_banner: chaos-at-home
-
-admin_user_group:
-- "{{ equinox_user }}"
-
-ssh_allowusers_host: "{{ admin_user_group | map(attribute='name') | list }}"
diff --git a/inventory/group_vars/chaos_at_home/network.yml b/inventory/group_vars/chaos_at_home/network.yml
deleted file mode 100644
index d5e93a5f..00000000
--- a/inventory/group_vars/chaos_at_home/network.yml
+++ /dev/null
@@ -1,69 +0,0 @@
----
-network_zones:
- lan:
- vlan: 28
- prefix: 192.168.28.0/24
- gw: 192.168.28.254
- dns:
- - 192.168.28.254
- dhcp:
- start: 100
- limit: 199
- offsets:
- ch-auth: 88
- ch-prometheus: 99
- ch-prometheus-old: 250
- ch-gw-lan: 254
- wifi:
- ssid: "chaos at home"
- encryption: "psk2"
- key: "{{ vault_wifi_keys.lan }}"
-
- iot:
- vlan: 30
- prefix: 192.168.30.0/24
- dhcp:
- start: 1
- limit: 199
- wifi:
- ssid: "stuff at home"
- encryption: "psk2"
- key: "{{ vault_wifi_keys.iot }}"
-
- svc:
- vlan: 32
- prefix: 192.168.32.0/24
- gw: 192.168.32.254
- dns:
-# - 192.168.32.254
- - 9.9.9.9
- offsets:
- ch-jump: 22
- ch-gw-lan: 28
- ch-stats: 10
- ch-web: 80
- ch-mail: 143
- ch-router: 254
-
- mgmt:
- vlan: 42
- prefix: 192.168.42.0/24
- offsets:
- ch-jump: 22
- ch-prometheus: 99
- ch-sw0: 200
- ch-sw1: 201
- ch-ap0: 220
- ch-ap1: 221
- ch-gnocchi: 240
- ch-router: 241
-
- magenta:
- vlan: 329
- prefix: 62.99.185.128/30
- gw: 62.99.185.129
- dns:
- - 195.58.160.194
- - 195.58.161.122
- offsets:
- ch-router: 2