From 18133a7854edec361f7699af0662027d527be540 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Sat, 7 Oct 2023 23:58:44 +0200 Subject: bgp setup --- ansible/bgp/host_vars/akili/bgp.yml | 9 +++++++++ ansible/bgp/host_vars/arius/bgp.yml | 6 ++++++ ansible/bgp/host_vars/astyanax/bgp.yml | 6 ++++++ ansible/bgp/host_vars/hash/bgp.yml | 4 ++++ ansible/bgp/host_vars/knot/bgp.yml | 6 ++++++ 5 files changed, 31 insertions(+) create mode 100644 ansible/bgp/host_vars/akili/bgp.yml create mode 100644 ansible/bgp/host_vars/arius/bgp.yml create mode 100644 ansible/bgp/host_vars/astyanax/bgp.yml create mode 100644 ansible/bgp/host_vars/hash/bgp.yml create mode 100644 ansible/bgp/host_vars/knot/bgp.yml (limited to 'ansible/bgp/host_vars') diff --git a/ansible/bgp/host_vars/akili/bgp.yml b/ansible/bgp/host_vars/akili/bgp.yml new file mode 100644 index 0000000..79fa7c0 --- /dev/null +++ b/ansible/bgp/host_vars/akili/bgp.yml @@ -0,0 +1,9 @@ +bgp_as: 4230483901 +bgp_ip: "{{ wireguard_wg0.hosts.akili.ipv6 }}" +bgp_mynet: fdf3:aad9:a885:ba64::/64 +bgp_mynet_if: virbr0 +bgp_peers: + - knot +# - hash +bgp_radv: true +bgp_radv_if: virbr0 diff --git a/ansible/bgp/host_vars/arius/bgp.yml b/ansible/bgp/host_vars/arius/bgp.yml new file mode 100644 index 0000000..7e8df08 --- /dev/null +++ b/ansible/bgp/host_vars/arius/bgp.yml @@ -0,0 +1,6 @@ +bgp_as: 4230483902 +bgp_ip: "{{ wireguard_wg0.hosts.arius.ipv6 }}" +bgp_mynet: fdf3:aad9:a885:ba66::/64 +bgp_peers: + - knot + - hash diff --git a/ansible/bgp/host_vars/astyanax/bgp.yml b/ansible/bgp/host_vars/astyanax/bgp.yml new file mode 100644 index 0000000..9bb6bad --- /dev/null +++ b/ansible/bgp/host_vars/astyanax/bgp.yml @@ -0,0 +1,6 @@ +bgp_as: 4230483903 +bgp_ip: "{{ wireguard_wg0.hosts.astyanax.ipv6 }}" +bgp_mynet: fdf3:aad9:a885:ba65::/64 +bgp_mynet_if: enp2s0 +bgp_peers: + - knot diff --git a/ansible/bgp/host_vars/hash/bgp.yml b/ansible/bgp/host_vars/hash/bgp.yml new file mode 100644 index 0000000..958f514 --- /dev/null +++ b/ansible/bgp/host_vars/hash/bgp.yml @@ -0,0 +1,4 @@ +bgp_as: 4230483905 +bgp_ip: "{{ wireguard_wg0.hosts.hash.ipv6 }}" +bgp_peers: + - knot diff --git a/ansible/bgp/host_vars/knot/bgp.yml b/ansible/bgp/host_vars/knot/bgp.yml new file mode 100644 index 0000000..fa16510 --- /dev/null +++ b/ansible/bgp/host_vars/knot/bgp.yml @@ -0,0 +1,6 @@ +bgp_as: 4230483906 +bgp_ip: "{{ wireguard_wg0.hosts.knot.ipv6 }}" +bgp_peers: + - akili + - astyanax +# - hash -- cgit v1.2.3