diff options
author | Christian Pointner <equinox@spreadspace.org> | 2022-11-29 00:54:11 +0100 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2022-11-29 00:54:11 +0100 |
commit | c07972bdbc7da9429ec94c93a4c15d8014545b32 (patch) | |
tree | 172a098f4a8150cfc9f83654b21167cd593499d1 /inventory | |
parent | pix.eleevate.at: also add 2019 images (diff) |
ch-router: add wireguard remote for ch-equinox-fp4
Diffstat (limited to 'inventory')
-rw-r--r-- | inventory/group_vars/chaos-at-home/network.yml | 1 | ||||
-rw-r--r-- | inventory/host_vars/ch-router.yml | 6 |
2 files changed, 7 insertions, 0 deletions
diff --git a/inventory/group_vars/chaos-at-home/network.yml b/inventory/group_vars/chaos-at-home/network.yml index 0831d324..2d625186 100644 --- a/inventory/group_vars/chaos-at-home/network.yml +++ b/inventory/group_vars/chaos-at-home/network.yml @@ -125,6 +125,7 @@ network_zones: ch-router: 1 ch-pan: 2 ch-mimas: 3 + ch-equinox-fp4: 4 network_services: 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: |