Add roles for RSK testnet/mainnet

This commit is contained in:
Basti 2021-10-22 14:02:56 +02:00
parent 83202747cf
commit e6ad9865bc
Signed by untrusted user: basti
GPG Key ID: 9F88009D31D99C72
2 changed files with 16 additions and 0 deletions

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
)