sunrisemovement / devops

This repo is obsolete. A maintained version of this code lives at https://github.com/maximum-ethics/linode-caddy
GNU Affero General Public License v3.0
2 stars 1 forks source link

Ask for confirmation before destroying a linode #3

Open skyfaller opened 4 years ago

skyfaller commented 4 years ago

When using linode_destroy.yml, we need to make it harder to destroy a linode by accident, as I have done on at least one occasion while testing. Among other problems, Linode's backups are tied to each linode, so nuking a linode will also nuke its backups, making it difficult to recover data!

An "are you sure??" Ansible prompt requiring manual confirmation seems like a reasonable precaution to make people think twice about their actions.