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

Allow optional additional roles to be executed #439

Closed XaverStiensmeier closed 6 months ago

XaverStiensmeier commented 1 year ago

This can be done by including roles based on an item list and by adding a new roles folder in the ansible.cfg see https://stackoverflow.com/questions/34901858/how-to-keep-local-roles-separated-from-the-ones-loaded-from-ansible-galaxy

XaverStiensmeier commented 6 months ago

One solution could be to add a new roles folder in ansible.cfg and then allow new roles to be added via the cluster-configuration. A first roll could be #440

XaverStiensmeier commented 6 months ago

this is now present in dev