Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/indigo-dc/ansible-role-jupyterhub

Ansible role to install a JupyterHub server
https://github.com/indigo-dc/ansible-role-jupyterhub

ansible-role deep-hybrid-datacloud

Last synced: 22 days ago
JSON representation

Ansible role to install a JupyterHub server

Awesome Lists containing this project

README

        

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:

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

License
-------

Apache Licence v2 [1]

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