From 843416d87c2db908111e526194dd4a639ebc2b99 Mon Sep 17 00:00:00 2001 From: Lorin Hochstein Date: Sun, 8 Feb 2015 15:13:13 -0500 Subject: [PATCH] Remove ref to "outbound" group Remove reference to now non-existent outbound security group --- ch12/playbooks/ec2-example.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } -- 2.44.0