mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
Do not filter out RDS instances by default or in INI file to avoid changing current behaviour.
This commit is contained in:
@@ -38,8 +38,8 @@ 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
|
||||
# To exclude RDS instances from the inventory, uncomment and set to False.
|
||||
#rds = False
|
||||
|
||||
# Additionally, you can specify the list of zones to exclude looking up in
|
||||
# 'route53_excluded_zones' as a comma-separated list.
|
||||
|
||||
Reference in New Issue
Block a user