vitabaks / postgresql_cluster

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

remove_cluster.yml - Documentation #668

Closed TheOriginalGraLargeShrimpakaReaper closed 2 weeks ago

TheOriginalGraLargeShrimpakaReaper commented 3 months ago

Hello

I need to use remove_cluster.yml. You wrote in the Documentation follow Information: Screenshot from 2024-05-29 17-06-52

But where or what is the safety Pin? Where to write remove_postgres: true and remove_etcd: true in remove_cluster.yml? I tried a couple of variations but it throws an error or the installation was not removed.

vitabaks commented 3 months ago

Hello @TheOriginalGraLargeShrimpakaReaper

try --extra-vars

Example:

ansible-playbook remove_cluster.yml -e "remove_postgres=true"