Forked from
hpc-team / HPCasCode
2114 commits behind the upstream repository.
-
Chris Hines authored
roles to calculate etcHosts etcExports and slurm.conf so we no longer do these when deploying each node, but in a preconfiguration stage
Chris Hines authoredroles to calculate etcHosts etcExports and slurm.conf so we no longer do these when deploying each node, but in a preconfiguration stage
main.yml 213 B
- name: "Templating slurm.conf"
template: src=slurm.conf.j2 dest=/tmp/slurm.conf owner=root group=root mode=644
sudo: true
- name: fetch slurm.conf
fetch: src=/tmp/slurm.conf dest=files/slurm.conf flat=yes