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,12 +1,13 @@
name "postgresql_primary" name "postgresql_primary"
run_list %w( run_list [
kosmos_postgresql::primary "kosmos_postgresql::primary",
kosmos_postgresql::firewall "kosmos-akkounts::pg_db",
kosmos-akkounts::pg_db "kosmos-bitcoin::lndhub-go_pg_db",
kosmos-bitcoin::lndhub-go_pg_db "kosmos-bitcoin::nbxplorer_pg_db",
kosmos-bitcoin::nbxplorer_pg_db "kosmos_drone::pg_db",
kosmos_drone::pg_db "kosmos_gitea::pg_db",
kosmos_gitea::pg_db "kosmos-mastodon::pg_db",
kosmos-mastodon::pg_db "kosmos_postgresql::firewall",
) "kosmos_postgresql::management_scripts"
]

View File

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