chef/roles/rskj_mainnet.rb
Râu Cao 925a5da239
Upgrade RSKj to 5.3.0, deploy new nodes
Adapted the cookbook for new nodes running on Jammy.
2023-11-04 15:06:31 +01:00

19 lines
301 B
Ruby

name 'rskj_mainnet'
default_attributes 'rskj' => {
'network' => 'mainnet',
'nginx' => {
'domain' => 'rsk.kosmos.org'
}
}
default_run_list = %w(
kosmos_rsk::rskj
)
env_run_lists(
'_default' => default_run_list,
'development' => default_run_list,
'production' => default_run_list
)