Installs the JupyterHub server
The variables that can be passed to this role and a brief description about them are as follows.
# Set the Spawner to use. Currently suported: local, kubernetes
jupyterhub_spawner: local
# Add users for local spawner
# password is encrypted as expected in useradd command
users:
- {"name": "user1", "password": "FxbYqKrYALWHo"}
- {"name": "user2", "password": "FxbYqKrYALWHo"}
This an example of how to install the application:
roles:
- { role: 'indigo-dc.jupyterhub' }
Apache Licence v2 [1]