Skip to content
Snippets Groups Projects
Commit a1f696d6 authored by Andreas Hamacher's avatar Andreas Hamacher
Browse files

reconfiguring pam_sshd correctly

parent 376913dd
No related branches found
No related tags found
No related merge requests found
...@@ -37,7 +37,6 @@ ...@@ -37,7 +37,6 @@
- { role: postfix, tags: [ mail, other ] } - { role: postfix, tags: [ mail, other ] }
- { role: set_semaphore_count, tags: [ semaphore ] } - { role: set_semaphore_count, tags: [ semaphore ] }
- { role: ldapclient, ssl: false, tags: [ ldapclient ] } - { role: ldapclient, ssl: false, tags: [ ldapclient ] }
- { role: pam_sshd, computenodepam: true, tags: [ authentication, pamd ] }
- { role: ssh-keepalive, tags: [ ssh ] } - { role: ssh-keepalive, tags: [ ssh ] }
- { role: enable_sudo_group, tags: [ authentication ] } - { role: enable_sudo_group, tags: [ authentication ] }
...@@ -101,6 +100,7 @@ ...@@ -101,6 +100,7 @@
- { role: postfix, tags: [ mail, other ] } - { role: postfix, tags: [ mail, other ] }
- { role: set_semaphore_count, tags: [ semaphore ] } - { role: set_semaphore_count, tags: [ semaphore ] }
- { role: telegraf, telegraf_install_rpm_url: 'http://consistency0/src/telegraf-1.12.6-1.x86_64.rpm', tags: [ monitoring,SiteSpecific ] } - { role: telegraf, telegraf_install_rpm_url: 'http://consistency0/src/telegraf-1.12.6-1.x86_64.rpm', tags: [ monitoring,SiteSpecific ] }
- { role: pam_sshd, computenodepam: true, tags: [ authentication, pamd ] }
- hosts: 'VisNodes' - hosts: 'VisNodes'
roles: roles:
...@@ -108,4 +108,8 @@ ...@@ -108,4 +108,8 @@
- hosts: 'VisNodes' - hosts: 'VisNodes'
roles: roles:
- { role: deploy-xorg, tags: [ deploy-xorg ] } - { role: deploy-xorg, tags: [ deploy-xorg ] }
\ No newline at end of file
- hosts: 'LoginNodes'
roles:
- { role: pam_sshd, computenodepam: false, tags: [ authentication, pamd ] }
\ No newline at end of file
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