summaryrefslogtreecommitdiff
path: root/inventory/host_vars/s2-thetys.yml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2020-08-20 23:09:01 +0200
committerChristian Pointner <equinox@spreadspace.org>2020-08-20 23:09:01 +0200
commit3f9f881fafa3994a8a0dc3b738eca077c4f4d054 (patch)
treed3fc6aefddf3e920a103d8063163677565142620 /inventory/host_vars/s2-thetys.yml
parents2-thetys: use zfs on recording disk (diff)
add role wireguard p2p
Diffstat (limited to 'inventory/host_vars/s2-thetys.yml')
-rw-r--r--inventory/host_vars/s2-thetys.yml17
1 files changed, 17 insertions, 0 deletions
diff --git a/inventory/host_vars/s2-thetys.yml b/inventory/host_vars/s2-thetys.yml
index 6ab3eba1..b9a0fdb6 100644
--- a/inventory/host_vars/s2-thetys.yml
+++ b/inventory/host_vars/s2-thetys.yml
@@ -63,3 +63,20 @@ rtmp_streamer_inst_name: feed
rtmp_streamer_nginx_image_version: 2020-04-29.7
rtmp_streamer_decklink_card: "DeckLink Mini Recorder"
rtmp_streamer_recording_enabled: yes
+
+
+wireguard_p2p_interface:
+ name: wg-mgmt
+ description: external management interface
+ priv_key: "{{ vault_wireguard_p2p_interface.priv_key }}"
+ addresses:
+ - 192.168.123.2/30
+
+wireguard_p2p_peer:
+ pub_key: "r/pFU+OOHmSZUJPSA15emuCQhC/MvLnmfx5o5MPl7yo="
+ keepalive_interval: 10
+ endpoint:
+ host: 178.63.180.138
+ port: 51920
+ allowed_ips:
+ - 192.168.123.1/32