diff --git a/group_vars/all/gateway_locations.yml b/group_vars/all/gateway_locations.yml
index c7d9323beb6c9382af63c883b8987b5b7dde1ea5..1f75391f36a82fab5f3b98f397ed3afe50e26f82 100644
--- a/group_vars/all/gateway_locations.yml
+++ b/group_vars/all/gateway_locations.yml
@@ -1,6 +1,13 @@
 ---
 locations:
   'Seattle':
+    'name': 'Seattle'
     'country_code': 'US'
     'hemisphere': 'N'
     'timezone': '-7'
+  'Amsterdam':
+    'name': 'Amsterdam'
+    'country_code': 'NL'
+    'hemisphere': 'N'
+    'timezone': '+2'
+
diff --git a/hosts.yml b/hosts.yml
index ae450210b6beecf11d156664281ba1bf6b77e51a..304579f095daa7731c1e0f5087e8871868491c27 100644
--- a/hosts.yml
+++ b/hosts.yml
@@ -16,13 +16,13 @@ hosts:
   gateway1:
     ansible_host: 37.218.242.191
     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
     # value for each host
     ip_vpn0: 172.16.1.3
     # 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.242.191
+    egress_ip: 37.218.242.216
     location: Amsterdam
   gateway2:
     ansible_host: 204.13.164.252