Skip to content
Snippets Groups Projects
Unverified Commit cf447c30 authored by micah's avatar micah 💬
Browse files

Add a second example Location so that there are more than one.

parent ec1fbede
No related branches found
No related tags found
1 merge request!45Change openvpn and shapeshifter default ports (fixes: #16).
Pipeline #62360 failed
--- ---
locations: locations:
'Seattle': 'Seattle':
'name': 'Seattle'
'country_code': 'US' 'country_code': 'US'
'hemisphere': 'N' 'hemisphere': 'N'
'timezone': '-7' 'timezone': '-7'
'Amsterdam':
'name': 'Amsterdam'
'country_code': 'NL'
'hemisphere': 'N'
'timezone': '+2'
...@@ -16,13 +16,13 @@ hosts: ...@@ -16,13 +16,13 @@ hosts:
gateway1: gateway1:
ansible_host: 37.218.242.191 ansible_host: 37.218.242.191
groups: [openvpn] groups: [openvpn]
ip: 37.218.242.216 ip: 37.218.242.191
# The 'ip_vpn0' is for the internal network overlay only. Assign an unique # The 'ip_vpn0' is for the internal network overlay only. Assign an unique
# value for each host # value for each host
ip_vpn0: 172.16.1.3 ip_vpn0: 172.16.1.3
# Set the egress source address for ipv4. This address should be distinct # Set the egress source address for ipv4. This address should be distinct
# from the 'ip' value above to prevent traffic leaks. # from the 'ip' value above to prevent traffic leaks.
egress_ip: 37.218.242.191 egress_ip: 37.218.242.216
location: Amsterdam location: Amsterdam
gateway2: gateway2:
ansible_host: 204.13.164.252 ansible_host: 204.13.164.252
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment