Skip to content

Commit f7b9a51

Browse files
committed
README.md updated.
1 parent e9b4080 commit f7b9a51

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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`.
3636
3. Update `inventory.ini` with your servers:
3737
```ini
3838
[promoters]
@@ -43,7 +43,7 @@ patroni3 ansible_host=192.168.64.4 node_id=3
4343
4. Update `ansible.cfg` with your user (root by default).
4444
5. Set variable `cluster_vip_1` in group_vars (some VIP address for keepalived).
4545
6. 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
4949
make up

0 commit comments

Comments
 (0)