diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2023-10-25 19:44:43 +0200 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2023-10-31 12:15:56 +0100 |
commit | 98521eddef1762dc445ee8be450466216065001c (patch) | |
tree | b82d7780c20d4e45a572974991569497e5fd0a1d /ansible/bgp/host_vars/kv24ix | |
parent | a5d79d229e89a8c7bab3527ef2097429ee7a308f (diff) | |
download | infra-98521eddef1762dc445ee8be450466216065001c.tar.gz infra-98521eddef1762dc445ee8be450466216065001c.tar.bz2 infra-98521eddef1762dc445ee8be450466216065001c.tar.xz infra-98521eddef1762dc445ee8be450466216065001c.zip |
bgp/kv42ix
Diffstat (limited to 'ansible/bgp/host_vars/kv24ix')
-rw-r--r-- | ansible/bgp/host_vars/kv24ix/bgp.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ansible/bgp/host_vars/kv24ix/bgp.yml b/ansible/bgp/host_vars/kv24ix/bgp.yml new file mode 100644 index 0000000..6fff8c6 --- /dev/null +++ b/ansible/bgp/host_vars/kv24ix/bgp.yml @@ -0,0 +1,7 @@ +bgp_as: 4230483907 +bgp_ip: "{{ wireguard_wg0.hosts[inventory_hostname].ipv6 }}" +#bgp_mynet: fdf3:aad9:a885:9d81::/64 +#bgp_mynet_if: enp2s0 +bgp_peers: + - knot + |