diff --git a/ec2-destroy.yml b/ec2-destroy.yml deleted file mode 100644 index 95146f6..0000000 --- a/ec2-destroy.yml +++ /dev/null @@ -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 }}"