mirror of
https://gitlab.com/pulsechaincom/go-pulse.git
synced 2024-12-26 13:18:22 +00:00
58ec49a34d
cppjit client (python not yet working)
11 lines
239 B
YAML
11 lines
239 B
YAML
---
|
|
- name: Terminate all ec2 instances
|
|
hosts: security_group_client-tests
|
|
remote_user: ubuntu # private key defined via ansible.cfg
|
|
gather_facts: false
|
|
roles:
|
|
- ec2
|
|
|
|
tasks:
|
|
- include: roles/ec2/tasks/terminate.yml
|