Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
ansible-roles
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jocelyn Delalande
ansible-roles
Commits
a8330d6b
Commit
a8330d6b
authored
Jan 07, 2018
by
Jocelyn Delalande
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
jupyterhub: fix settings
parent
9be73d0b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
0 deletions
+17
-0
jupyterhub/templates/jupyterhub_config.py.j2
jupyterhub/templates/jupyterhub_config.py.j2
+17
-0
No files found.
jupyterhub/templates/jupyterhub_config.py.j2
View file @
a8330d6b
# {{ ansible_managed }}
# Configuration file for jupyterhub.
### GLOBAL ###
## Avoid listening on iternet (we have a nginx for that)
c.JupyterHub.ip = '127.0.0.1'