Created
July 8, 2016 00:02
-
-
Save gmas/2bfecb9ff0bf70624fbe37d2a2cb0290 to your computer and use it in GitHub Desktop.
list vars
This file contains hidden or 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: Build ELB | |
local_action: | |
module: ec2_elb_lb | |
name: "{{ elb_name }}" | |
subnets: "{{ subnets }}" |
This file contains hidden or 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
vars: | |
subnets: | |
- "subnet-678a8110" | |
- "subnet-539f5637" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment