cd7135bf91
drop the workaround for that. Also the Ansible copy module properly handles vaulted binary src files as of 2.4. |
||
---|---|---|
defaults | ||
handlers | ||
meta | ||
tasks | ||
templates | ||
.gitignore | ||
README.md |
README.md
Slurm
Install and configure Slurm
Role Variables
All variables are optional. If nothing is set, the role will install the Slurm client programs, munge, and create a slurm.conf
. See the [defaults][defaults] and example playbook for examples.
For the various roles a slurm node can play, you can either set group names, or add values to a list, slurm_roles
.
- group slurmservers or
slurm_roles: ['controller']
- group slurmexechosts or
slurm_roles: ['exec']
- group slurmdbdservers or
slurm_roles: ['dbd']
Dependencies
None.
Example Playbook
- name: Slurm all in One
hosts: all
vars:
slurm_user: {}
slurm_roles: ['controller', 'exec', 'dbd']
roles:
- galaxyproject.slurm
License
MIT