Deploy RSK mainnet node, and new testnet node #346

Merged
raucao merged 5 commits from feature/343-rsk_mainnet into master 2021-11-28 16:01:04 +00:00
2 changed files with 16 additions and 0 deletions
Showing only changes of commit e6ad9865bc - Show all commits

11
roles/rsk_mainnet.rb Normal file
View File

@ -0,0 +1,11 @@
name "rsk_mainnet"
run_list %w(
kosmos_rsk::rskj
)
override_attributes(
:rskj => {
:network => "mainnet"
}
)

5
roles/rsk_testnet.rb Normal file
View File

@ -0,0 +1,5 @@
name "rsk_testnet"
run_list %w(
kosmos_rsk::rskj
)