summaryrefslogtreecommitdiff
path: root/inventory
diff options
context:
space:
mode:
Diffstat (limited to 'inventory')
-rw-r--r--inventory/host_vars/ch-oulu-vm1.yml11
1 files changed, 10 insertions, 1 deletions
diff --git a/inventory/host_vars/ch-oulu-vm1.yml b/inventory/host_vars/ch-oulu-vm1.yml
index b760cde5..a02a1d77 100644
--- a/inventory/host_vars/ch-oulu-vm1.yml
+++ b/inventory/host_vars/ch-oulu-vm1.yml
@@ -26,7 +26,16 @@ network:
name: lan0
address: "{{ network_zones.lan.prefix | ipaddr(network_zones.lan.offsets[inventory_hostname]) | ipaddr('address/prefix') }}"
gateway: "{{ network_zones.lan.gateway }}"
+ config: multihomed-base
interfaces:
- *_network_primary_
- name: svc0
- address: 1.2.3.4/24
+ address: 192.168.3.1/24
+ config: multihomed-overlay
+ overlays:
+ - name: mur.at
+ address: 1.2.3.4/28
+ gateway: 1.2.3.1
+ - name: magenta
+ address: 5.6.7.8/27
+ gateway: 5.6.7.1