split infrastructure further
[awsible] / roles / aws-management-infrastructure / tasks / main.yml
index 512f229890fabef2bf9cd3accd599fac73807538..d0edb77bbf20cb4c439e5e510fc474c981ac4ab2 100644 (file)
@@ -5,24 +5,6 @@
     - DEFAULT_AMI != ''
   tags: ['check_vars']
 
-- name: sg ssh
-  ec2_group:
-    vpc_id: "{{ vpc.vpc.id }}"
-    region: "{{ vpc_region }}"
-    state: present
-    name: ssh
-    description: "allow ssh from anywhere"
-    purge_rules: false
-    rules:
-    - proto: tcp
-      from_port: 22
-      to_port: 22
-      cidr_ip: 0.0.0.0/0
-    rules_egress:
-    - proto: all
-      cidr_ip: 0.0.0.0/0
-  register: sg_ssh
-
 - name: sg management-elb
   ec2_group:
     vpc_id: "{{ vpc.vpc.id }}"