mirror of
https://github.com/trailofbits/algo.git
synced 2025-06-07 15:43:54 +02:00
clean up
This commit is contained in:
parent
d960a2cc21
commit
fa6e3db002
1 changed files with 0 additions and 14 deletions
|
@ -1,14 +0,0 @@
|
||||||
- name: Create a sandbox instance
|
|
||||||
hosts: localhost
|
|
||||||
gather_facts: False
|
|
||||||
vars_files:
|
|
||||||
- config.cfg
|
|
||||||
|
|
||||||
tasks:
|
|
||||||
- name: Terminate instances that were previously launched
|
|
||||||
ec2:
|
|
||||||
aws_access_key: "{{ aws_access_key }}"
|
|
||||||
aws_secret_key: "{{ aws_secret_key }}"
|
|
||||||
region: eu-central-1
|
|
||||||
state: 'absent'
|
|
||||||
instance_ids: "{{ id }}"
|
|
Loading…
Add table
Reference in a new issue