Created
March 21, 2019 18:03
-
-
Save markuman/f46c7d19467b5a80cf150f84a80dda3d to your computer and use it in GitHub Desktop.
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 ec2 list | |
set_fact: | |
amazon_ranges_list: "{{ amazon_ranges_list + [{'proto': 'all', 'cidr_ip': item, 'rules_desc': 'AMAZON'}]}}" | |
with_items: "{{ amazon_ranges }}" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment