bomeara / ansible-role-slurm-grycapfork

Ansible Role to install a SLURM Cluster

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

License

SLURM cluster Role

Install SLURM cluster.

Role Variables

Example Playbook

This an example of how to install a SLURM cluster. It assumes you have a slurm.conf in the path where you run your playbook from (so a copy src=slurm.conf works)

  - hosts: server
  roles:
  - { role: 'bomeara.ansible-role-slurm', slurm_type_of_node: 'front' }
  - hosts: wns
  roles:
  - { role: 'bomeara.ansible-role-slurm', slurm_type_of_node: 'wn'}

Contributing to the role

In order to keep the code clean, pushing changes to the master branch has been disabled. If you want to contribute, you have to create a branch, upload your changes and then create a pull request to the grycap original source.

About

Ansible Role to install a SLURM Cluster

License:Apache License 2.0


Languages

Language:Shell 100.0%