jupyterhub / jupyterhub-deploy-teaching

Reference deployment of JupyterHub and nbgrader on a single server
http://jupyterhub-deploy-teaching.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
247 stars 85 forks source link

Activate Ansible logging #50

Closed zonca closed 7 years ago

zonca commented 7 years ago

Ansible by default does not log the action it performs. I think it is useful to activate it so that users can debug any error more easily.

I find myself in this situation yesterday: I was installing this on a Ubuntu server (not a VM) and for some reason configurable-http-proxy failed to install, it was an easy fix doing it manually but I did not understand what went wrong because I didn't have the log, didn't want to mess with syslog.

minrk commented 7 years ago

Makes sense, thanks!