Disable rds and elasticache
authorLorin Hochstein <lhochstein@netflix.com>
Sat, 11 Feb 2017 06:52:40 +0000 (22:52 -0800)
committerLorin Hochstein <lhochstein@netflix.com>
Sat, 11 Feb 2017 06:52:40 +0000 (22:52 -0800)
ch12/playbooks/inventory/ec2.ini

index 9ae2ece..ba99b88 100644 (file)
@@ -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.