Enable easier use of runbook style operational code snippets
Problem to solve
As a user, I want to perform operational tasks - like deployments - via a series of operational scripts similar to a runbook.
Intended users
Further details
Today you can programatically run deployments via gitlab-ci.yml, and you can manually run operational tasks via JupyterHub notebooks. There seems like there would be an overlap and smart primative between the two.
Proposal
Utilize manual CI jobs as an alternative to JupyterHub for runbooks.