diff options
author | Christian Pointner <equinox@spreadspace.org> | 2020-07-21 00:20:24 +0200 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2020-07-21 00:20:24 +0200 |
commit | 0ab459a63c0a083a45dc21c781729d7ff770d6b4 (patch) | |
tree | 06dd8a71421ebd17ceb544702c3f37e67a23d5c3 /inventory/host_vars/sk-torrent.yml | |
parent | Merge branch 'topic/installer-again' (diff) | |
parent | vm/host network using ifconfig includes (diff) |
Merge branch 'topic/network-overlays-exteneded'
Diffstat (limited to 'inventory/host_vars/sk-torrent.yml')
-rw-r--r-- | inventory/host_vars/sk-torrent.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/inventory/host_vars/sk-torrent.yml b/inventory/host_vars/sk-torrent.yml index c8967dab..a164b7b0 100644 --- a/inventory/host_vars/sk-torrent.yml +++ b/inventory/host_vars/sk-torrent.yml @@ -28,7 +28,8 @@ network: name: primary0 address: "{{ vm_host.network.bridges.public.prefix | ipaddr(vm_host.network.bridges.public.offsets[inventory_hostname]) | ipaddr('address/prefix') }}" gateway: "{{ vm_host.network.bridges.public.prefix | ipaddr(vm_host.network.bridges.public.offsets[vm_host.name]) | ipaddr('address') }}" - overlay: "{{ (vm_host.network.bridges.public.overlay.prefix | ipaddr(vm_host.network.bridges.public.overlay.offsets[inventory_hostname])).split('/')[0] }}" + config: overlay + overlay: "{{ (vm_host.network.bridges.public.overlays.default.prefix | ipaddr(vm_host.network.bridges.public.overlays.default.offsets[inventory_hostname])).split('/')[0] }}" interfaces: - *_network_primary_ |