From e8e0076bf4d61affc1708877daac70d6cff4ff5e Mon Sep 17 00:00:00 2001 From: Michael Schuett Date: Wed, 29 Jul 2015 22:21:14 -0400 Subject: [PATCH] Update and rename ec2_search.py to ec2_remote_facts.py --- cloud/amazon/{ec2_search.py => ec2_remote_facts.py} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename cloud/amazon/{ec2_search.py => ec2_remote_facts.py} (99%) diff --git a/cloud/amazon/ec2_search.py b/cloud/amazon/ec2_remote_facts.py similarity index 99% rename from cloud/amazon/ec2_search.py rename to cloud/amazon/ec2_remote_facts.py index 5bc1698501c..8980947190c 100644 --- a/cloud/amazon/ec2_search.py +++ b/cloud/amazon/ec2_remote_facts.py @@ -15,7 +15,7 @@ DOCUMENTATION = ''' --- -module: ec2_search +module: ec2_remote_facts short_description: ask EC2 for information about other instances. description: - Only supports seatch for hostname by tags currently. Looking to add more later.