poa-devops/group_vars/upd-parity-version.example

24 lines
730 B
Plaintext

---
# bootnode | moc | validator | explorer | netstat
poa_role: "bootnode"
# repo to fetch new binaries from
PARITY_BIN_LOC_UBUNTU: "https://releases.parity.io/v1.11.8/x86_64-unknown-linux-gnu/parity"
PARITY_BIN_SHA256_UBUNTU: "fbb349dc45e5de1b337880622be88c375998bf2ce69bb402eb9fe60f63b361f9"
PARITY_BIN_LOC_CENTOS: "https://releases.parity.io/v1.11.8/x86_64-unknown-centos-gnu/parity"
PARITY_BIN_SHA256_CENTOS: "3f10fb875c5d51ec890f975c60606fc2c258431814cb8d33c5231fe1b8c13259"
PARITY_VERSION_CHECK: "1.11.8"
# backup options
backup_parity_data: "on"
# do full resync
resync: "off"
# strings to remove from node.toml
bootnode_node_toml_lines_to_remove: []
# strings to add in node.toml
bootnode_node_toml_lines_to_add: []