Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
Packer Openstack Hpc Image
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
3
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
Krish Moodbidri
Packer Openstack Hpc Image
Commits
5fbcd656
Commit
5fbcd656
authored
2 years ago
by
Eesaan Atluri
Browse files
Options
Downloads
Patches
Plain Diff
remove quotes for the block in sshd config
parent
8a45586f
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ansible/roles/pam_slurm_adopt/tasks/main.yml
+3
-3
3 additions, 3 deletions
ansible/roles/pam_slurm_adopt/tasks/main.yml
with
3 additions
and
3 deletions
ansible/roles/pam_slurm_adopt/tasks/main.yml
+
3
−
3
View file @
5fbcd656
...
@@ -24,8 +24,8 @@
...
@@ -24,8 +24,8 @@
marker_begin
:
"
BEGIN
account"
marker_begin
:
"
BEGIN
account"
marker_end
:
"
END
account"
marker_end
:
"
END
account"
block
:
|
block
:
|
"
-account sufficient pam_slurm_adopt.so
"
-account sufficient pam_slurm_adopt.so
"
account required pam_access.so
"
account required pam_access.so
-
name
:
Update sshd pam file
-
name
:
Update sshd pam file
blockinfile
:
blockinfile
:
...
@@ -36,7 +36,7 @@
...
@@ -36,7 +36,7 @@
marker_begin
:
"
BEGIN
session"
marker_begin
:
"
BEGIN
session"
marker_end
:
"
END
session"
marker_end
:
"
END
session"
block
:
|
block
:
|
"
session include password-auth-no-systemd
"
session include password-auth-no-systemd
-
name
:
Update secure access config for the node
-
name
:
Update secure access config for the node
lineinfile
:
lineinfile
:
...
...
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