From b9506139769a6e2ce677e131131fdc6a679c4cae Mon Sep 17 00:00:00 2001 From: Ronald Farrer Date: Thu, 25 Aug 2022 09:15:17 -0700 Subject: [PATCH] Updated readme. --- aws/README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/aws/README.md b/aws/README.md index aff1327..0a08dee 100644 --- a/aws/README.md +++ b/aws/README.md @@ -2,4 +2,11 @@ hashcat on aws To deploy, run: -ansible-playbook ec2-creation.yml -i env/hosts -e group_vars/all +ansible-playbook hashcat.yml -i env/hosts -e group_vars/all + +To destroy *ALL*, run: +ansible-playbook hashcat-destroy.yml -i env/hosts -e group_vars/all + +-- + +On successful run the instance will self terminate.