github.com/karalabe/go-ethereum@v0.8.5/tests/files/ansible/ec2-terminate.yml (about)

     1  ---
     2  - name: Terminate all ec2 instances 
     3    hosts: security_group_client-tests
     4    remote_user: ubuntu # private key defined via ansible.cfg 
     5    gather_facts: false
     6    roles:
     7        - ec2
     8  
     9    tasks:
    10        - include: roles/ec2/tasks/terminate.yml