Update postgres roles

Reset to normal/final
This commit is contained in:
2026-04-11 14:55:02 +04:00
parent db9177c9c6
commit 64d5d34d85
2 changed files with 17 additions and 15 deletions

View File

@@ -1,7 +1,8 @@
name "postgresql_replica"
run_list %w(
kosmos_postgresql::hostsfile
kosmos_postgresql::replica
kosmos_postgresql::firewall
)
run_list [
"kosmos_postgresql::hostsfile",
"kosmos_postgresql::replica",
"kosmos_postgresql::firewall",
"kosmos_postgresql::management_scripts"
]