summaryrefslogtreecommitdiff
path: root/inventory/host_vars/ch-jump.yml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2019-07-29 00:34:45 +0200
committerChristian Pointner <equinox@spreadspace.org>2019-07-29 00:34:45 +0200
commit76dcda830cbd5a5ba68b42121d2464f3b73ac977 (patch)
treedb03c228ce0e37a32eca42bb25be6adfbbe89968 /inventory/host_vars/ch-jump.yml
parentMerge branch 'buster-unpredictable-network-ifnames' (diff)
finalize ch-router config
Diffstat (limited to 'inventory/host_vars/ch-jump.yml')
-rw-r--r--inventory/host_vars/ch-jump.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/inventory/host_vars/ch-jump.yml b/inventory/host_vars/ch-jump.yml
index b46120f1..94b55319 100644
--- a/inventory/host_vars/ch-jump.yml
+++ b/inventory/host_vars/ch-jump.yml
@@ -14,7 +14,9 @@ install:
size: 10g
interfaces:
- bridge: br-svc
- name: primary0
+ name: svc0
+ - bridge: br-mgmt
+ name: mgmt0
autostart: True
network:
@@ -23,7 +25,7 @@ network:
systemd_link:
interfaces: "{{ install.interfaces }}"
primary:
- interface: primary0
+ interface: svc0
ip: "{{ network_zones.svc.prefix | ipaddr(network_zones.svc.offsets[inventory_hostname]) | ipaddr('address') }}"
mask: "{{ network_zones.svc.prefix | ipaddr('netmask') }}"
gateway: "{{ network_zones.svc.gw }}"