Currently the pool was set up via a skript which was pretty hacky and error prone, even tho it was refactored some times.
This new method of doing the initialization is preferable in multiple ways:
is idempotent (can be run multiple times and not change something if nothing needs doing)
handles all the ssh trickery for us (aka the -k switch can just take a password for the initial setup)
Can setup multiple (or all) users at once
What is currently still missing:
[ ] test whether all the config options are intuitive
Currently the pool was set up via a skript which was pretty hacky and error prone, even tho it was refactored some times. This new method of doing the initialization is preferable in multiple ways:
-k
switch can just take a password for the initial setup)What is currently still missing:
README.md