BiBiServ / bibigrid

BiBiGrid is a tool for an easy cluster setup inside a cloud environment.
Apache License 2.0
11 stars 8 forks source link

Dev quick fixes #536

Closed XaverStiensmeier closed 3 weeks ago

XaverStiensmeier commented 1 month ago

Includes all required package updates and updates workflow to use python 3.10 to be able to use ansible_lint==24.7.0. workflow currently throws an error as the workflow still uses the master's specification. which will be changed as soon as the workflow update also contained in this branch is merged.

Includes documentation and a fix for the previously undocumented feature dontUploadCredentials which is only useful when running a cluster without on demand nodes. Fixed broken documentation links.

Restricted access rights to clouds.yaml (i.e. credential access on the cluster) for regular users.

Paramiko no longer tries to use other keys when passed key doesn't work (ssh agent still tried to look for other keys)

Pleased ansible-lint.