2020-11-10 11:24:12 +00:00
|
|
|
---
|
|
|
|
dist_validators_repo_url: 'git@github.com:status-im/nimbus-private.git'
|
|
|
|
dist_validators_repo_rev: 'master'
|
|
|
|
dist_validators_repo_user: 'admin'
|
|
|
|
dist_validators_repo_path: '/home/{{ dist_validators_repo_user }}/distribute-validators'
|
|
|
|
|
2020-11-20 15:04:49 +00:00
|
|
|
dist_validators_cont_name: ~
|
2020-11-10 11:24:12 +00:00
|
|
|
dist_validators_data_path: ~
|
|
|
|
dist_validators_name: ~
|
2020-11-12 11:32:37 +00:00
|
|
|
dist_validators_path: '{{ dist_validators_repo_path }}/{{ dist_validators_name | mandatory }}/validators'
|
|
|
|
dist_validators_secrets_path: '{{ dist_validators_repo_path }}/{{ dist_validators_name | mandatory }}/secrets'
|
|
|
|
|
2021-01-18 18:47:14 +00:00
|
|
|
#dist_validators_layout:
|
2020-11-12 10:52:09 +00:00
|
|
|
# 'node-01': { start: 0, end: 1023 }
|
|
|
|
# 'node-01': { start: 1024, end: 2047 }
|
|
|
|
|
2020-11-17 12:59:38 +00:00
|
|
|
dist_validators_range: '{{ dist_validators_layout[hostname] | mandatory }}'
|