chef/nodes/staging.kosmos.org.json
Sebastian Kippe 54332db8de Use ruby-build for Mastodon, update cookbooks
This uses the ruby_build provider for Mastodon, installing Ruby 2.4.1
currently. It also updates some other cookbooks and the runlists.
2017-04-17 11:40:31 +02:00

19 lines
298 B
JSON

{
"run_list": [
"kosmos-base",
"kosmos-redis",
"kosmos-mastodon",
"kosmos-mastodon::nginx"
],
"normal": {
"postgresql": {
"password": {
"postgres": "thiscrapaintsafecuznocrypto"
}
}
},
"automatic": {
"ipaddress": "staging.kosmos.org"
}
}