X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=roles%2Fvpcaccess-infrastructure%2Ftasks%2Fmain.yml;h=9b594a96262d012d493b70ae243ce3bc1861a28f;hb=HEAD;hp=878402e72982bcb0ecc74122cd8bafa6be440c7f;hpb=1aa43a2d86c2b0c465eaa0a3a838a340679606a7;p=awsible diff --git a/roles/vpcaccess-infrastructure/tasks/main.yml b/roles/vpcaccess-infrastructure/tasks/main.yml index 878402e..9b594a9 100644 --- a/roles/vpcaccess-infrastructure/tasks/main.yml +++ b/roles/vpcaccess-infrastructure/tasks/main.yml @@ -11,6 +11,14 @@ from_port: -1 to_port: -1 cidr_ip: "{{ vpc.vpc.cidr_block }}" + - proto: tcp + from_port: 1195 + to_port: 1195 + cidr_ip: 0.0.0.0/0 + - proto: udp + from_port: 1194 + to_port: 1194 + cidr_ip: 0.0.0.0/0 elb_type: internal elb_rules: - proto: tcp @@ -28,6 +36,7 @@ interval: 30 unhealthy_threshold: 2 healthy_threshold: 2 + min_size: 1 max_size: 1 - name: not implemented yet