Skip to content
Snippets Groups Projects
Commit 00976c35 authored by Chris Hines's avatar Chris Hines
Browse files

change to the slurm-start role suggested by simon (untested)

parent 3559bd7e
No related branches found
No related tags found
No related merge requests found
......@@ -44,6 +44,11 @@
sudo: true
when: start_slurmdbd is defined
- name: "create cluster in slurm db"
shell: "{{slurm_dir}}/bin/sacctmgr -i create cluster {{ clustername }}"
sudo: true
- name: start slurmctl
service: name=slurmctld state=started enabled=yes
sudo: true
......
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