EC2 inventory toggle to exclude/include RDS instances.

This commit is contained in:
Ingmar Hupp
2014-03-27 15:57:24 +00:00
parent 1faa840b67
commit 456d2627e8
2 changed files with 8 additions and 1 deletions

View File

@@ -38,6 +38,9 @@ vpc_destination_variable = ip_address
# Route53, uncomment and set 'route53' to True.
route53 = False
# To include RDS instances in inventory, set to True.
rds = False
# Additionally, you can specify the list of zones to exclude looking up in
# 'route53_excluded_zones' as a comma-separated list.
# route53_excluded_zones = samplezone1.com, samplezone2.com