First working version.

This commit is contained in:
Ronald Farrer 2022-08-25 09:07:21 -07:00
parent 8bc7a20125
commit 66636433eb
11 changed files with 222 additions and 2 deletions

View file

@ -0,0 +1,9 @@
- name: Terminate hashcat instance
ec2:
region: "{{ ec2.region }}"
instance_tags: "{{ ec2.tags }}"
instance_profile_name: "{{ ec2.role | default('') }}"
image: "{{ ec2.image }}"
exact_count: 0
wait: true