Skip to content

Commit cb2de34

Browse files
committed
Enhance ugases comment
1 parent bf00efd commit cb2de34

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ansible/postgresql-deploy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
# - Recommended: Run full playbook or use skip-tags
1515
#
1616
# Usage Examples:
17-
# Full deployment: ansible-playbook postgresql-deploy.yml
18-
# Skip cleanup: ansible-playbook postgresql-deploy.yml --skip-tags cleanup
19-
# Skip monitoring: ansible-playbook postgresql-deploy.yml --skip-tags monitoring
20-
# Skip wire-setup: ansible-playbook postgresql-deploy.yml --skip-tags wire-setup
17+
# Full deployment(Cleans up the previous state if any, sets up HA pg cluster, deploy the guard against split-brain issues and sets up wire-server DB): ansible-playbook -i <inventory_file> postgresql-deploy.yml
18+
# Skip cleanup(cleans up the previous repmgr state and re-initializes the database as new state): ansible-playbook -i <inventory_file> postgresql-deploy.yml --skip-tags cleanup
19+
# Skip monitoring(In general this step should not be skipped as it sets up the guard against split-brain issues): ansible-playbook -i <inventory_file> postgresql-deploy.yml --skip-tags monitoring
20+
# Skip wire-setup (sets up the wire-server database and user): ansible-playbook -i <inventory_file> postgresql-deploy.yml --skip-tags wire-setup
2121
#
2222
#
2323
# To run from a specific point, comment out earlier playbooks.

0 commit comments

Comments
 (0)