chef/nodes/andromeda.kosmos.org.json
2019-07-05 15:39:47 +02:00

30 lines
551 B
JSON

{
"run_list": [
"role[base]",
"kosmos-base::andromeda_firewall",
"kosmos-ipfs",
"kosmos-ipfs::public_gateway",
"kosmos-postgresql",
"kosmos-mediawiki",
"kosmos-btcpayserver::proxy",
"role[mastodon]",
"role[ejabberd]"
],
"normal": {
"kosmos-ipfs": {
"ipfs": {
"config": {
"Swarm.ConnMgr.LowWater": 100,
"Swarm.ConnMgr.HighWater": 300
}
}
},
"ipfs": {
"memory_max": "1G"
}
},
"automatic": {
"ipaddress": "andromeda.kosmos.org"
}
}