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/knot | |
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/knot')
-rw-r--r-- | tnet/host_vars/knot/bird.yml | 3 | ||||
-rw-r--r-- | tnet/host_vars/knot/wg.yml | 8 |
2 files changed, 10 insertions, 1 deletions
diff --git a/tnet/host_vars/knot/bird.yml b/tnet/host_vars/knot/bird.yml new file mode 100644 index 0000000..e8b20e7 --- /dev/null +++ b/tnet/host_vars/knot/bird.yml @@ -0,0 +1,3 @@ +tnet_bird_peers: + hash: + node1: diff --git a/tnet/host_vars/knot/wg.yml b/tnet/host_vars/knot/wg.yml index 48053fc..6fe932e 100644 --- a/tnet/host_vars/knot/wg.yml +++ b/tnet/host_vars/knot/wg.yml @@ -19,4 +19,10 @@ tnet_wg: address: fdb1:4242:3538:ffff:374e:2c7d:319e:e526 astyanax: port: 51006 - address: fdb1:4242:3538:ffff:c32d:ad30:541d:ab30 + address: fe80:6728:53fc:fc81:40b3:9beb:8336:ba56 + node1: + port: 51007 + address: fe80:58eb:3930:1815:2a6d:8918:70c9:96f2 + node2: + port: 51008 + address: fe80:9dd8:abac:cf05:aea3:dc03:4c74:32da |