summaryrefslogtreecommitdiff
path: root/inventory/host_vars/ch-router.yml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2019-12-23 00:06:40 +0100
committerChristian Pointner <equinox@spreadspace.org>2019-12-23 00:06:40 +0100
commit9ed737084e8d2896e80afced28cd62d4fb042f85 (patch)
tree34d169a16bba5bfd35f20e01360841e08af99ae7 /inventory/host_vars/ch-router.yml
parentmove to new vm-host network config on ch-atlas (diff)
gw vs. gateway
Diffstat (limited to 'inventory/host_vars/ch-router.yml')
-rw-r--r--inventory/host_vars/ch-router.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/inventory/host_vars/ch-router.yml b/inventory/host_vars/ch-router.yml
index a4d8c2c7..19622983 100644
--- a/inventory/host_vars/ch-router.yml
+++ b/inventory/host_vars/ch-router.yml
@@ -283,7 +283,7 @@ openwrt_uci:
proto: static
ipaddr: "{{ network_zones.magenta.prefix | ipaddr(network_zones.magenta.offsets[inventory_hostname]) | ipaddr('address') }}"
netmask: "{{ network_zones.magenta.prefix | ipaddr('netmask') }}"
- gateway: "{{ network_zones.magenta.gw }}"
+ gateway: "{{ network_zones.magenta.gateway }}"
dns: "{{ network_zones.magenta.dns }}"
- name: interface 'mgmt'