From b743a01bf0f5ff4678b32c5b92674ddf1392d3fe Mon Sep 17 00:00:00 2001 From: Stefan Date: Thu, 13 Apr 2023 15:41:07 +0200 Subject: [PATCH] Add edge3 and edge4 --- host_vars/edge3/vars.yml | 13 +++++++++++++ host_vars/edge3/vault.yml | 12 ++++++++++++ host_vars/edge4/vars.yml | 13 +++++++++++++ host_vars/edge4/vault.yml | 12 ++++++++++++ host_vars/vpn01/vars.yml | 10 ++++++++++ 5 files changed, 60 insertions(+) create mode 100644 host_vars/edge3/vars.yml create mode 100644 host_vars/edge3/vault.yml create mode 100644 host_vars/edge4/vars.yml create mode 100644 host_vars/edge4/vault.yml diff --git a/host_vars/edge3/vars.yml b/host_vars/edge3/vars.yml new file mode 100644 index 0000000..5fe4c25 --- /dev/null +++ b/host_vars/edge3/vars.yml @@ -0,0 +1,13 @@ +ansible_host: localhost +ansible_connection: local +ansible_python_interpreter: /usr/bin/python3 + +ipv4_network: 10.9.0.0/16 +ipv4_dhcp_start: 10.9.0.30 +ipv4_dhcp_stop: 10.9.0.250 +ipv4_address: 10.9.0.1 +ipv6_network: 2a03:2260:121:609::/64 +ipv6_address: 2a03:2260:121:609::1/64 +wireguard_address: 10.255.1.9/24 +wireguard_public: 5B/YTaDPVWVApUyHshJp899iXXlBy8rBqJUpYvKo+1s= +wiregurad_v4: 10.255.1.1 \ No newline at end of file diff --git a/host_vars/edge3/vault.yml b/host_vars/edge3/vault.yml new file mode 100644 index 0000000..f4d44e6 --- /dev/null +++ b/host_vars/edge3/vault.yml @@ -0,0 +1,12 @@ +$ANSIBLE_VAULT;1.1;AES256 +63373161393033633933653763653661626365376332306438326363333263656366623837333061 +3665663736393837663634653439356465356234613933320a613530656335326538326262376163 +36336139633033326430663362633839653831326362326439303634376666623862663037636533 +3031306666356637370a396164386339653630343366393163623136333166643162393663323931 +65376261356666313034633237323531363733343061396166343333666538313232616265303933 +32303633343666346134666332626635396132313932623535383538326639316465633432343239 +32353563643565393034653933356235663434376131366565636634376332353738363730626162 +31353236303764663236346437613031623634663762653664383534613738353363346563313063 +66363430306533666263356365383365303564303565316462306664356236316430653065613036 +30386238616564326132303262623664313935376332373037343664666138303932316330336238 +363762633930393837363662343133666363 diff --git a/host_vars/edge4/vars.yml b/host_vars/edge4/vars.yml new file mode 100644 index 0000000..d208683 --- /dev/null +++ b/host_vars/edge4/vars.yml @@ -0,0 +1,13 @@ +ansible_host: localhost +ansible_connection: local +ansible_python_interpreter: /usr/bin/python3 + +ipv4_network: 10.10.0.0/16 +ipv4_dhcp_start: 10.10.0.30 +ipv4_dhcp_stop: 10.10.0.250 +ipv4_address: 10.10.0.1 +ipv6_network: 2a03:2260:121:60a::/64 +ipv6_address: 2a03:2260:121:60a::1/64 +wireguard_address: 10.255.1.10/24 +wireguard_public: 5B/YTaDPVWVApUyHshJp899iXXlBy8rBqJUpYvKo+1s= +wiregurad_v4: 10.255.1.1 \ No newline at end of file diff --git a/host_vars/edge4/vault.yml b/host_vars/edge4/vault.yml new file mode 100644 index 0000000..f4d44e6 --- /dev/null +++ b/host_vars/edge4/vault.yml @@ -0,0 +1,12 @@ +$ANSIBLE_VAULT;1.1;AES256 +63373161393033633933653763653661626365376332306438326363333263656366623837333061 +3665663736393837663634653439356465356234613933320a613530656335326538326262376163 +36336139633033326430663362633839653831326362326439303634376666623862663037636533 +3031306666356637370a396164386339653630343366393163623136333166643162393663323931 +65376261356666313034633237323531363733343061396166343333666538313232616265303933 +32303633343666346134666332626635396132313932623535383538326639316465633432343239 +32353563643565393034653933356235663434376131366565636634376332353738363730626162 +31353236303764663236346437613031623634663762653664383534613738353363346563313063 +66363430306533666263356365383365303564303565316462306664356236316430653065613036 +30386238616564326132303262623664313935376332373037343664666138303932316330336238 +363762633930393837363662343133666363 diff --git a/host_vars/vpn01/vars.yml b/host_vars/vpn01/vars.yml index a8a607e..4eed543 100644 --- a/host_vars/vpn01/vars.yml +++ b/host_vars/vpn01/vars.yml @@ -48,3 +48,13 @@ wireguard_unmanaged_peers: public_key: qeNX6KIX629tebqUuCvPUEF48z0y10VT7KtdcXS9NEY= allowed_ips: 10.255.1.8/32, 10.8.0.0/16, fd80:3ea2:e399:203a::8/128, 2a03:2260:121:608::/64 persistent_keepalive: 25 + ## edge3 + vpn9-edge3: + public_key: pUBPZFl9VGb1zLseKenGS7pvOLWuWQNJdDEpHtOsxlg= + allowed_ips: 10.255.1.9/32, 10.9.0.0/16, fd80:3ea2:e399:203a::9/128, 2a03:2260:121:609::/64 + persistent_keepalive: 25 + ## edge4 + vpn10-edge4: + public_key: 2Cq7gW5mSTcOJGzvw4dvdERhAFx3EIga5Ftds9zKlT8= + allowed_ips: 10.255.1.10/32, 10.10.0.0/16, fd80:3ea2:e399:203a::10/128, 2a03:2260:121:60a::/64 + persistent_keepalive: 25