summaryrefslogtreecommitdiff
path: root/inventory/host_vars/ch-equinox-ws.yml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2020-06-21 04:11:47 +0200
committerChristian Pointner <equinox@spreadspace.org>2020-06-21 04:11:47 +0200
commit742ab1e5e72c4f7b6678cf586309d6d98d96272d (patch)
tree2e3b0e54ee28c0b5a8c7849be61ca511d28d4e97 /inventory/host_vars/ch-equinox-ws.yml
parentinitial tests with new network config (diff)
further improved network config
Diffstat (limited to 'inventory/host_vars/ch-equinox-ws.yml')
-rw-r--r--inventory/host_vars/ch-equinox-ws.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/inventory/host_vars/ch-equinox-ws.yml b/inventory/host_vars/ch-equinox-ws.yml
index a9df0f06..fb1da511 100644
--- a/inventory/host_vars/ch-equinox-ws.yml
+++ b/inventory/host_vars/ch-equinox-ws.yml
@@ -11,8 +11,7 @@ network:
domain: "{{ host_domain }}"
primary: &_network_primary_
name: enp8s0
- ip: "{{ network_zones.lan.prefix | ipaddr(network_zones.lan.offsets[inventory_hostname]) | ipaddr('address') }}"
- mask: "{{ network_zones.lan.prefix | ipaddr('netmask') }}"
+ prefix: "{{ network_zones.lan.prefix | ipaddr(network_zones.lan.offsets[inventory_hostname]) | ipaddr('address/prefix') }}"
gateway: "{{ network_zones.lan.gateway }}"
interfaces:
- *_network_primary_