You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 19, 2021. It is now read-only.
pause: prompt='Are you sure you want to terminate "{{ instance_info.ansible_facts.ansible_ec2_instance_id }}"? Press return to terminate the instance. Press Ctrl+c and then "a" to abort.'
- name: terminate ec2 hosts launched by ansible
hosts: localhost
vars: # it seems like there should be an easier way to get the instance_info from the play above...