Terminate an ec2 instance
ec2_id
: Instance's idinstance
: Dictionary containing the information of the instanceregion
: Region where the instance lives
- hosts: localhost
connection : local
gather_facts : no
roles:
- terminate-instance
GPLv2
jamatute ([email protected])