Merge pull request 'Create postgres-1 VM' (#281) from feature/280-postgres_vm into master

Reviewed-on: #281
This commit was merged in pull request #281.
This commit is contained in:
2021-01-07 11:29:37 +00:00
6 changed files with 71 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
)