Skip to content

Instantly share code, notes, and snippets.

@ghjm
Last active March 21, 2018 23:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ghjm/17f85c1178180cd054e591f081cbf03f to your computer and use it in GitHub Desktop.
Save ghjm/17f85c1178180cd054e591f081cbf03f to your computer and use it in GitHub Desktop.
EC2 test playbooks
---
- hosts: all
gather_facts: false
tasks:
- ec2:
instance_id: '{{ ec2_id }}'
region: 'us-west-2'
state: '{{ wanted_state }}'
delegate_to: localhost
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment