diff options
Diffstat (limited to 'ansible/bgp/host_vars')
-rw-r--r-- | ansible/bgp/host_vars/knot/bgp.yml | 1 | ||||
-rw-r--r-- | ansible/bgp/host_vars/lhn2ix/bgp.yml | 6 |
2 files changed, 7 insertions, 0 deletions
diff --git a/ansible/bgp/host_vars/knot/bgp.yml b/ansible/bgp/host_vars/knot/bgp.yml index 8978cea..dc8d8e7 100644 --- a/ansible/bgp/host_vars/knot/bgp.yml +++ b/ansible/bgp/host_vars/knot/bgp.yml @@ -4,3 +4,4 @@ bgp_peers: - akili - astyanax - hash + - lhn2ix diff --git a/ansible/bgp/host_vars/lhn2ix/bgp.yml b/ansible/bgp/host_vars/lhn2ix/bgp.yml new file mode 100644 index 0000000..33e2131 --- /dev/null +++ b/ansible/bgp/host_vars/lhn2ix/bgp.yml @@ -0,0 +1,6 @@ +bgp_as: 4230483904 +bgp_ip: "{{ wireguard_wg0.hosts[inventory_hostname].ipv6 }}" +bgp_mynet: fdf3:aad9:a885:9d81::/64 +#bgp_mynet_if: enp2s0 +bgp_peers: + - knot |