ansible/lib/ansible
Mark Chappell f520238d60
Migrate a batch of AWS modules to AnsibleAWSModule (1) (#67191)
* Move various Amazon modules over to AnsibleAWSModule

* Remove HAS_BOTO3 logic, it's handled by AnsibleAWSModule

* Simplify argument_spec handling ec2_argument_spec is automatically added by AnsibleAWSModule

* Cleanup boto3 error handling using fail_json_aws

* Migrate simple cases from boto3_conn to module.client()

* Migrate batch modules over to module.client()

* Migrate EFS module over to module.client()

* Comment cleanup

* Use deprecated_aliases in argument_spec rather than custom code

* Cleanup unused imports

* Make use of module.region

* Deprecate batch.AWSConnection it's now dead code
2020-02-24 14:01:14 -05:00
..
cli Add warning when running devel (#67502) 2020-02-19 15:17:42 -06:00
compat
config Fix typo with devel warning config option (#67590) 2020-02-19 18:24:05 -05:00
errors Misc typo fixes (#66120) 2020-01-04 21:13:30 +05:30
executor Fix runas as collection become plugin (#67638) 2020-02-21 19:23:53 +10:00
galaxy Do not error if collection specified null dependencies (#67575) 2020-02-20 11:23:23 -05:00
inventory inventory: Fail on non-existing limit file (#59758) 2019-12-12 09:09:40 +05:30
module_utils Migrate a batch of AWS modules to AnsibleAWSModule (1) (#67191) 2020-02-24 14:01:14 -05:00
modules Migrate a batch of AWS modules to AnsibleAWSModule (1) (#67191) 2020-02-24 14:01:14 -05:00
parsing fixes ANSIBLE_DUPLICATE_YAML_DICT_KEY=error crashes (#66786) 2020-02-04 13:53:13 -05:00
playbook Fix incorrect "Could not match supplied host pattern" warning (#66764) (#67432) 2020-02-14 15:50:52 -06:00
plugins lib/ansible/plugins/inventory/ini.py: added spacing for error message (#67361) 2020-02-24 09:26:48 -05:00
template Templating: make sure only one variable results are cached (#67429) 2020-02-19 18:04:01 -05:00
utils combine filter: fine list handling (option b) (#57894) 2020-02-12 16:40:36 -05:00
vars New magic var: ansible_config_file (#66085) 2020-02-11 15:49:55 -05:00
__init__.py
constants.py Fix netconf plugin related to collections (#65718) 2019-12-20 12:25:59 +05:30
context.py
release.py Update release name for 2.10 2019-09-05 18:36:06 -07:00