forked from pointgroup-labs/sv-manager
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtestnet.yaml
More file actions
27 lines (27 loc) · 852 Bytes
/
Copy pathtestnet.yaml
File metadata and controls
27 lines (27 loc) · 852 Bytes
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
---
all:
children:
testnet_validators:
children:
remote:
hosts:
server1:
ansible_host: <ip address>
#any var from group vars:
validator_description: "Bootstrapped with https://sv-manager.thevalidators.io"
validator_homepage: ""
validator_keybase: ""
server2:
ansible_host: <ip address>
local:
hosts:
localhost:
#any var from group vars:
validator_description: "Bootstrapped with https://sv-manager.thevalidators.io"
validator_homepage: ""
validator_keybase: ""
localhost_rpc:
ansible_host: localhost
force: true
rpc_node: true
solana_validator_service: started