summaryrefslogtreecommitdiff
path: root/inventory/host_vars/ch-jump.yml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2023-04-16 01:30:14 +0200
committerChristian Pointner <equinox@spreadspace.org>2023-04-16 01:30:14 +0200
commit8b3620f4e036764fc6c72e27bae820c6f6a51c22 (patch)
tree428103ec69303bd2b65422ce4f53317571cd1242 /inventory/host_vars/ch-jump.yml
parentcpu-micrcode for debain bookworm+ (diff)
c@h: add network zone for c3voc
Diffstat (limited to 'inventory/host_vars/ch-jump.yml')
-rw-r--r--inventory/host_vars/ch-jump.yml2
1 files changed, 2 insertions, 0 deletions
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