From d164c9c7a0f0c2c2c2db6edf3092b41f0beccaa7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Victor=20Schr=C3=B6der?= Date: Mon, 15 Jun 2015 11:36:33 +0200 Subject: [PATCH] Adds explanation about all_elasticache_nodes and all_elastic_clusters settings --- plugins/inventory/ec2.ini | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/plugins/inventory/ec2.ini b/plugins/inventory/ec2.ini index b6818e876c..c21e512c0d 100644 --- a/plugins/inventory/ec2.ini +++ b/plugins/inventory/ec2.ini @@ -65,6 +65,11 @@ all_rds_instances = False # By default, only ElastiCache clusters and nodes in the 'available' state # are returned. Set 'all_elasticache_clusters' and/or 'all_elastic_nodes' # to True return all ElastiCache clusters and nodes, regardless of state. +# +# Note that all_elasticache_nodes only applies to listed clusters. That means +# if you set all_elastic_clusters to false, no node will be return from +# unavailable clusters, regardless of the state and to what you set for +# all_elasticache_nodes. all_elasticache_replication_groups = False all_elasticache_clusters = False all_elasticache_nodes = False