Skip to content

Instantly share code, notes, and snippets.

View theqabalist's full-sized avatar

Brandon Keown theqabalist

View GitHub Profile
---
- name: Find ubuntu ami_id
ec2_ami_search:
distro: ubuntu
release: trusty
region: "{{ aws_region }}"
store: ebs-ssd
virt: hvm
register: ubuntu
when: not aws_ami_id is defined