diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2024-08-21 19:46:29 +0200 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2024-08-21 19:46:29 +0200 |
commit | 204a5bb09bbb5888621edb25de2b1faad34ab781 (patch) | |
tree | f531fa59e0e8c024ddd6ff643e473e77b7c429a2 /tnet/host_vars | |
parent | 92e7a7128fd0b756e0f6ba6d48a4dc470cf9f188 (diff) | |
download | infra-204a5bb09bbb5888621edb25de2b1faad34ab781.tar.gz infra-204a5bb09bbb5888621edb25de2b1faad34ab781.tar.bz2 infra-204a5bb09bbb5888621edb25de2b1faad34ab781.tar.xz infra-204a5bb09bbb5888621edb25de2b1faad34ab781.zip |
coregonus
Diffstat (limited to 'tnet/host_vars')
-rw-r--r-- | tnet/host_vars/coregonus/bird.yml | 4 | ||||
-rw-r--r-- | tnet/host_vars/coregonus/wg.yml | 5 | ||||
-rw-r--r-- | tnet/host_vars/knot/bird.yml | 4 | ||||
-rw-r--r-- | tnet/host_vars/knot/wg.yml | 6 | ||||
-rw-r--r-- | tnet/host_vars/kv24ix/wg.yml | 1 |
5 files changed, 19 insertions, 1 deletions
diff --git a/tnet/host_vars/coregonus/bird.yml b/tnet/host_vars/coregonus/bird.yml new file mode 100644 index 0000000..816b95a --- /dev/null +++ b/tnet/host_vars/coregonus/bird.yml @@ -0,0 +1,4 @@ +tnet_bird_peers: + knot: + +birdv: 2015 diff --git a/tnet/host_vars/coregonus/wg.yml b/tnet/host_vars/coregonus/wg.yml new file mode 100644 index 0000000..0d80a18 --- /dev/null +++ b/tnet/host_vars/coregonus/wg.yml @@ -0,0 +1,5 @@ +tnet_wg: + knot: + endpoint: knot.inamo.no:51011 + address: fe80:ba82:77f0:f96d:7a85:a7fa:ef6f:37d3 + diff --git a/tnet/host_vars/knot/bird.yml b/tnet/host_vars/knot/bird.yml index a9175e8..94c610a 100644 --- a/tnet/host_vars/knot/bird.yml +++ b/tnet/host_vars/knot/bird.yml @@ -2,8 +2,12 @@ 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: diff --git a/tnet/host_vars/knot/wg.yml b/tnet/host_vars/knot/wg.yml index b382831..243c9f2 100644 --- a/tnet/host_vars/knot/wg.yml +++ b/tnet/host_vars/knot/wg.yml @@ -9,7 +9,7 @@ tnet_wg: address: fdb1:4242:3538:ffff:18b7:d3ec:5608:db9a kv24ix: port: 51003 - address: fdb1:4242:3538:ffff:ea4:11cb:863:5252 + address: fe80:fef1:078a:5b64:efd3:ae7b:d286:d7ce akili: port: 51004 address: fdb1:4242:3538:ffff:59d7:cf77:8b5d:761a @@ -34,3 +34,7 @@ tnet_wg: 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 diff --git a/tnet/host_vars/kv24ix/wg.yml b/tnet/host_vars/kv24ix/wg.yml index 9cfdc5d..99c54b6 100644 --- a/tnet/host_vars/kv24ix/wg.yml +++ b/tnet/host_vars/kv24ix/wg.yml @@ -1,2 +1,3 @@ tnet_wg: knot: + address: fe80:fef1:078a:5b64:efd3:ae7b:d286:d7cf |