postgresql_cluster
postgresql_cluster copied to clipboard
remove_cluster.yml - Documentation
Hello
I need to use remove_cluster.yml.
You wrote in the Documentation follow Information:
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.
Hello @TheOriginalGraLargeShrimpakaReaper
try --extra-vars
Example:
ansible-playbook remove_cluster.yml -e "remove_postgres=true"