Skip to content

Commit

Permalink
Add nfs option and servicenet_ip variables to example secrets file.
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanlovett committed Jul 8, 2015
1 parent ca4d7cb commit e4e1753
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion secrets.vault.yml.example
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,19 @@ rackspace_username: ''

# Overwritten NFS variables (see the nfs_server and nfs_client roles for details)
nfsserver: ''
# NFS mount point on clients
nfsmount: ''
nfsdomain: ''
# 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: ''
Expand Down

0 comments on commit e4e1753

Please sign in to comment.