summaryrefslogtreecommitdiff
path: root/lib/ansible/utils/module_docs_fragments/aws.py
Commit message (Collapse)AuthorAgeFilesLines
* Doc fragments to plugins (#50172)Brian Coca2019-01-231-67/+0
| | | | | | | | | | | | * promote doc_fragments into actual plugins change tests hardcoded path to doc fragments avoid sanity in fragments avoid improper testing of doc_fragments also change runner paths fix botmeta updated comment for fragments updated docs
* Prefer readthedocs.io instead of readthedocs.org for doc links (#41537)Jon Dufresne2018-06-181-1/+1
| | | | | | | | | | | | | | Read the Docs moved hosting to readthedocs.io instead of readthedocs.org. Fix all links in the project. For additional details, see: https://blog.readthedocs.com/securing-subdomains/ > Starting today, Read the Docs will start hosting projects from > subdomains on the domain readthedocs.io, instead of on > readthedocs.org. This change addresses some security concerns around > site cookies while hosting user generated data on the same domain as > our dashboard.
* Clean up module documentation (#36909)Dag Wieers2018-03-151-15/+1
| | | | | | | | | | | * Clean up module documentation This PR includes: - Removal of `default: None` (and variations) - Removal of `required: false` - Fixing booleans and `type: bool` where required * Fix remaining (new) validation issues
* Fix documentation of validate_certificates option in aws doc_fragment.Ed Costello2018-02-231-1/+1
| | | | | Unignore sanity test failures for AWS modules caused by this common fragment.
* pep8 fixes for module_docs_fragments (#21876)Matt Martz2017-02-241-1/+3
|
* PEP 8 W291 whitespace cleanup.Matt Clay2017-01-271-2/+2
|
* docs_fragments formatting and typo improvements (#17981)John R Barker2016-10-141-2/+2
|
* Add python2.6 dep to aws and cloudstack doc fragmentsToshio Kuratomi2015-05-111-0/+1
|
* Add support for AWS Security Token Service (temporary credentials) to all ↵Mick Bass2014-12-251-16/+18
| | | | AWS cloud modules.
* Moved AWS modules over to common module fragmentswillthames2014-04-091-0/+76
Created common module doc fragment, and applied to all modules that use ec2_connect or connect_to_aws as they definitely share the common doc fragments