Skip to content

Commit

Permalink
Merge pull request #38 from jupyterhub/ellisonbg-patch-1
Browse files Browse the repository at this point in the history
Add better docs to the cull idle owner
  • Loading branch information
willingc committed Oct 12, 2016
2 parents 9c5779c + e5b74ea commit 1f43cac
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions host_vars/hostname.example
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,10 @@ github_usernames: ['instructor', 'grader']

# Optionally cull idle single user servers
use_cull_idle_servers: false
# The username and API token for culling idle servers
# Create using something like `openssl rand -hex 32`
# The username for culling idle servers. MUST be a user of JupyterHub,
# so root won't work unless root can access JupyterHub
cull_idle_servers_owner: instructor
# The API token for culling, create using something like `openssl rand -hex 32`
cull_idle_servers_hubapi_token: ''
# The interval (in seconds) for checking for idle servers to cull
cull_every: 600
Expand Down

0 comments on commit 1f43cac

Please sign in to comment.