f520238d60
* 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 |
||
---|---|---|
.. | ||
cli | ||
compat | ||
config | ||
errors | ||
executor | ||
galaxy | ||
inventory | ||
module_utils | ||
modules | ||
parsing | ||
playbook | ||
plugins | ||
template | ||
utils | ||
vars | ||
__init__.py | ||
constants.py | ||
context.py | ||
release.py |