Skip to content

Instantly share code, notes, and snippets.

@gmas
Created July 8, 2016 00:02
Show Gist options
  • Save gmas/2bfecb9ff0bf70624fbe37d2a2cb0290 to your computer and use it in GitHub Desktop.
Save gmas/2bfecb9ff0bf70624fbe37d2a2cb0290 to your computer and use it in GitHub Desktop.
list vars
- name: Build ELB
local_action:
module: ec2_elb_lb
name: "{{ elb_name }}"
subnets: "{{ subnets }}"
vars:
subnets:
- "subnet-678a8110"
- "subnet-539f5637"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment