1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

better phrasing

This commit is contained in:
Brian Coca 2016-08-08 09:40:01 -04:00
parent 1838eeba96
commit 1a53d0c503

View file

@ -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``