forked from compmodels/jupyterhub-deploy
-
Notifications
You must be signed in to change notification settings - Fork 1
/
inventory.example
20 lines (16 loc) · 1.36 KB
/
inventory.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[jupyterhub_host]
jupyterhub_host ansible_ssh_user=root ansible_ssh_host=<public IP> servicenet_ip=<private snet IP>
# if you want to have a test host
#jupyterhub_host_test ansible_ssh_user=root ansible_ssh_host=<public IP> servicenet_ip=<private snet IP>
[jupyterhub_nodes]
jupyterhub_node1 ansible_ssh_user=root ansible_ssh_host=<public IP> fqdn=<hostname> servicenet_ip=<private snet IP>
jupyterhub_node2 ansible_ssh_user=root ansible_ssh_host=<public IP> fqdn=<hostname> servicenet_ip=<private snet IP>
jupyterhub_node3 ansible_ssh_user=root ansible_ssh_host=<public IP> fqdn=<hostname> servicenet_ip=<private snet IP>
jupyterhub_node4 ansible_ssh_user=root ansible_ssh_host=<public IP> fqdn=<hostname> servicenet_ip=<private snet IP>
jupyterhub_node5 ansible_ssh_user=root ansible_ssh_host=<public IP> fqdn=<hostname> servicenet_ip=<private snet IP>
jupyterhub_node6 ansible_ssh_user=root ansible_ssh_host=<public IP> fqdn=<hostname> servicenet_ip=<private snet IP>
jupyterhub_node7 ansible_ssh_user=root ansible_ssh_host=<public IP> fqdn=<hostname> servicenet_ip=<private snet IP>
# if you want to have a test node
#jupyterhub_node_test ansible_ssh_user=root ansible_ssh_host=<public IP> fqdn=<hostname> servicenet_ip=<private snet IP>
[proxy]
proxy_server ansible_ssh_user=root ansible_ssh_host=<public IP> jupyterhub_host=<snet IP of jupyterhub> servicenet_ip=<private snet IP>