1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/lib/ansible
Will Thames 3549391673 New facts module for AWS VPC Peering (#19910)
* New facts module for AWS VPC Peering

* Update documentation and region catch for boto3

* Update ec2_vpc_peering_facts for python3 and flake8

Update version to 2.3
Update for python3 exception handling
Use ansible_dict_to_boto3_filter_list rather than duplicating
implementation
Use camel_dict_to_snake_dict on results for ansible standard results
Tidy up flake8 compliance

* Support check_mode for ec2_vpc_peering_facts

Add supports_check_mode to the module declaration

* Fix latest Ansible standards

Update version to 2.4
Add ANSIBLE_METADATA
Move imports
2017-06-06 14:42:58 -04:00
..
cli ansible-doc: fix exception for required field 2017-06-03 14:32:05 +02:00
compat ansible/compat/: PEP8 compliancy (#24689) 2017-05-18 08:36:11 +01:00
config Making the switch to v2 2015-05-03 21:47:26 -05:00
errors ansible/errors: PEP8 compliancy (#24693) 2017-05-18 08:34:57 +01:00
executor Facts Refresh (2.4 roadmap) (#23012) 2017-06-01 11:17:49 -04:00
galaxy Transition inventory into plugins (#23001) 2017-05-23 17:16:49 -04:00
inventory minor protection against bad config 2017-06-05 16:46:51 -04:00
module_utils module_utils/ec2: fix boto3 tags to remove (#25277) 2017-06-06 11:02:15 -04:00
modules New facts module for AWS VPC Peering (#19910) 2017-06-06 14:42:58 -04:00
parsing removed unused import 2017-05-24 11:55:56 -04:00
playbook Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01:00
plugins New module: platform agnostic way to manage local users on network devices (network/net_user.) (#25259) 2017-06-06 20:05:08 +05:30
template Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01:00
utils Add support for cliconf and netconf plugin (#25093) 2017-06-06 13:56:25 +05:30
vars Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01:00
__init__.py Fix ziploader for the cornercase of ansible invoking ansible. 2016-04-29 08:47:49 -07:00
constants.py Add support for cliconf and netconf plugin (#25093) 2017-06-06 13:56:25 +05:30
release.py Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01:00