Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am djfoley01 on github.
  • I am djfoley0 (https://keybase.io/djfoley0) on keybase.
  • I have a public key ASAbwG6zzpKQg-mtsW1BUysu9QygqnqTxpxRO9xotYGAsQo

To claim this, I am signing this object:

@djfoley01
djfoley01 / aws-windows-main.yml
Created March 22, 2019 17:01
AWS Ansible Demo Code Review
#aws-ansible-demo/roles/aws-windows/tasks/main.yml
---
- name: "Find current, region-specific Windows AMI." # - 1.1
ec2_ami_find:
aws_access_key: "{{ aws_access_key_id }}"
aws_secret_key: "{{ aws_secret_access_key }}"
region: "{{ aws_region }}"
platform: windows
virtualization_type: hvm