Skip to content

Commit

Permalink
Upgrade ec2_remote_facts to use boto3 (ansible#22937)
Browse files Browse the repository at this point in the history
* Deprecate ec2_remote_facts in favor of ec2_instance_facts which uses boto3

* Update legacy-files.txt with deprecated file name change
  • Loading branch information
wimnat authored and willthames committed Jun 30, 2017
1 parent 76cc19d commit d1652ae
Show file tree
Hide file tree
Showing 3 changed files with 550 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,15 @@
# along with this library. If not, see <http://www.gnu.org/licenses/>.

ANSIBLE_METADATA = {'metadata_version': '1.0',
'status': ['stableinterface'],
'status': ['deprecated'],
'supported_by': 'curated'}


DOCUMENTATION = '''
---
module: ec2_remote_facts
short_description: Gather facts about ec2 instances in AWS
deprecated: Deprecated in 2.4. Use M(ec2_instance_facts) instead.
description:
- Gather facts about ec2 instances in AWS
version_added: "2.0"
Expand Down
Loading

0 comments on commit d1652ae

Please sign in to comment.