Skip to content

Instantly share code, notes, and snippets.

@lindenle
Created May 17, 2017 18:12
Show Gist options
  • Save lindenle/35a98eaee6a630c8d327160728749ef9 to your computer and use it in GitHub Desktop.
Save lindenle/35a98eaee6a630c8d327160728749ef9 to your computer and use it in GitHub Desktop.
- name: Make sure variables are defined.
fail:
msg: "variable {{ item }} not defined"
when: item is undefined
with_items:
- key_pair
- instance_type
- subnet
- ami
- reg
- zone
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment