Skip to content

Instantly share code, notes, and snippets.

@akatch
Created February 23, 2017 16:25
Show Gist options
  • Save akatch/cdc96771e608af7ea73fe3c6fb994682 to your computer and use it in GitHub Desktop.
Save akatch/cdc96771e608af7ea73fe3c6fb994682 to your computer and use it in GitHub Desktop.
---
- name: Gather VPC subnet facts
ec2_vpc_subnet_facts:
filters:
tag:Environment='{{ Environment }}'
check_mode: no
register: vpc_subnet_facts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment