From: Lorin Hochstein Date: Sat, 11 Feb 2017 06:52:40 +0000 (-0800) Subject: Disable rds and elasticache X-Git-Url: https://git.halfball.org/?a=commitdiff_plain;h=ebdace0b152ac38cfa0a80ccf5ddefba4814e6fc;p=ansiblebook.git Disable rds and elasticache --- 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.