diff options
Diffstat (limited to 'tnet/host_vars')
-rw-r--r-- | tnet/host_vars/astyanax/wg.yml | 7 | ||||
-rw-r--r-- | tnet/host_vars/hash/wg.yml | 9 | ||||
-rw-r--r-- | tnet/host_vars/knot/wg.yml | 10 | ||||
-rw-r--r-- | tnet/host_vars/lhn2ix/wg.yml | 2 | ||||
-rw-r--r-- | tnet/host_vars/lhn2pi/wg.yml | 8 | ||||
-rw-r--r-- | tnet/host_vars/node1/wg.yml | 3 | ||||
-rw-r--r-- | tnet/host_vars/node2/wg.yml | 3 |
7 files changed, 40 insertions, 2 deletions
diff --git a/tnet/host_vars/astyanax/wg.yml b/tnet/host_vars/astyanax/wg.yml new file mode 100644 index 0000000..dd446a0 --- /dev/null +++ b/tnet/host_vars/astyanax/wg.yml @@ -0,0 +1,7 @@ +tnet_wg: + knot: + endpoint: knot.inamo.no:51006 + address: fdb1:4242:3538:ffff:c32d:ad30:541d:ab31 + hash: + endpoint: hash.trygvis.io:51004 + address: fdb1:4242:3538:ffff:b383:bc11:c452:eaf5 diff --git a/tnet/host_vars/hash/wg.yml b/tnet/host_vars/hash/wg.yml index a82855c..bdd1800 100644 --- a/tnet/host_vars/hash/wg.yml +++ b/tnet/host_vars/hash/wg.yml @@ -2,7 +2,14 @@ tnet_wg: knot: port: 51001 endpoint: knot.trygvis.io:51001 - address: fdb1:4242:3538:ffff:410b:dabe:1a0d:6843 + # address: fdb1:4242:3538:ffff:410b:dabe:1a0d:6843 + address: fe80:3b20:4cb0:5315:22a:c7de:a45b:8a7d akili: port: 51002 address: fdb1:4242:3538:ffff:ca85:f812:3935:5fba + lhn2pi: + port: 51003 + address: fe80:6195:1d43:9655:35f7:9dba:798c:26b8 + astyanax: + port: 51004 + address: fdb1:4242:3538:ffff:b383:bc11:c452:eaf4 diff --git a/tnet/host_vars/knot/wg.yml b/tnet/host_vars/knot/wg.yml index d12592a..48053fc 100644 --- a/tnet/host_vars/knot/wg.yml +++ b/tnet/host_vars/knot/wg.yml @@ -2,7 +2,8 @@ tnet_wg: hash: port: 51001 endpoint: hash.trygvis.io:51001 - address: fdb1:4242:3538:ffff:410b:dabe:1a0d:6842 + # address: fdb1:4242:3538:ffff:410b:dabe:1a0d:6842 + address: fe80:3b20:4cb0:5315:22a:c7de:a45b:8a7c lhn2ix: port: 51002 address: fdb1:4242:3538:ffff:18b7:d3ec:5608:db9a @@ -12,3 +13,10 @@ tnet_wg: akili: port: 51004 address: fdb1:4242:3538:ffff:59d7:cf77:8b5d:761a + lhn2pi: + port: 51005 + #address: fe80:440a:607e:b685:c955:93ae:29f8:dcd8 + address: fdb1:4242:3538:ffff:374e:2c7d:319e:e526 + astyanax: + port: 51006 + address: fdb1:4242:3538:ffff:c32d:ad30:541d:ab30 diff --git a/tnet/host_vars/lhn2ix/wg.yml b/tnet/host_vars/lhn2ix/wg.yml index 9cfdc5d..5a279e8 100644 --- a/tnet/host_vars/lhn2ix/wg.yml +++ b/tnet/host_vars/lhn2ix/wg.yml @@ -1,2 +1,4 @@ tnet_wg: knot: + endpoint: knot.trygvis.io:51002 + address: fdb1:4242:3538:ffff:18b7:d3ec:5608:db9b diff --git a/tnet/host_vars/lhn2pi/wg.yml b/tnet/host_vars/lhn2pi/wg.yml new file mode 100644 index 0000000..f9e741f --- /dev/null +++ b/tnet/host_vars/lhn2pi/wg.yml @@ -0,0 +1,8 @@ +tnet_wg: + knot: + endpoint: knot.inamo.no:51005 + #address: fe80:440a:607e:b685:c955:93ae:29f8:dcd9 + address: fdb1:4242:3538:ffff:374e:2c7d:319e:e527 + hash: + endpoint: hash.trygvis.io:51003 + address: fe80:6195:1d43:9655:35f7:9dba:798c:26b9 diff --git a/tnet/host_vars/node1/wg.yml b/tnet/host_vars/node1/wg.yml new file mode 100644 index 0000000..6ce5e8b --- /dev/null +++ b/tnet/host_vars/node1/wg.yml @@ -0,0 +1,3 @@ +tnet_wg: + knot: + hash: diff --git a/tnet/host_vars/node2/wg.yml b/tnet/host_vars/node2/wg.yml new file mode 100644 index 0000000..6ce5e8b --- /dev/null +++ b/tnet/host_vars/node2/wg.yml @@ -0,0 +1,3 @@ +tnet_wg: + knot: + hash: |