stackhpc / ansible-role-openhpc

Ansible role for OpenHPC
Apache License 2.0
45 stars 15 forks source link

Fix specification of munge key #99

Closed sjpb closed 3 years ago

sjpb commented 3 years ago

Currently a munge key can be specified using openhpc_munge_key_path. Having the munge key around on the deploy host isn't ideal and isn't compatible with the slurm appliance which expects to be able to set the munge key content directly via a variable. This PR changes to the latter approach as it seems better.

This is slightly tricky to get right as:

Note first two commits have a wider application.