Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
common
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
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
Ansible
Roles
common
Compare revisions
7050ff41f44f5d2fd282f8cd147064c1c8855cb4 to 86f8ca01d3235b94a63f767544b54f222f6aefaf
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
ansible/roles/common
Select target project
No results found
86f8ca01d3235b94a63f767544b54f222f6aefaf
Select Git revision
Branches
main
1 result
Swap
Target
ansible/roles/common
Select target project
ansible/roles/common
ericzillmann/common
2 results
7050ff41f44f5d2fd282f8cd147064c1c8855cb4
Select Git revision
Branches
main
1 result
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (1)
Update needsreview and ensure user before copying SSH key for external ssh tunnels
· 86f8ca01
jurgenhaas
authored
4 years ago
86f8ca01
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
defaults/main.yml
+1
-1
1 addition, 1 deletion
defaults/main.yml
tasks/tunnel.yml
+7
-0
7 additions, 0 deletions
tasks/tunnel.yml
with
8 additions
and
1 deletion
defaults/main.yml
View file @
86f8ca01
...
...
@@ -68,4 +68,4 @@ firewall_ports:
-
{
type
:
'
TCP'
,
number
:
'
9418'
,
comment
:
'
git'
}
# Needrestart
needrestart_version
:
3.5-
1
_all
needrestart_version
:
3.5-
2
_all
This diff is collapsed.
Click to expand it.
tasks/tunnel.yml
View file @
86f8ca01
...
...
@@ -24,6 +24,13 @@
-
Tunnel | Kill Existing Tunnels
-
Tunnel | Initially Start The Tunnels
-
name
:
Tunnel | Ensure user for SSH keys
user
:
name
:
'
{{
item.cert.user
}}'
with_items
:
-
'
{{
ssh_tunnel_external|default([])
}}'
when
:
item.cert is defined
-
name
:
Tunnel | Ensure directory for SSH keys
file
:
path
:
'
{{
item.cert.dest
}}'
...
...
This diff is collapsed.
Click to expand it.