forked from polkachu/cosmos-validators
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinventory.sample
31 lines (26 loc) · 882 Bytes
/
inventory.sample
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
[mainnets]
mainnet1 ansible_host=10.0.0.1
[backups]
backup1 ansible_host=10.0.0.1
[relayers]
relayer1 ansible_host=10.0.0.3
[juno]
juno_main ansible_host=10.0.0.1 type=main
juno_backup ansible_host=10.0.0.2 type=backup prepare=false
juno_relayer ansible_host=10.0.0.3 type=relayer prepare=false
juno_seed ansible_host=10.0.0.4
juno_tenderduty ansible_host=10.0.0.5 target_ip=10.0.0.3
[all:vars]
ansible_user=ubuntu
ansible_port=22
ansible_ssh_private_key_file="~/.ssh/id_rsa"
var_file="group_vars/mainnets/{{ group_names[0] }}.yml"
user_dir="/home/{{ansible_user}}"
path="/sbin:/usr/sbin:/bin:/usr/bin:/usr/local/bin:/usr/local/go/bin:{{ user_dir }}/go/bin"
node_exporter=true
promtail=true
log_monitor=http://10.0.0.100:3100
node_name="BRAND-{{ network }}-{{ type }}"
log_name="PREFIX_{{ network }}_{{ type }}"
snapshot_endpoint='http://10.0.0.2000'
pagerduty_key="SECRET_KEY"