From 8b3620f4e036764fc6c72e27bae820c6f6a51c22 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sun, 16 Apr 2023 01:30:14 +0200 Subject: c@h: add network zone for c3voc --- inventory/host_vars/ch-jump.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'inventory/host_vars/ch-jump.yml') diff --git a/inventory/host_vars/ch-jump.yml b/inventory/host_vars/ch-jump.yml index 25b18b2e..7e3ef986 100644 --- a/inventory/host_vars/ch-jump.yml +++ b/inventory/host_vars/ch-jump.yml @@ -31,6 +31,8 @@ network: static_routes: - destination: "{{ network_zones.lan.prefix }}" gateway: "{{ network_zones.svc.prefix | ansible.utils.ipaddr(network_zones.svc.offsets['ch-gw-lan']) | ansible.utils.ipaddr('address') }}" + - destination: "{{ network_zones.c3voc.prefix }}" + gateway: "{{ network_zones.svc.prefix | ansible.utils.ipaddr(network_zones.svc.offsets['ch-gw-c3voc']) | ansible.utils.ipaddr('address') }}" interfaces: - *_network_primary_ - name: mgmt0 -- cgit v1.2.3