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.
17 lines
323 B
JSON
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"
|
|
}
|
|
}
|