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

excluding pam_sssd from ubuntu because it is borked

parent 7aa560ce
No related branches found
No related tags found
1 merge request!335Version pinning and enableing the upgrade role to run at all times
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
- vars/vars.yml - vars/vars.yml
strategy: free strategy: free
roles: roles:
- { role: move_homedir, tags: [ authentication, filesystems ] } - { role: move_homedir, tags: [ authentication, filesystems,narf ] }
- { role: nfs-client, nfsMounts: "{{ computeNfsMounts }}", tags: [ filesystems ] } - { role: nfs-client, nfsMounts: "{{ computeNfsMounts }}", tags: [ filesystems ] }
- { role: slurm-common, tags: [ slurm, slurm-common ] } - { role: slurm-common, tags: [ slurm, slurm-common ] }
#- { role: lmod, tags: [ other ] } # actually preffered on ubuntu but mutually exclusive with environment-modules #- { role: lmod, tags: [ other ] } # actually preffered on ubuntu but mutually exclusive with environment-modules
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
- { 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: ssh-keepalive, tags: [ ssh ] } - { role: ssh-keepalive, tags: [ ssh ] }
- { role: enable_sudo_group, tags: [ authentication ] } - { role: enable_sudo_group, tags: [ authentication,zort ] }
- hosts: 'VisNodes' - hosts: 'VisNodes'
gather_facts: False gather_facts: False
...@@ -94,4 +94,5 @@ ...@@ -94,4 +94,5 @@
- hosts: 'LoginNodes' - hosts: 'LoginNodes'
roles: roles:
- { role: pam_sshd, computenodepam: false, tags: [ authentication, pamd ] } - { role: pam_sshd, tags: [ authentication, pamd ], when: ansible_os_family == 'RedHat' }
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