Skip to content
Snippets Groups Projects
Commit 10f7c135 authored by Eesaan Atluri's avatar Eesaan Atluri
Browse files

fix: Remove pam_slurm config causing ssh denial

pam_slurm config denies ssh if there is no slurm job on the compute node
A login node is not expected to run jobs so we removed this config from
the login playbook
parent 180e8eab
No related branches found
No related tags found
1 merge request!3Change compute reference to login
...@@ -5,6 +5,5 @@ ...@@ -5,6 +5,5 @@
roles: roles:
- { name: 'fix_centos_repo', tags: 'fix_centos_repo' } - { name: 'fix_centos_repo', tags: 'fix_centos_repo' }
- { name: 'install_packages', tags: 'install_packages' } - { name: 'install_packages', tags: 'install_packages' }
- { name: 'pam_slurm_adopt', tags: 'pam_slurm_adopt' }
- { name: 'install_nhc', tags: 'install_nhc'} - { name: 'install_nhc', tags: 'install_nhc'}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment