From 9ed737084e8d2896e80afced28cd62d4fb042f85 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Mon, 23 Dec 2019 00:06:40 +0100 Subject: gw vs. gateway --- inventory/host_vars/ch-jump.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'inventory/host_vars/ch-jump.yml') diff --git a/inventory/host_vars/ch-jump.yml b/inventory/host_vars/ch-jump.yml index c926fd6d..eacd13b0 100644 --- a/inventory/host_vars/ch-jump.yml +++ b/inventory/host_vars/ch-jump.yml @@ -29,4 +29,4 @@ network: interface: svc0 ip: "{{ network_zones.svc.prefix | ipaddr(network_zones.svc.offsets[inventory_hostname]) | ipaddr('address') }}" mask: "{{ network_zones.svc.prefix | ipaddr('netmask') }}" - gateway: "{{ network_zones.svc.gw }}" + gateway: "{{ network_zones.svc.gateway }}" -- cgit v1.2.3