From c07972bdbc7da9429ec94c93a4c15d8014545b32 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Tue, 29 Nov 2022 00:54:11 +0100 Subject: ch-router: add wireguard remote for ch-equinox-fp4 --- inventory/host_vars/ch-router.yml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'inventory/host_vars/ch-router.yml') diff --git a/inventory/host_vars/ch-router.yml b/inventory/host_vars/ch-router.yml index ce4ed984..d4b6b8ea 100644 --- a/inventory/host_vars/ch-router.yml +++ b/inventory/host_vars/ch-router.yml @@ -383,6 +383,12 @@ openwrt_uci: - "{{ network_zones.remote.prefix | ansible.utils.ipaddr(network_zones.remote.offsets['ch-mimas']) | ansible.utils.ipaddr('address') }}" persistent_keepalive: 60 + - name: wireguard_remote 'fp4' + options: + public_key: "m0CoYVrdTQirEnM86ReGJvsabnJKLM6Rph2hnVQllnU=" + allowed_ips: + - "{{ network_zones.remote.prefix | ansible.utils.ipaddr(network_zones.remote.offsets['ch-equinox-fp4']) | ansible.utils.ipaddr('address') }}" + sqm: - name: queue 'magenta' options: -- cgit v1.2.3