vitabaks / postgresql_cluster

PostgreSQL High-Availability Cluster (based on Patroni). Automating with Ansible.
https://postgresql-cluster.org
MIT License
1.69k stars 411 forks source link

config_pgcluster.yml: Add compatibility with check mode #459

Closed vitabaks closed 1 year ago

vitabaks commented 1 year ago

Add the ability to perform playbook config_pgcluster.yml in check mode.

ansible-playbook --check (don't make any changes; instead, try to predict some of the changes that may occur)