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/bgp/host_vars/knot | |
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/bgp/host_vars/knot')
-rw-r--r-- | ansible/bgp/host_vars/knot/bgp.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |