Skip to content

Instantly share code, notes, and snippets.

@mikerowehl
Created June 26, 2015 20:49
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 mikerowehl/90f82eeb5933ff6a269b to your computer and use it in GitHub Desktop.
Save mikerowehl/90f82eeb5933ff6a269b to your computer and use it in GitHub Desktop.
Snapshot list sample
- hosts: localhost
connection: local
gather_facts: false
tasks:
- name: Get snapshots
ec2_snapshot:
volume_id: vol-e054b3fd
region: us-west-1
state: list
register: snap
- name: List snaps
debug: var=snap
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment