MANAGEMENT_EVENT_FAILURE_QUEUE: "{{ MANAGEMENT_EVENT_QUEUE }}-failed"
MANAGEMENT_NOTICE_TOPIC: management-notifications
MANAGEMENT_NOTICE_TOPIC_SHORT: notices
-MANAGEMENT_KEY_NAME: management
\ No newline at end of file
az: "{{ item.az }}"
tags: "{{ item.resource_tags }}"
-- name: Access/NAT EIP
- ec2_eip:
- in_vpc: yes
- region: "{{ vpc_region }}"
- reuse_existing_ip_allowed: yes
- register: access_eip
+# - name: Access/NAT EIP
+# ec2_eip:
+# in_vpc: yes
+# region: "{{ vpc_region }}"
+# reuse_existing_ip_allowed: yes
+# register: access_eip
# As of ansible 2.2.1.0, it cannot set anything on the main route table
# due to limitations of the underlying boto libarary.