-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathexample-hosts.yml
More file actions
42 lines (35 loc) · 1.31 KB
/
example-hosts.yml
File metadata and controls
42 lines (35 loc) · 1.31 KB
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
---
all:
hosts:
192.0.2.1:
# user to connect to remote server
# should be able to run sudo without password, otherwise add `--ask-sudo-password` flag
ansible_user: ubuntu
home_chain_json: "" # expecting url
home_chain_name: "" # dataDir or name from chain.json, if both are present use value from dataDir
home_signer_address: "" # 0x...
home_signer_keyfile: '' # whole content of json file
home_signer_password: ""
foreign_chain_json: "" # expecting url
foreign_chain_name: "" # dataDir or name from chain.json, if both are present use value from dataDir
foreign_signer_address: "" # 0x...
foreign_signer_keyfile: '' # whole content of json file
foreign_signer_password: ""
### bridge config
initial_deployment: yes # do you start a new bridge or join an existing one?
db_toml_location: "" # path to local db.toml (only relevant if initial_deployment == no)
home_required_confirmations: 0
home_poll_interval: 2
home_request_timeout: 360
foreign_required_confirmations: 0
foreign_poll_interval: 2
foreign_request_timeout: 360
authorities:
- ""
- ""
- ""
required_signatures: 1
### tests
actor_address: ""
actor_keyfile: ''
actor_password: ""