summaryrefslogtreecommitdiff
path: root/inventory/host_vars/ch-jump.yml
diff options
context:
space:
mode:
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 }}"