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/hash | |
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/hash')
-rw-r--r-- | tnet/host_vars/hash/bird.yml | 5 | ||||
-rw-r--r-- | tnet/host_vars/hash/wg.yml | 8 |
2 files changed, 12 insertions, 1 deletions
diff --git a/tnet/host_vars/hash/bird.yml b/tnet/host_vars/hash/bird.yml new file mode 100644 index 0000000..9176312 --- /dev/null +++ b/tnet/host_vars/hash/bird.yml @@ -0,0 +1,5 @@ +tnet_bird_peers: + knot: + node1: + node2: + astyanax: diff --git a/tnet/host_vars/hash/wg.yml b/tnet/host_vars/hash/wg.yml index bdd1800..c7d9363 100644 --- a/tnet/host_vars/hash/wg.yml +++ b/tnet/host_vars/hash/wg.yml @@ -12,4 +12,10 @@ tnet_wg: address: fe80:6195:1d43:9655:35f7:9dba:798c:26b8 astyanax: port: 51004 - address: fdb1:4242:3538:ffff:b383:bc11:c452:eaf4 + address: fe80:a0fd:89e4:42c6:f617:7398:abf4:b516 + node1: + port: 51005 + address: fe80:a026:6ec2:b356:21c5:b51:22b9:a1de + node2: + port: 51006 + address: fe80:a7a6:c1a8:c261:232e:7d67:fc27:7c8c |