Remove ref to "outbound" group
authorLorin Hochstein <lorin.hochstein@sendgrid.com>
Sun, 8 Feb 2015 20:13:13 +0000 (15:13 -0500)
committerLorin Hochstein <lorin.hochstein@sendgrid.com>
Sun, 8 Feb 2015 20:13:13 +0000 (15:13 -0500)
Remove reference to now non-existent outbound security group

ch12/playbooks/ec2-example.yml

index 0576da8..066b5e2 100644 (file)
@@ -41,7 +41,7 @@
       image: "{{ ubuntu_image.ami }}"
       instance_type: "{{ instance_type }}"
       key_name: mykey
-      group: [outbound, web, ssh]
+      group: [web, ssh]
       instance_tags: { type: web, env: production }
       exact_count: "{{ count }}"
       count_tag: { type: web }