Add the postgresql_replica role to draco

This commit is contained in:
Greg 2020-06-19 17:13:26 +02:00
parent f7dfffd967
commit fb8687b63c
1 changed files with 8 additions and 3 deletions

View File

@ -12,13 +12,14 @@
"hostname": "draco",
"ipaddress": "148.251.237.73",
"roles": [
"postgresql_replica"
],
"recipes": [
"kosmos-base",
"kosmos-base::default",
"kosmos_encfs",
"kosmos_encfs::default",
"kosmos-postgresql::replica",
"apt::default",
"timezone_iii::default",
"timezone_iii::debian",
@ -31,7 +32,10 @@
"postfix::_common",
"postfix::_attributes",
"postfix::sasl_auth",
"hostname::default"
"hostname::default",
"firewall::default",
"chef-sugar::default",
"build-essential::default"
],
"platform": "ubuntu",
"platform_version": "20.04",
@ -49,6 +53,7 @@
},
"run_list": [
"recipe[kosmos-base]",
"recipe[kosmos_encfs]"
"recipe[kosmos_encfs]",
"role[postgresql_replica]"
]
}