chef/nodes/andromeda.kosmos.org.json
Sebastian Kippe f4990a8066
Switch from IPFS cluster to kredits-ipfs-pinner
This removes the cluster configuration and adds deployment of Kredits
IPFS Pinner. It also switches hubot-kredits to use the normal API
endpoint again (instead of the cluster port).

Furthermore, it upgrades go-ipfs to the latest version.
2019-07-03 15:34:42 +02:00

17 lines
323 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]"
],
"automatic": {
"ipaddress": "andromeda.kosmos.org"
}
}