diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2023-10-09 12:06:02 +0200 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2023-10-09 12:06:02 +0200 |
commit | 7351315765d723a73322c3ead71365c1428ca5c3 (patch) | |
tree | 5b5f7f613a837632ba8e93267140550d0432ea8c /ansible | |
parent | bf4bc2e55371f6e0d5aae5fed2f5814955dd644c (diff) | |
download | infra-7351315765d723a73322c3ead71365c1428ca5c3.tar.gz infra-7351315765d723a73322c3ead71365c1428ca5c3.tar.bz2 infra-7351315765d723a73322c3ead71365c1428ca5c3.tar.xz infra-7351315765d723a73322c3ead71365c1428ca5c3.zip |
bgp: Enabling hash.
Diffstat (limited to 'ansible')
-rw-r--r-- | ansible/bgp/host_vars/hash/bgp.yml | 2 | ||||
-rw-r--r-- | ansible/bgp/host_vars/knot/bgp.yml | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/ansible/bgp/host_vars/hash/bgp.yml b/ansible/bgp/host_vars/hash/bgp.yml index 958f514..ccc8f6c 100644 --- a/ansible/bgp/host_vars/hash/bgp.yml +++ b/ansible/bgp/host_vars/hash/bgp.yml @@ -1,4 +1,6 @@ bgp_as: 4230483905 bgp_ip: "{{ wireguard_wg0.hosts.hash.ipv6 }}" +bgp_mynet: fdf3:aad9:a885:ab76::/64 +bgp_mynet_if: vs0 bgp_peers: - knot diff --git a/ansible/bgp/host_vars/knot/bgp.yml b/ansible/bgp/host_vars/knot/bgp.yml index fa16510..8978cea 100644 --- a/ansible/bgp/host_vars/knot/bgp.yml +++ b/ansible/bgp/host_vars/knot/bgp.yml @@ -3,4 +3,4 @@ bgp_ip: "{{ wireguard_wg0.hosts.knot.ipv6 }}" bgp_peers: - akili - astyanax -# - hash + - hash |