From 09b7470983f03e05e7d6f6bfe2f3cb5dd4213350 Mon Sep 17 00:00:00 2001 From: Rob Date: Wed, 4 May 2016 15:30:30 +1000 Subject: [PATCH] =?UTF-8?q?Added=20doc=20for=20new=20get=5Fec2=5Fsecurity?= =?UTF-8?q?=5Fgroup=5Fids=5Ffrom=5Fnames=20function=20in=20m=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/ansible/modules/extras/cloud/amazon/GUIDELINES.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/ansible/modules/extras/cloud/amazon/GUIDELINES.md b/lib/ansible/modules/extras/cloud/amazon/GUIDELINES.md index c3416240e22..225f61f3a49 100644 --- a/lib/ansible/modules/extras/cloud/amazon/GUIDELINES.md +++ b/lib/ansible/modules/extras/cloud/amazon/GUIDELINES.md @@ -220,3 +220,8 @@ key and the dict value is the tag value. Opposite of above. Converts an Ansible dict to a boto3 tag list of dicts. +### get_ec2_security_group_ids_from_names + +Pass this function a list of security group names or combination of security group names and IDs and this function will +return a list of IDs. You should also pass the VPC ID if known because security group names are not necessarily unique +across VPCs. \ No newline at end of file