diff options
Diffstat (limited to 'ansible/bgp')
-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 |