diff options
author | Christian Pointner <equinox@spreadspace.org> | 2020-05-02 21:32:03 +0200 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2020-05-02 21:32:03 +0200 |
commit | 198c69b9a2f21d85d7ec4acb3c391203b1ec2f9f (patch) | |
tree | 4e3f1cf7b136596297d09af847ffbb722c0a6148 /inventory/group_vars | |
parent | lwl k8s: add node 03 (diff) |
add new workstation
Diffstat (limited to 'inventory/group_vars')
-rw-r--r-- | inventory/group_vars/chaos-at-home/network.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/inventory/group_vars/chaos-at-home/network.yml b/inventory/group_vars/chaos-at-home/network.yml index 28a29081..8585bfd5 100644 --- a/inventory/group_vars/chaos-at-home/network.yml +++ b/inventory/group_vars/chaos-at-home/network.yml @@ -5,11 +5,13 @@ network_zones: prefix: 192.168.28.0/24 gateway: 192.168.28.254 dns: - - 192.168.28.254 +# - 192.168.28.254 + - 9.9.9.9 dhcp: start: 100 limit: 199 offsets: + ch-equinox-ws: 1 ch-auth: 88 ch-prometheus: 99 ch-prometheus-old: 250 |