This commit is contained in:
jack 2016-08-11 22:41:40 +03:00
parent d960a2cc21
commit fa6e3db002

View file

@ -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 }}"