From 1838eeba96aa1504f47fa18f3bc070fafde5d952 Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Mon, 8 Aug 2016 09:32:21 -0400 Subject: [PATCH] fix - replacement docs --- docsite/rst/intro_dynamic_inventory.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docsite/rst/intro_dynamic_inventory.rst b/docsite/rst/intro_dynamic_inventory.rst index 4140a41c49..7e7e3f0b42 100644 --- a/docsite/rst/intro_dynamic_inventory.rst +++ b/docsite/rst/intro_dynamic_inventory.rst @@ -166,7 +166,7 @@ Availability Zone ``us-east-1b`` Security Group - Instances belong to one or more security groups. A group is created for each security group, with all characters except alphanumerics, dashes (-) converted to underscores (_). Each group is prefixed by ``security_group_`` + Instances belong to one or more security groups. A group is created for each security group, with all characters except alphanumerics, converted to underscores (_). Each group is prefixed by ``security_group_``. Currently, dashes (-) are also converted to underscores (_), you can change using the `replace_dash_in_groups` setting in ec2.ini (this has changed across several versions so check the ec2.ini for details). e.g. ``security_group_default`` ``security_group_webservers``