https://github.com/jupyterhub/jupyterhub-deploy-teaching
Raw File
Tip revision: 63c89099880653f1ad97025dd9e652ea102602b1 authored by Brian E. Granger on 22 January 2018, 16:37:45 UTC
Merge pull request #97 from minrk/locale
Tip revision: 63c8909
hosts.example
# The `hosts` inventory file lists the JupyterHub servers managed by Ansible

# This provides an inventory of host servers used for JupyterHub
# Edit the fqdn (fully qualified domain name) for your hub server
# For example:
#
# [jupyterhub_hosts]
# www.example.com
#
# Save file as `hosts` (without the file type suffix) when done editing.
# User tip: `hosts.example` is an example file where the contents are
# ignored. Saving the file as `hosts` after editing is important.

[jupyterhub_hosts]
fqdn.goes.here
back to top