forked from compmodels/jupyterhub-deploy
-
Notifications
You must be signed in to change notification settings - Fork 1
/
secrets.vault.yml.example
46 lines (39 loc) · 1.14 KB
/
secrets.vault.yml.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
---
# Rename this file to secrets.vault.yml and edit it to include the specific
# keys, certificates, etc. for your deployment.
#
# Note that after you do this, you should encrypt the file with ansible vault
# so that the usernames are not public:
#
# ansible-vault encrypt secrets.vault.yml
# Overwritten common variables (see common role for details)
github_usernames: []
other_ssh_keys: []
# Overwritten backup variables (see backup role for details)
backup_source_directory: ''
backup_container: ''
gpg_key: ''
gpg_pass: ''
rackspace_api_key: ''
rackspace_username: ''
# Overwritten NFS variables (see the nfs_server and nfs_client roles for details)
nfsserver: ''
# NFS mount point on clients
nfsmount: ''
# NFS share on the host
nfspath: ''
# Options to rpc.nfsd
nfsdopts: ''
# Domain for idmapd
nfsdomain: ''
# Client options
nfsoptions: ''
servicenet_ip: ''
# Overwritten jupyterhub variables (see jupyterhub role for details)
configproxy_auth_token: ''
cookie_secret: ''
github_client_id: ''
github_client_secret: ''
oauth_callback_url: ''
# Overwritten cull/stats variables (see the cull and stats roles for details)
jupyterhub_admin_user: ''