summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsgk <sgk@riseup.net>2024-02-29 13:03:58 +0530
committersgk <sgk@riseup.net>2024-02-29 13:03:58 +0530
commit85b48e5e3bddc21ed56ba5fae320f69e84f5be45 (patch)
treecc32bb748fb607f044cc6b4a5b62fb507d7d33ce
parent42d14e47ded07571d4418b0fb24cdefb670cd3da (diff)
Fix - gateway_locations.yml,hosts.yml - fix names, tz
-rw-r--r--group_vars/all/gateway_locations.yml10
-rw-r--r--hosts.yml4
2 files changed, 7 insertions, 7 deletions
diff --git a/group_vars/all/gateway_locations.yml b/group_vars/all/gateway_locations.yml
index 1f75391..fce49d0 100644
--- a/group_vars/all/gateway_locations.yml
+++ b/group_vars/all/gateway_locations.yml
@@ -1,12 +1,12 @@
---
locations:
- 'Seattle':
- 'name': 'Seattle'
+ 'Florida':
+ 'name': 'United States'
'country_code': 'US'
'hemisphere': 'N'
- 'timezone': '-7'
- 'Amsterdam':
- 'name': 'Amsterdam'
+ 'timezone': '-6'
+ 'North Brabant':
+ 'name': 'Netherlands'
'country_code': 'NL'
'hemisphere': 'N'
'timezone': '+2'
diff --git a/hosts.yml b/hosts.yml
index 5fd9622..e794acb 100644
--- a/hosts.yml
+++ b/hosts.yml
@@ -29,7 +29,7 @@ hosts:
# Set the egress source address for ipv4. This address should be distinct
# from the 'ip' value above to prevent traffic leaks.
egress_ip: 37.218.241.141
- location: Miami
+ location: Florida
ansible_vpn0: 172.16.1.3
ip_vpn0: 172.16.1.3
cod:
@@ -40,7 +40,7 @@ hosts:
- 37.218.245.4
ip_vpn0: 172.16.1.4
egress_ip: 37.218.245.4
- location: Amsterdam
+ location: 'North Brabant'
ip_vpn0: 172.16.1.4
group_vars:
all: