Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
vt_ssh_ldap_auth
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Joshua Davis Aylor
vt_ssh_ldap_auth
Commits
7c800241
Commit
7c800241
authored
5 months ago
by
Joshua Davis Aylor
Browse files
Options
Downloads
Patches
Plain Diff
Add Ubuntu 22.04 and 24.04
parent
5c569a21
Branches
Branches containing commit
1 merge request
!1
Add Ubuntu 22.04 and 24.04
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
defaults/main.yml
+1
-0
1 addition, 0 deletions
defaults/main.yml
handlers/main.yml
+1
-1
1 addition, 1 deletion
handlers/main.yml
meta/main.yml
+4
-0
4 additions, 0 deletions
meta/main.yml
tasks/main.yml
+1
-1
1 addition, 1 deletion
tasks/main.yml
with
7 additions
and
2 deletions
defaults/main.yml
+
1
−
0
View file @
7c800241
...
...
@@ -53,6 +53,7 @@ sshd_permit_root_login: 'no'
sshd_ports
:
-
22
sshd_config_file
:
sshd_config.j2
sshd_service_name
:
"
{%
if
ansible_os_family
==
'Debian'
and
ansible_distribution_major_version
>=
'24'
%}ssh{%
else
%}sshd{%
endif
%}"
# ssh client variables
ssh_forward_agent
:
'
yes'
...
...
This diff is collapsed.
Click to expand it.
handlers/main.yml
+
1
−
1
View file @
7c800241
...
...
@@ -20,5 +20,5 @@
become
:
true
become_user
:
root
service
:
name
:
sshd
name
:
"
{{
sshd_service_name
}}"
state
:
restarted
This diff is collapsed.
Click to expand it.
meta/main.yml
+
4
−
0
View file @
7c800241
...
...
@@ -16,5 +16,9 @@ galaxy_info:
versions
:
-
8
-
9
-
name
:
Ubuntu
versions
:
-
22.04
-
24.04
dependencies
:
[]
This diff is collapsed.
Click to expand it.
tasks/main.yml
+
1
−
1
View file @
7c800241
...
...
@@ -75,7 +75,7 @@
-
name
:
sshd - regenerate ssh host keys after ssh install
service
:
name
:
sshd
name
:
"
{{
sshd_service_name
}}"
state
:
restarted
enabled
:
true
when
:
ssh_install.changed
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
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