diff --git a/CICD/plays/computenodes.yml b/CICD/plays/computenodes.yml index bf8746dd96c669be82780a0f74fc5fdc4ed6bcc5..c67cdb5e43da3e35e9bdbd37b205cdaa46ffea78 100644 --- a/CICD/plays/computenodes.yml +++ b/CICD/plays/computenodes.yml @@ -37,7 +37,6 @@ - { role: postfix, tags: [ mail, other ] } - { role: set_semaphore_count, tags: [ semaphore ] } - { role: ldapclient, ssl: false, tags: [ ldapclient ] } - - { role: pam_sshd, computenodepam: true, tags: [ authentication, pamd ] } - { role: ssh-keepalive, tags: [ ssh ] } - { role: enable_sudo_group, tags: [ authentication ] } @@ -101,6 +100,7 @@ - { role: postfix, tags: [ mail, other ] } - { 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: pam_sshd, computenodepam: true, tags: [ authentication, pamd ] } - hosts: 'VisNodes' roles: @@ -108,4 +108,8 @@ - hosts: 'VisNodes' roles: - - { role: deploy-xorg, tags: [ deploy-xorg ] } \ No newline at end of file + - { role: deploy-xorg, tags: [ deploy-xorg ] } + +- hosts: 'LoginNodes' + roles: + - { role: pam_sshd, computenodepam: false, tags: [ authentication, pamd ] } \ No newline at end of file