From: Lorin Hochstein Date: Sun, 8 Feb 2015 20:13:13 +0000 (-0500) Subject: Remove ref to "outbound" group X-Git-Url: https://git.halfball.org/?a=commitdiff_plain;h=843416d87c2db908111e526194dd4a639ebc2b99;p=ansiblebook.git Remove ref to "outbound" group Remove reference to now non-existent outbound security group --- diff --git a/ch12/playbooks/ec2-example.yml b/ch12/playbooks/ec2-example.yml index 0576da8..066b5e2 100644 --- a/ch12/playbooks/ec2-example.yml +++ b/ch12/playbooks/ec2-example.yml @@ -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 }