Add the firewall rules to the postgresql role

This commit is contained in:
Greg Karékinian
2021-01-07 12:02:35 +01:00
parent bb4b919548
commit f6086e2f6a
4 changed files with 8 additions and 7 deletions

View File

@@ -2,4 +2,5 @@ name "postgresql_primary"
run_list %w(
kosmos-postgresql::default
kosmos-postgresql::firewall_replicas
)

View File

@@ -2,4 +2,5 @@ name "postgresql_replica"
run_list %w(
kosmos-postgresql::replica
kosmos-postgresql::firewall_replicas
)