You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/lib/ansible
Will Thames 42368ce310 rds_instance_facts module
Create rds_instance_facts module using boto3.

Create common rds.py module_util library to be used by
rds_instance_facts and future RDS modules.

rds_instance_facts: use latest AWS helper methods

* Use `module.client` with `retry` to create AWS connection
* Return tags, using AWSRetry helper to backoff
* Use paginator to describe DB instances
* Further improve exception handling
* Fix RETURN documentation

update version_added

Co-authored-by: Michael De La Rue <jababubic.margoteen@spamgourmet.com>
6 years ago
..
cli Enabled unsafe and vault in JSON (#38759) 6 years ago
compat Enable wildcard import pylint (#35786) 7 years ago
config Revert "Configurable list of facts modules (#31783)" (#40022) 6 years ago
errors give hint to users when a file is not found 7 years ago
executor Pull persistent connection parameters via get_option (#39367) 6 years ago
galaxy Allow the galaxy client to fetch from a url in role version data (#39396) 7 years ago
inventory Don't display host pattern warning for empty groups (fixes #35255) (#39927) 6 years ago
module_utils Module basic.py to create parent dirs of tmpdir if needed (#40201) 6 years ago
modules rds_instance_facts module 6 years ago
parsing vault: check dir existence before creating a file (#40010) 6 years ago
playbook Deprecate private for include_role (#39821) 6 years ago
plugins Adds various fixes for f5 modules (#40208) 6 years ago
template Fix when template paths contain non-ascii chars and using the path in ansible_managed 7 years ago
utils nxos module doc fragment for authorize,auth_pass (#40074) 6 years ago
vars minimize loading files/plugins 7 years ago
__init__.py Fix ziploader for the cornercase of ansible invoking ansible. 9 years ago
constants.py centralize doc/config plugin lists (#38775) 7 years ago
release.py Fix version in lib/ansible/release.py 7 years ago