Set up public HTTPS endpoint for RSKj

refs #325
This commit is contained in:
2021-08-09 19:02:14 +02:00
parent 0ffddb9d0f
commit 89e27a040f
5 changed files with 80 additions and 3 deletions

19
roles/rskj_testnet.rb Normal file
View File

@@ -0,0 +1,19 @@
name 'rskj_testnet'
default_attributes 'rskj' => {
'network' => 'testnet',
'nginx' => {
'domain' => 'rsk-testnet.kosmos.org'
}
}
default_run_list = %w(
kosmos_rsk::rskj
kosmos_rsk::nginx
)
env_run_lists(
'_default' => default_run_list,
'development' => default_run_list,
'production' => default_run_list
)