You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Make sure to have a corresponding yml file in the host_vars folder for each server here!
[vpn]
my_node ansible_host=<IP of your server>
my_prb ansible_host=<IP of your server>
my_worker1 ansible_host=<IP of your server>
my_worker2 ansible_host=<IP of your server>
[node]
my_node ansible_host=<IP of your server> vpn_ip=10.8.0.1
[prb]
my_prb ansible_host=<IP of your server> vpn_ip=10.8.0.1 data_provider_pubkey=<Data provider pubkey from monitor UI> lifecycle_pubkey=<lifecycle pubkey from monitor UI> pool_id=<your pool id>
[worker]
my_worker1 ansible_host=<IP of your server> vpn_ip=10.8.0.1 cpu_cores=14
my_worker2 ansible_host=<IP of your server> vpn_ip=10.8.0.2