Add postgresql roles

This commit is contained in:
2020-05-13 15:35:15 +02:00
parent eb98aa1bac
commit 51b23c2f47
2 changed files with 10 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
name "postgresql_primary"
run_list %w(
kosmos-postgresql::default
)
+5
View File
@@ -0,0 +1,5 @@
name "postgresql_replica"
run_list %w(
kosmos-postgresql::replica
)