From 22020ac3cdf7586273ec362771227f616185b07c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Victor=20Schr=C3=B6der?= Date: Sun, 14 Jun 2015 23:12:52 +0200 Subject: [PATCH] Adds the necessary config entries to ec2.ini, to support ElastiCache replication groups --- plugins/inventory/ec2.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/inventory/ec2.ini b/plugins/inventory/ec2.ini index a835b01fe77..b6818e876c6 100644 --- a/plugins/inventory/ec2.ini +++ b/plugins/inventory/ec2.ini @@ -65,6 +65,7 @@ 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. +all_elasticache_replication_groups = False all_elasticache_clusters = False all_elasticache_nodes = False @@ -101,6 +102,7 @@ group_by_rds_parameter_group = True group_by_elasticache_engine = True group_by_elasticache_cluster = True group_by_elasticache_parameter_group = True +group_by_elasticache_replication_group = True # If you only want to include hosts that match a certain regular expression # pattern_include = stage-*