Fix nginx config, deploy LE cert

This commit is contained in:
2021-11-29 13:33:43 -06:00
parent e414dfc23f
commit 0e1b362644
2 changed files with 15 additions and 7 deletions

View File

@@ -12,12 +12,13 @@
"hostname": "rsk-testnet-2",
"ipaddress": "192.168.122.29",
"roles": [
"rsk_testnet"
"rskj_testnet"
],
"recipes": [
"kosmos-base",
"kosmos-base::default",
"kosmos_rsk::rskj",
"kosmos_rsk::nginx",
"apt::default",
"timezone_iii::default",
"timezone_iii::debian",
@@ -34,7 +35,18 @@
"hostname::default",
"kosmos_rsk::firewall",
"firewall::default",
"chef-sugar::default"
"chef-sugar::default",
"kosmos-nginx::default",
"nginx::default",
"nginx::package",
"nginx::ohai_plugin",
"nginx::repo",
"nginx::commons",
"nginx::commons_dir",
"nginx::commons_script",
"nginx::commons_conf",
"kosmos-nginx::firewall",
"kosmos-base::letsencrypt"
],
"platform": "ubuntu",
"platform_version": "20.04",
@@ -55,4 +67,4 @@
"recipe[kosmos-base]",
"role[rskj_testnet]"
]
}
}