Add postgresql roles
This commit is contained in:
parent
eb98aa1bac
commit
51b23c2f47
5
roles/postgresql_primary.rb
Normal file
5
roles/postgresql_primary.rb
Normal file
@ -0,0 +1,5 @@
|
||||
name "postgresql_primary"
|
||||
|
||||
run_list %w(
|
||||
kosmos-postgresql::default
|
||||
)
|
5
roles/postgresql_replica.rb
Normal file
5
roles/postgresql_replica.rb
Normal file
@ -0,0 +1,5 @@
|
||||
name "postgresql_replica"
|
||||
|
||||
run_list %w(
|
||||
kosmos-postgresql::replica
|
||||
)
|
Loading…
x
Reference in New Issue
Block a user