diff options
author | Christian Pointner <equinox@spreadspace.org> | 2019-06-20 21:11:48 +0200 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2019-06-20 21:11:48 +0200 |
commit | c774d628815f2e2ec7ba4aed30c23f3e15667e5f (patch) | |
tree | c9c6a7e5e74faf1932d726ea509b7feda9cf7b97 /inventory | |
parent | chaos-at-home net-config (diff) |
cah: add services vlan
Diffstat (limited to 'inventory')
-rw-r--r-- | inventory/group_vars/chaos_at_home/network.yml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/inventory/group_vars/chaos_at_home/network.yml b/inventory/group_vars/chaos_at_home/network.yml index fd9124c3..62c04b59 100644 --- a/inventory/group_vars/chaos_at_home/network.yml +++ b/inventory/group_vars/chaos_at_home/network.yml @@ -25,6 +25,16 @@ network_zones: 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 + offsets: + web: 80 + mail: 143 + mgmt: vlan: 42 prefix: 192.168.42.0/24 |