Add recipe to set up PostgreSQL replication, rewrite kosmos-postgresql cookbook #163
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