diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2024-08-18 09:43:30 +0200 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2024-08-18 09:43:30 +0200 |
commit | 4a40030a65f8029740d5c9ccb226114073f52eb8 (patch) | |
tree | f2a89968f27924f03641948e32c71c9eb4594ac5 /tnet/host_vars | |
parent | 606474b17fa81eeaecd2025c52feafec8056790a (diff) | |
download | infra-4a40030a65f8029740d5c9ccb226114073f52eb8.tar.gz infra-4a40030a65f8029740d5c9ccb226114073f52eb8.tar.bz2 infra-4a40030a65f8029740d5c9ccb226114073f52eb8.tar.xz infra-4a40030a65f8029740d5c9ccb226114073f52eb8.zip |
Better if support
Diffstat (limited to 'tnet/host_vars')
-rw-r--r-- | tnet/host_vars/conflatorio/bird.yml | 2 | ||||
-rw-r--r-- | tnet/host_vars/hash/bird.yml | 3 | ||||
-rw-r--r-- | tnet/host_vars/knot/bird.yml | 3 |
3 files changed, 7 insertions, 1 deletions
diff --git a/tnet/host_vars/conflatorio/bird.yml b/tnet/host_vars/conflatorio/bird.yml index b59526c..a976306 100644 --- a/tnet/host_vars/conflatorio/bird.yml +++ b/tnet/host_vars/conflatorio/bird.yml @@ -1,3 +1,5 @@ tnet_bird_peers: hash: knot: + +birdv: 2015 diff --git a/tnet/host_vars/hash/bird.yml b/tnet/host_vars/hash/bird.yml index 17cb4cd..663f8e1 100644 --- a/tnet/host_vars/hash/bird.yml +++ b/tnet/host_vars/hash/bird.yml @@ -1,6 +1,7 @@ tnet_bird_peers: - astyanax: + conflatorio: rr_client: true + interface: tnet-confltrio knot: rr_client: true node1: diff --git a/tnet/host_vars/knot/bird.yml b/tnet/host_vars/knot/bird.yml index 12dffeb..73f2ad7 100644 --- a/tnet/host_vars/knot/bird.yml +++ b/tnet/host_vars/knot/bird.yml @@ -1,4 +1,7 @@ tnet_bird_peers: + conflatorio: + rr_client: true + interface: tnet-confltrio hash: rr_client: true node1: |