diff options
author | Christian Pointner <equinox@spreadspace.org> | 2019-08-13 21:40:31 +0200 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2019-08-13 21:40:31 +0200 |
commit | bf1f5f16dc1793eb7bbed5fb18102d053d922214 (patch) | |
tree | f3b3ddfd5cfc09d78240e67d90f54ded115f014c /inventory | |
parent | added ch-sw1 (diff) |
add ip config for mgmt vlan for prometheus
Diffstat (limited to 'inventory')
-rw-r--r-- | inventory/group_vars/chaos_at_home/network.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/inventory/group_vars/chaos_at_home/network.yml b/inventory/group_vars/chaos_at_home/network.yml index 8cfb0a98..d5e93a5f 100644 --- a/inventory/group_vars/chaos_at_home/network.yml +++ b/inventory/group_vars/chaos_at_home/network.yml @@ -50,6 +50,7 @@ network_zones: prefix: 192.168.42.0/24 offsets: ch-jump: 22 + ch-prometheus: 99 ch-sw0: 200 ch-sw1: 201 ch-ap0: 220 |