First working version.
This commit is contained in:
parent
8bc7a20125
commit
66636433eb
11 changed files with 222 additions and 2 deletions
9
aws/roles/ec2_terminate/tasks/main.yml
Normal file
9
aws/roles/ec2_terminate/tasks/main.yml
Normal 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
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue