chef/nodes/dev.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

25 lines
430 B
JSON

{
"run_list": [
"kosmos-base",
"kosmos-redis",
"sockethub",
"sockethub::proxy",
"kosmos-wordpress",
"kosmos-mediawiki",
"5apps-xmpp_server",
"kosmos-ipfs",
"kosmos-mastodon",
"kosmos-mastodon::nginx"
],
"normal": {
"postgresql": {
"password": {
"postgres": "ahbaiRaiThohngeoko8ohFij8rako4"
}
}
},
"automatic": {
"ipaddress": "dev.kosmos.org"
}
}