chef/nodes/barnard.kosmos.org.json
Sebastian Kippe c50c68b50c
Configure hubot/wormhole deployment
Adding another node.js hubot app. Wormhole is our new IRC/XMPP bridge.
2019-07-30 09:09:19 +02:00

22 lines
384 B
JSON

{
"run_list": [
"role[base]",
"role[kredits_github]",
"kosmos-ipfs",
"kosmos-hubot::botka_freenode",
"kosmos-hubot::hal8000",
"kosmos-hubot::hal8000_xmpp",
"kosmos-hubot::wormhole",
"sockethub",
"sockethub::proxy"
],
"normal": {
"ipfs": {
"memory_max": "256M"
}
},
"automatic": {
"ipaddress": "barnard.kosmos.org"
}
}