1
0
Fork 0
forked from forks/go-ethereum
go-ethereum-modded-tocallarg/tests/files/ansible/roles/ec2/tasks/terminate.yml
2016-02-18 10:08:18 +01:00

8 lines
159 B
YAML
Executable file

---
- name: Terminate ec2 instances
local_action: ec2
state=absent
instance_ids={{ ec2_id }}
region={{ region }}
wait=true