Add the kosmos-postgresql and ejabberd backup recipes

This commit is contained in:
Greg Karékinian 2019-02-27 12:42:18 +01:00
parent 2325c9a3b1
commit 1147c1eeaf

View File

@ -2,8 +2,17 @@
"run_list": [ "run_list": [
"kosmos-base", "kosmos-base",
"kosmos-base::andromeda_firewall", "kosmos-base::andromeda_firewall",
"role[ipfs_cluster_with_tls]" "role[ipfs_cluster_with_tls]",
"kosmos-postgresql",
"kosmos-ejabberd::backup"
], ],
"normal": {
"postgresql": {
"password": {
"postgres": "iezah7ochae9uizu1Isha2Chuok8ra"
}
}
},
"automatic": { "automatic": {
"ipaddress": "andromeda.kosmos.org" "ipaddress": "andromeda.kosmos.org"
} }