diff options
author | Christian Pointner <equinox@spreadspace.org> | 2020-07-22 23:42:03 +0200 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2020-07-22 23:42:03 +0200 |
commit | 8c76a1b0c6e925b529b1cd03ded5b9d0b3d707c4 (patch) | |
tree | e3b4ead7fa5fd34f0f64c6b5fe8ebc944ca7bdc0 /inventory/host_vars/ch-oulu-vm1.yml | |
parent | add some more interface configs (diff) |
yet another refactoring of the network config
Diffstat (limited to 'inventory/host_vars/ch-oulu-vm1.yml')
-rw-r--r-- | inventory/host_vars/ch-oulu-vm1.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/inventory/host_vars/ch-oulu-vm1.yml b/inventory/host_vars/ch-oulu-vm1.yml index a02a1d77..b12f0034 100644 --- a/inventory/host_vars/ch-oulu-vm1.yml +++ b/inventory/host_vars/ch-oulu-vm1.yml @@ -26,12 +26,12 @@ 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 + template: multihomed-base interfaces: - *_network_primary_ - name: svc0 address: 192.168.3.1/24 - config: multihomed-overlay + template: multihomed-overlay overlays: - name: mur.at address: 1.2.3.4/28 |