summaryrefslogtreecommitdiff
path: root/inventory/host_vars
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2020-03-01 16:29:44 +0100
committerChristian Pointner <equinox@spreadspace.org>2020-03-01 16:29:44 +0100
commitcba45144f68102f4303f383d1e4d5e0c0b85d92b (patch)
tree3f1de453d433685fdb881cddaeeae9bde033c950 /inventory/host_vars
parentmove ele-ups-* to funkfuer network (diff)
ele-router: allow dns addresses to private adresses
Diffstat (limited to 'inventory/host_vars')
-rw-r--r--inventory/host_vars/ele-router.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/inventory/host_vars/ele-router.yml b/inventory/host_vars/ele-router.yml
index 6c4a787d..89cebe8d 100644
--- a/inventory/host_vars/ele-router.yml
+++ b/inventory/host_vars/ele-router.yml
@@ -1,4 +1,6 @@
---
+ssh_keys_root: "{{ ssh_keys.equinox[env_group] + ssh_keys.datacop }}"
+
wireguard_keys:
gwhetzner:
pub: "fqaKDJbSj6V0H98d78d/lnFLolefgp6zDPH9bN4+zUY="
@@ -194,10 +196,10 @@ openwrt_dhcp_base:
- name: dnsmasq
options:
domainneeded: '1'
- boguspriv: '1'
+ boguspriv: '0'
filterwin2k: '0'
localise_queries: '1'
- rebind_protection: '1'
+ rebind_protection: '0'
rebind_localhost: '1'
local: '/lan/'
domain: 'lan'