diff options
Diffstat (limited to 'contrib/inventory/ec2.ini')
-rw-r--r-- | contrib/inventory/ec2.ini | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/inventory/ec2.ini b/contrib/inventory/ec2.ini index 93be4c8acb..f3b75570f6 100644 --- a/contrib/inventory/ec2.ini +++ b/contrib/inventory/ec2.ini @@ -94,6 +94,9 @@ cache_max_age = 300 # Organize groups into a nested/hierarchy instead of a flat namespace. nested_groups = False +# Replace - tags when creating groups to avoid issues with ansible +replace_dash_in_groups = True + # The EC2 inventory output can become very large. To manage its size, # configure which groups should be created. group_by_instance_id = True |