-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathinventory.yml.sample
50 lines (46 loc) · 1.47 KB
/
inventory.yml.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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
---
---
all:
children:
networks:
children:
canarynet:
hosts:
canarynet_validator:
ansible_host: 5.0.3.1
synced: false
validator_peers: "1.2.3.4:5000,3.4.5.6:5000"
canarynet_client1:
ansible_host: 5.0.4.1
canarynet_client2:
ansible_host: 5.0.4.2
canarynet_client3:
ansible_host: 5.0.4.3
vars:
network: canarynet
node_version: canary-v0.3.0
peers: "5.0.5.12:4130,5.0.5.14:4130"
testnet_beta:
hosts:
testnet_validator:
ansible_host: 5.0.5.15
synced: false
validator_peers: "1.2.3.4:5000,3.4.5.6:5000"
testnet_client1:
ansible_host: 5.0.5.18
testnet_client2:
ansible_host: 5.0.5.19
vars:
network: testnet_beta
node_version: testnet-beta-v0.3.0
peers: "5.0.5.12:4130,5.0.5.14:4130"
vars:
ansible_user: ubuntu
ansible_port: 22
ansible_ssh_private_key_file: "~/.ssh/mine"
user_dir: "/home/{{ ansible_user }}"
path: "/sbin:/usr/sbin:/bin:/usr/bin:/usr/local/bin:/usr/local/go/bin:{{ user_dir }}/go/bin:{{ user_dir }}/.cargo/bin"
aleo_service_path: "/etc/systemd/system/aleo.service"
aleo_script_path: "{{ working_dir }}/aleo.sh"
# github
github_repo: https://github.com/AleoNet/snarkOS.git