From ebdace0b152ac38cfa0a80ccf5ddefba4814e6fc Mon Sep 17 00:00:00 2001 From: Lorin Hochstein Date: Fri, 10 Feb 2017 22:52:40 -0800 Subject: [PATCH] Disable rds and elasticache --- ch12/playbooks/inventory/ec2.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ch12/playbooks/inventory/ec2.ini b/ch12/playbooks/inventory/ec2.ini index 9ae2ece..ba99b88 100644 --- a/ch12/playbooks/inventory/ec2.ini +++ b/ch12/playbooks/inventory/ec2.ini @@ -60,10 +60,10 @@ vpc_destination_variable = ip_address route53 = False # To exclude RDS instances from the inventory, uncomment and set to False. -#rds = False +rds = False # To exclude ElastiCache instances from the inventory, uncomment and set to False. -#elasticache = False +elasticache = False # Additionally, you can specify the list of zones to exclude looking up in # 'route53_excluded_zones' as a comma-separated list. -- 2.44.0