mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2025-01-07 11:32:20 +00:00
9 lines
159 B
YAML
Executable File
9 lines
159 B
YAML
Executable File
---
|
|
- name: Terminate ec2 instances
|
|
local_action: ec2
|
|
state=absent
|
|
instance_ids={{ ec2_id }}
|
|
region={{ region }}
|
|
wait=true
|
|
|