summaryrefslogtreecommitdiff
path: root/group_vars/all/gateway_locations.yml
blob: 68d2ff095f26bb2bbb1bb9a6a18b103b5772b98a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
locations:
  'Seattle':
    'name': 'Seattle'
    'country_code': 'US'
    'hemisphere': 'N'
    'timezone': '-7'
  'Amsterdam':
    'name': 'Amsterdam'
    'country_code': 'NL'
    'hemisphere': 'N'
    'timezone': '+2'
  'Miami':
    'name': 'Miami'
    'country_code': 'US'
    'hemisphere': 'N'
    'timezone': '-4'