Commit aa56b4ee by Feanil Patel

Remove commented plays.

parent 975ef6ed
......@@ -116,39 +116,3 @@
register: created_public_rt
when: potential_existing_nat.instances|length == 0
#
# - name: create public subnets
# ec2_subnet:
# profile: "{{ profile }}"
# name: "{{ item.name }}"
# vpc_id: "{{ created_vpc.vpc_id }}"
# state: "present"
# region: "{{ aws_region }}"
# cidr_block: "{{ item.cidr }}"
# az: "{{ item.az }}"
# route_table_id: "{{ item.route_table_id }}"
# tags: "{{ item.tags }}"
# register: created_vpc_subnets
# with_item: vpc_subnets
# - name: create public subnets
# local_action:
# module:
# - name: create public route tables
# - name: Create a nat
# local_action:
# module: ec2
# image: '{{ vpc_nat_ami }}'
# instance_tags:
# environment: test
# deployment: test
# Name: test-vpc-nat
# instance_type: '{{ vpc_nat_instance_type }}'
# key_name: '{{ vpc_key_name }}'
# region: '{{ aws_region }}'
# vpc_subnet_id: '{{ public_subnets[0] }}'
# wait: yes
# - name: create a nat security group
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment