Would like to move to to https://github.com/rug-cit-hpc/pg-playbooks
but has large files...
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
644 B
644 B
ansible playbooks for peregrine
This repository contains an inventory and ansible playbooks for the peregrine cluster.
Install slurm.
To install slurm:
ansible-playbook --vault-password-file=.vault_pass.txt slurm.yml
Skip building of docker images.
The building of docker images takes al lot of time and is only nessecary when the docker file has been changed. You can skip this with the following command.
ansible-playbook --vault-password-file=.vault_pass.txt slurm.yml --skip-tags build
Furthermore, you can prevent the services from starting inmediately by providing the --skip-tags start-service
flag.