diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2024-06-12 21:14:09 +0200 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2024-06-12 21:14:09 +0200 |
commit | b49b58d2749d50a42b25d39a744b0edc8d24bf77 (patch) | |
tree | a4aa115c23dde1cc02057b48e29be3336185718c /tnet/host_vars/astyanax | |
parent | d1114cdc45c69ae8ae633790e85afe0e9d633015 (diff) | |
download | infra-b49b58d2749d50a42b25d39a744b0edc8d24bf77.tar.gz infra-b49b58d2749d50a42b25d39a744b0edc8d24bf77.tar.bz2 infra-b49b58d2749d50a42b25d39a744b0edc8d24bf77.tar.xz infra-b49b58d2749d50a42b25d39a744b0edc8d24bf77.zip |
wip
Diffstat (limited to 'tnet/host_vars/astyanax')
-rw-r--r-- | tnet/host_vars/astyanax/bird.yml | 3 | ||||
-rw-r--r-- | tnet/host_vars/astyanax/wg.yml | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/tnet/host_vars/astyanax/bird.yml b/tnet/host_vars/astyanax/bird.yml new file mode 100644 index 0000000..b59526c --- /dev/null +++ b/tnet/host_vars/astyanax/bird.yml @@ -0,0 +1,3 @@ +tnet_bird_peers: + hash: + knot: diff --git a/tnet/host_vars/astyanax/wg.yml b/tnet/host_vars/astyanax/wg.yml index dd446a0..e12db34 100644 --- a/tnet/host_vars/astyanax/wg.yml +++ b/tnet/host_vars/astyanax/wg.yml @@ -1,7 +1,7 @@ tnet_wg: knot: endpoint: knot.inamo.no:51006 - address: fdb1:4242:3538:ffff:c32d:ad30:541d:ab31 + address: fe80:6728:53fc:fc81:40b3:9beb:8336:ba57 hash: endpoint: hash.trygvis.io:51004 - address: fdb1:4242:3538:ffff:b383:bc11:c452:eaf5 + address: fe80:a0fd:89e4:42c6:f617:7398:abf4:b517 |