X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;ds=sidebyside;f=roles%2Faws-vpc-infrastructure%2Ftasks%2Fmain.yml;h=17a5800252191c1824bf434c53d3cf09ad2b0441;hb=3658971fdd29384720c6e44b172fb27d883ae3fe;hp=af68180f18e9682b709f253093a784e63b871b39;hpb=61529b77d80927786c7459c0776ad036682ceca3;p=awsible diff --git a/roles/aws-vpc-infrastructure/tasks/main.yml b/roles/aws-vpc-infrastructure/tasks/main.yml index af68180..17a5800 100644 --- a/roles/aws-vpc-infrastructure/tasks/main.yml +++ b/roles/aws-vpc-infrastructure/tasks/main.yml @@ -31,12 +31,12 @@ 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.