Add edge3 and edge4
This commit is contained in:
parent
92b386f75b
commit
b743a01bf0
13
host_vars/edge3/vars.yml
Normal file
13
host_vars/edge3/vars.yml
Normal file
@ -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
|
12
host_vars/edge3/vault.yml
Normal file
12
host_vars/edge3/vault.yml
Normal file
@ -0,0 +1,12 @@
|
||||
$ANSIBLE_VAULT;1.1;AES256
|
||||
63373161393033633933653763653661626365376332306438326363333263656366623837333061
|
||||
3665663736393837663634653439356465356234613933320a613530656335326538326262376163
|
||||
36336139633033326430663362633839653831326362326439303634376666623862663037636533
|
||||
3031306666356637370a396164386339653630343366393163623136333166643162393663323931
|
||||
65376261356666313034633237323531363733343061396166343333666538313232616265303933
|
||||
32303633343666346134666332626635396132313932623535383538326639316465633432343239
|
||||
32353563643565393034653933356235663434376131366565636634376332353738363730626162
|
||||
31353236303764663236346437613031623634663762653664383534613738353363346563313063
|
||||
66363430306533666263356365383365303564303565316462306664356236316430653065613036
|
||||
30386238616564326132303262623664313935376332373037343664666138303932316330336238
|
||||
363762633930393837363662343133666363
|
13
host_vars/edge4/vars.yml
Normal file
13
host_vars/edge4/vars.yml
Normal file
@ -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
|
12
host_vars/edge4/vault.yml
Normal file
12
host_vars/edge4/vault.yml
Normal file
@ -0,0 +1,12 @@
|
||||
$ANSIBLE_VAULT;1.1;AES256
|
||||
63373161393033633933653763653661626365376332306438326363333263656366623837333061
|
||||
3665663736393837663634653439356465356234613933320a613530656335326538326262376163
|
||||
36336139633033326430663362633839653831326362326439303634376666623862663037636533
|
||||
3031306666356637370a396164386339653630343366393163623136333166643162393663323931
|
||||
65376261356666313034633237323531363733343061396166343333666538313232616265303933
|
||||
32303633343666346134666332626635396132313932623535383538326639316465633432343239
|
||||
32353563643565393034653933356235663434376131366565636634376332353738363730626162
|
||||
31353236303764663236346437613031623634663762653664383534613738353363346563313063
|
||||
66363430306533666263356365383365303564303565316462306664356236316430653065613036
|
||||
30386238616564326132303262623664313935376332373037343664666138303932316330336238
|
||||
363762633930393837363662343133666363
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user