Use the new postgresql_primary role on andromeda
This commit is contained in:
parent
18973fe4f6
commit
da278822f6
@ -24,6 +24,7 @@
|
|||||||
"ipaddress": "46.4.18.160",
|
"ipaddress": "46.4.18.160",
|
||||||
"roles": [
|
"roles": [
|
||||||
"base",
|
"base",
|
||||||
|
"postgresql_primary",
|
||||||
"mastodon",
|
"mastodon",
|
||||||
"ejabberd"
|
"ejabberd"
|
||||||
],
|
],
|
||||||
@ -73,7 +74,6 @@
|
|||||||
"nginx::commons_dir",
|
"nginx::commons_dir",
|
||||||
"nginx::commons_script",
|
"nginx::commons_script",
|
||||||
"nginx::commons_conf",
|
"nginx::commons_conf",
|
||||||
"build-essential::default",
|
|
||||||
"ark::default",
|
"ark::default",
|
||||||
"composer::default",
|
"composer::default",
|
||||||
"composer::install",
|
"composer::install",
|
||||||
@ -107,7 +107,8 @@
|
|||||||
"tor-full::default",
|
"tor-full::default",
|
||||||
"kosmos-base::letsencrypt",
|
"kosmos-base::letsencrypt",
|
||||||
"git::default",
|
"git::default",
|
||||||
"git::package"
|
"git::package",
|
||||||
|
"build-essential::default"
|
||||||
],
|
],
|
||||||
"platform": "ubuntu",
|
"platform": "ubuntu",
|
||||||
"platform_version": "18.04",
|
"platform_version": "18.04",
|
||||||
@ -128,7 +129,7 @@
|
|||||||
"recipe[kosmos-base::andromeda_firewall]",
|
"recipe[kosmos-base::andromeda_firewall]",
|
||||||
"recipe[kosmos-ipfs]",
|
"recipe[kosmos-ipfs]",
|
||||||
"recipe[kosmos-ipfs::public_gateway]",
|
"recipe[kosmos-ipfs::public_gateway]",
|
||||||
"recipe[kosmos-postgresql]",
|
"role[postgresql_primary]",
|
||||||
"recipe[kosmos-mediawiki]",
|
"recipe[kosmos-mediawiki]",
|
||||||
"recipe[kosmos-btcpayserver::proxy]",
|
"recipe[kosmos-btcpayserver::proxy]",
|
||||||
"role[mastodon]",
|
"role[mastodon]",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user