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

left debug code in there

parent 848fad4a
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 @@
- vars/vars.yml
strategy: free
roles:
- { role: move_homedir, tags: [ authentication, filesystems,narf ] }
- { role: move_homedir, tags: [ authentication, filesystems ] }
- { role: nfs-client, nfsMounts: "{{ computeNfsMounts }}", tags: [ filesystems ] }
- { role: slurm-common, tags: [ slurm, slurm-common ] }
#- { role: lmod, tags: [ other ] } # actually preffered on ubuntu but mutually exclusive with environment-modules
......@@ -39,7 +39,7 @@
- { role: set_semaphore_count, tags: [ semaphore ] }
- { role: ldapclient, ssl: false, tags: [ ldapclient ] }
- { role: ssh-keepalive, tags: [ ssh ] }
- { role: enable_sudo_group, tags: [ authentication,zort ] }
- { role: enable_sudo_group, tags: [ authentication ] }
- hosts: 'VisNodes'
gather_facts: False
......@@ -91,8 +91,8 @@
- hosts: 'VisNodes'
roles:
- { role: deploy-xorg, tags: [ deploy-xorg ] }
- hosts: 'LoginNodes'
roles:
- { 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