From: Lorin Hochstein Date: Sun, 8 Feb 2015 20:12:52 +0000 (-0500) Subject: Remove egress sec group, that's vpc only X-Git-Url: https://git.halfball.org/?a=commitdiff_plain;h=db3f8b7de9fe268a6edaa22747d50cc76912c050;p=ansiblebook.git Remove egress sec group, that's vpc only --- diff --git a/ch12/playbooks/ec2-example.yml b/ch12/playbooks/ec2-example.yml index fc0cf46..0576da8 100644 --- a/ch12/playbooks/ec2-example.yml +++ b/ch12/playbooks/ec2-example.yml @@ -9,13 +9,6 @@ - name: ec2 keypair ec2_key: name=mykey key_material="{{ item }}" with_file: ~/.ssh/id_rsa.pub - - name: group to allow outbound connections to the internet - ec2_group: - name: outbound - rules_egress: - - proto: all - - type: all - cidr_ip: 0.0.0.0/0 - name: web security group ec2_group: name: web