Created
May 17, 2017 18:12
-
-
Save lindenle/35a98eaee6a630c8d327160728749ef9 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- 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