Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
lilypad
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
leap
Container Platform
lilypad
Commits
cf447c30
Unverified
Commit
cf447c30
authored
3 years ago
by
micah
💬
Browse files
Options
Downloads
Patches
Plain Diff
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
!45
Change openvpn and shapeshifter default ports (fixes: #16).
Pipeline
#62360
failed
3 years ago
Stage: test
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
group_vars/all/gateway_locations.yml
+7
-0
7 additions, 0 deletions
group_vars/all/gateway_locations.yml
hosts.yml
+2
-2
2 additions, 2 deletions
hosts.yml
with
9 additions
and
2 deletions
group_vars/all/gateway_locations.yml
+
7
−
0
View file @
cf447c30
---
---
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'
This diff is collapsed.
Click to expand it.
hosts.yml
+
2
−
2
View file @
cf447c30
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment