diff --git a/3tier-bad/cleanup.yml b/3tier-bad/cleanup.yml new file mode 100644 index 0000000..293df75 --- /dev/null +++ b/3tier-bad/cleanup.yml @@ -0,0 +1,6 @@ +- name: cleanup + hosts: all + gather_facts: false + become: true + roles: + - { role: "./roles/cleaner" }