diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2024-08-11 21:35:22 +0200 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2024-08-11 21:35:22 +0200 |
commit | ad25e02d5bf7bfadb0ac160c37e9f06adfe15a68 (patch) | |
tree | 31c92d72261bbbdf183a5f91e6cc19701c430f91 /tnet/host_vars | |
parent | b1fafb49c38377f4a985034cf5fc91d815224409 (diff) | |
download | infra-ad25e02d5bf7bfadb0ac160c37e9f06adfe15a68.tar.gz infra-ad25e02d5bf7bfadb0ac160c37e9f06adfe15a68.tar.bz2 infra-ad25e02d5bf7bfadb0ac160c37e9f06adfe15a68.tar.xz infra-ad25e02d5bf7bfadb0ac160c37e9f06adfe15a68.zip |
tnet += conflotario
Diffstat (limited to 'tnet/host_vars')
-rw-r--r-- | tnet/host_vars/conflatorio/bird.yml | 3 | ||||
-rw-r--r-- | tnet/host_vars/conflatorio/wg.yml | 7 | ||||
-rw-r--r-- | tnet/host_vars/hash/wg.yml | 3 | ||||
-rw-r--r-- | tnet/host_vars/knot/wg.yml | 3 | ||||
-rw-r--r-- | tnet/host_vars/lhn2pi/bird.yml | 6 |
5 files changed, 19 insertions, 3 deletions
diff --git a/tnet/host_vars/conflatorio/bird.yml b/tnet/host_vars/conflatorio/bird.yml new file mode 100644 index 0000000..b59526c --- /dev/null +++ b/tnet/host_vars/conflatorio/bird.yml @@ -0,0 +1,3 @@ +tnet_bird_peers: + hash: + knot: diff --git a/tnet/host_vars/conflatorio/wg.yml b/tnet/host_vars/conflatorio/wg.yml new file mode 100644 index 0000000..087441b --- /dev/null +++ b/tnet/host_vars/conflatorio/wg.yml @@ -0,0 +1,7 @@ +tnet_wg: + knot: + endpoint: knot.inamo.no:51010 + address: fe80:47fc:660:b91f:1063:a6ae:46bb:7588 + hash: + endpoint: hash.trygvis.io:51007 + address: fe80:4540:476c:d432:2f32:818b:811b:bb60 diff --git a/tnet/host_vars/hash/wg.yml b/tnet/host_vars/hash/wg.yml index c7d9363..3f46aec 100644 --- a/tnet/host_vars/hash/wg.yml +++ b/tnet/host_vars/hash/wg.yml @@ -19,3 +19,6 @@ tnet_wg: node2: port: 51006 address: fe80:a7a6:c1a8:c261:232e:7d67:fc27:7c8c + confltrio: + port: 51007 + address: fe80:4540:476c:d432:2f32:818b:811b:bb61 diff --git a/tnet/host_vars/knot/wg.yml b/tnet/host_vars/knot/wg.yml index e6c950a..18914d7 100644 --- a/tnet/host_vars/knot/wg.yml +++ b/tnet/host_vars/knot/wg.yml @@ -30,3 +30,6 @@ tnet_wg: port: 51009 address: fe80::621b:7ccf:ff44:c42c endpoint: router.lon1.routedbits.com:53538 + confltrio: + port: 51010 + address: fe80:47fc:0660:b91f:1063:a6ae:46bb:7589 diff --git a/tnet/host_vars/lhn2pi/bird.yml b/tnet/host_vars/lhn2pi/bird.yml index b59526c..d132dd7 100644 --- a/tnet/host_vars/lhn2pi/bird.yml +++ b/tnet/host_vars/lhn2pi/bird.yml @@ -1,3 +1,3 @@ -tnet_bird_peers: - hash: - knot: +tnet_bird_peers: [] +# hash: +# knot: |