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

removed duplicate slurm-start

parent a49f655c
No related branches found
No related tags found
2 merge requests!326Slurmtestfix,!313Mockldap without TLS enabled but capable
......@@ -57,20 +57,6 @@
roles:
- { role: slurm_config, tags: [slurm, slurm_config] }
- hosts: 'DesktopNodes,ComputeNodes'
gather_facts: False
vars_files:
- vars/passwords.yml
- vars/names.yml
- vars/ldapConfig.yml
- vars/filesystems.yml
- vars/slurm.yml
- vars/vars.yml
strategy: free
roles:
- { role: slurm-start, start_slurmd: True, tags: [ slurm, slurmstart ] }
#- { role: mate-de-install, tags: [ mate-de-install ] } # TODO this crashes for everything except cmca
- hosts: 'K1Nodes'
tasks:
- { name: set nvidia driver version, set_fact: nvidia_version='367.130' }
......@@ -81,7 +67,7 @@
- { name: set cuda monitoring, set_fact: cudamonitor=true }
tags: [ always ]
- hosts: 'ComputeNodes'
- hosts: 'ComputeNodes,DesktopNodes'
vars_files:
- vars/slurm.yml
roles:
......
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