Skip to content

Instantly share code, notes, and snippets.

@tgerla
Created March 17, 2014 21:41
Show Gist options
  • Select an option

  • Save tgerla/9608991 to your computer and use it in GitHub Desktop.

Select an option

Save tgerla/9608991 to your computer and use it in GitHub Desktop.
- name: Terminate legacy instance(s)
ec2:
region: '{{ region }}'
zone: '{{ zone }}'
keypair: '{{ keypair }}'
group: '{{ security_group }}'
image: '{{ image }}'
instance_ids: '{{ ansible_ec2_instance_id }}'
state: absent
wait: yes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment