File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -31,8 +31,8 @@ Keepalived VIP -> HAProxy -> PgBouncer -> PostgreSQL
3131- Postgres Exporter (PostgreSQL metrics)
3232
3333## Quick Start
34- 1 . Clone this repository:
35- 2 . Create config files with the command ` make init `
34+ 1 . Clone this repository.
35+ 2 . Create config files with the command ` make init ` .
36363 . Update ` inventory.ini ` with your servers:
3737``` ini
3838[promoters]
@@ -43,7 +43,7 @@ patroni3 ansible_host=192.168.64.4 node_id=3
43434 . Update ` ansible.cfg ` with your user (root by default).
44445 . Set variable ` cluster_vip_1 ` in group_vars (some VIP address for keepalived).
45456 . Set variable ` keepalived_vip_interface ` in keepalived default vars.
46- 7 . Run the playbooks :
46+ 7 . Run the playbook :
4747``` shell
4848# Deploy Patroni cluster
4949make up
You can’t perform that action at this time.
0 commit comments