diff options
author | Christian Pointner <equinox@spreadspace.org> | 2020-07-22 23:01:37 +0200 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2020-07-22 23:01:37 +0200 |
commit | 076074fa02f4ba33f798c2053771e4827fd1c35f (patch) | |
tree | db6a31c412d1db575efcd902e0eea8a1f1e63720 /inventory/host_vars/ch-oulu-vm1.yml | |
parent | switch from gpg --verify to gpgv (diff) |
add some more interface configs
Diffstat (limited to 'inventory/host_vars/ch-oulu-vm1.yml')
-rw-r--r-- | inventory/host_vars/ch-oulu-vm1.yml | 11 |
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 |