mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-28 05:42:56 +00:00
8 lines
159 B
YAML
Executable file
8 lines
159 B
YAML
Executable file
---
|
|
- name: Terminate ec2 instances
|
|
local_action: ec2
|
|
state=absent
|
|
instance_ids={{ ec2_id }}
|
|
region={{ region }}
|
|
wait=true
|
|
|