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/conflatorio | |
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/conflatorio')
-rw-r--r-- | tnet/host_vars/conflatorio/bird.yml | 3 | ||||
-rw-r--r-- | tnet/host_vars/conflatorio/wg.yml | 7 |
2 files changed, 10 insertions, 0 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 |