diff options
Diffstat (limited to 'tnet/host_vars/node1')
-rw-r--r-- | tnet/host_vars/node1/bird.yml | 3 | ||||
-rw-r--r-- | tnet/host_vars/node1/wg.yml | 7 |
2 files changed, 10 insertions, 0 deletions
diff --git a/tnet/host_vars/node1/bird.yml b/tnet/host_vars/node1/bird.yml new file mode 100644 index 0000000..b59526c --- /dev/null +++ b/tnet/host_vars/node1/bird.yml @@ -0,0 +1,3 @@ +tnet_bird_peers: + hash: + knot: diff --git a/tnet/host_vars/node1/wg.yml b/tnet/host_vars/node1/wg.yml new file mode 100644 index 0000000..dfacbf2 --- /dev/null +++ b/tnet/host_vars/node1/wg.yml @@ -0,0 +1,7 @@ +tnet_wg: + knot: + endpoint: knot.inamo.no:51007 + address: fe80:58eb:3930:1815:2a6d:8918:70c9:96f3 + hash: + endpoint: hash.trygvis.io:51005 + address: fe80:a026:6ec2:b356:21c5:b51:22b9:a1df |