diff options
Diffstat (limited to 'tnet/host_vars/knot')
-rw-r--r-- | tnet/host_vars/knot/bird.yml | 23 | ||||
-rw-r--r-- | tnet/host_vars/knot/wg.yml | 39 |
2 files changed, 62 insertions, 0 deletions
diff --git a/tnet/host_vars/knot/bird.yml b/tnet/host_vars/knot/bird.yml new file mode 100644 index 0000000..94c610a --- /dev/null +++ b/tnet/host_vars/knot/bird.yml @@ -0,0 +1,23 @@ +tnet_bird_peers: + conflatorio: + rr_client: true + interface: tnet-confltrio + coregonus: + rr_client: true + hash: + rr_client: true + kv24ix: + rr_client: true + node1: + rr_client: true + node2: + rr_client: true + lhn2pi: + rr_client: true + routedbits_lon1: + policy: dn42 + as: 4242420207 + address: fe80::207 + interface: tnet-rtdbts_l1 + +birdv: 2015 diff --git a/tnet/host_vars/knot/wg.yml b/tnet/host_vars/knot/wg.yml new file mode 100644 index 0000000..9ad867e --- /dev/null +++ b/tnet/host_vars/knot/wg.yml @@ -0,0 +1,39 @@ +tnet_wg: + hash: + port: 51001 + endpoint: hash.trygvis.io:51001 + # 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 + kv24ix: + port: 51003 + address: fe80:fef1:078a:5b64:efd3:ae7b:d286:d7ce + akili: + port: 51004 + address: fdb1:4242:3538:ffff:59d7:cf77:8b5d:761a + lhn2pi: + port: 51005 + address: fe80:d83a:350b:2162:6eda:1cc1:9cd7:80e8 + astyanax: + port: 51006 + 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 + rtdbts_l1: + port: 51009 + address: fe80::621b:7ccf:ff44:c42c + endpoint: router.lon1.routedbits.com:53538 + conflatorio: + if_name: confltrio + port: 51010 + address: fe80:47fc:0660:b91f:1063:a6ae:46bb:7589 + coregonus: + if_name: coregonus + port: 51011 + address: fe80:ba82:77f0:f96d:7a85:a7fa:ef6f:37d2 |