postgresql_cluster icon indicating copy to clipboard operation
postgresql_cluster copied to clipboard

remove_cluster.yml - Documentation

Open TheOriginalGraLargeShrimpakaReaper opened this issue 1 year ago • 1 comments

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.

Hello @TheOriginalGraLargeShrimpakaReaper

try --extra-vars

Example:

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

vitabaks avatar May 29 '24 15:05 vitabaks