Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/indigo-dc/ansible-role-jupyterhub
- Owner: indigo-dc
- Created: 2018-02-22T09:25:18.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-13T14:49:40.000Z (over 6 years ago)
- Last Synced: 2024-11-14T07:28:24.136Z (3 months ago)
- Topics: ansible-role, deep-hybrid-datacloud
- Language: Dockerfile
- Size: 14.6 KB
- Stars: 3
- Watchers: 8
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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