Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 587 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 587 Bytes

Instructions to deploy JupyterHub on a baremetal system.

Dependencies:

  • git
  • ansible

We need the ansible posix to work with firewalld. To install it run (after installing ansible):

ansible-galaxy collection install ansible.posix

To deploy run (as root):

ansible-playbook -i myhosts jhub.yml 

A few useful commands to check service status or if restart the service if necessary:

sudo systemctl stop jupyterhub.service
sudo systemctl start jupyterhub.service
sudo systemctl status jupyterhub.service