defaults in roles fixed

`reboot_after_completion` variable added
This commit is contained in:
ArseniiPetrovich 2018-05-27 12:54:59 +03:00
parent e9524a143b
commit 835c888bf1
3 changed files with 7 additions and 1 deletions

View File

@ -12,4 +12,6 @@ users:
home: "/home/{{ username }}"
bootnode_archive: "off"
bootnode_orchestrator: "off"
bootnode_orchestrator: "off"
reboot_after_completion: true

View File

@ -29,3 +29,5 @@ home: "/home/{{ username }}"
moc_archive: "off"
reboot_after_completion: true

View File

@ -18,3 +18,5 @@ MINING_ADDRESS: "0xdd0bb0e2a1594240fed0c2f2c17c1e9ab4f87126"
SCRIPTS_VALIDATOR_BRANCH: "mainnet"
MAIN_REPO_FETCH: "poanetwork"
BLK_GAS_LIMIT: "6700000"
reboot_after_completion: true