Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 769 Bytes

README.md

File metadata and controls

34 lines (24 loc) · 769 Bytes

Installs the JupyterHub server.

Installs the JupyterHub server

Role Variables

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"}

Example Playbook

This an example of how to install the application:

  roles:
    - { role: 'indigo-dc.jupyterhub' }

License

Apache Licence v2 [1]

[1] http://www.apache.org/licenses/LICENSE-2.0