summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Coca <brian.coca+git@gmail.com>2016-08-08 09:40:01 -0400
committerBrian Coca <brian.coca+git@gmail.com>2016-08-08 09:40:01 -0400
commit1a53d0c5032e6fb44c8964c7e1971fea1e433ae0 (patch)
treef52bac28e7827b129f8e82466f62faad18928485
parent1838eeba96aa1504f47fa18f3bc070fafde5d952 (diff)
downloadansible-1a53d0c5032e6fb44c8964c7e1971fea1e433ae0.tar.gz
better phrasing
-rw-r--r--docsite/rst/intro_dynamic_inventory.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docsite/rst/intro_dynamic_inventory.rst b/docsite/rst/intro_dynamic_inventory.rst
index 7e7e3f0b42..c8b43ecb10 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, 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).
+ 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``