clusterinthecloud / ansible

Ansible config for Cluster in the Cloud
https://cluster-in-the-cloud.readthedocs.io
MIT License
10 stars 27 forks source link

Install Slurm packages in one go #140

Closed milliams closed 1 year ago

milliams commented 1 year ago

Instead of looping in Ansible to install each of the Slurm packages, install them by providing a list of names. This will hopefully make the installation faster (about 5 seconds) and more resilient.

This also adds a retry loop to the installation to hopefully avoid it falling over with GPG errors.