github.com/murrekatt/go-ethereum@v1.5.8-0.20170123175102-fc52f2c007fb/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