blockscout-terraform/destroy.yml

10 lines
252 B
YAML
Raw Normal View History

- name: Destroy infrastructure
2019-06-05 06:04:33 -07:00
hosts: all
serial: 1
roles:
- { role: destroy, when: "confirmation|bool == True" }
vars_prompt:
- name: "confirmation"
prompt: "Are you sure you want to destroy all the infra?"
default: False