summaryrefslogtreecommitdiff
path: root/lib/ansible/modules/cloud/amazon/iam_cert.py
Commit message (Expand)AuthorAgeFilesLines
* amazon: extract copies of boto_exception to module_utils.ec2 (#20403)David M. Lee2017-08-231-12/+0
* Update metadata to 1.1Toshio Kuratomi2017-08-151-1/+1
* [cloud] iam_cert: allow paths to be specified so slurp is not necessary for r...Sloane Hertel2017-07-171-16/+32
* Fixing bug introduced in 20622Mark Szymanski2017-06-261-5/+2
* Allow iam_cert to be renamed or moved without needing to specify cert or key ...Mark Szymanski2017-06-231-91/+86
* [cloud] iam_cert return arn and allow use with ansible vault (#20787)Will Rouesnel2017-06-201-8/+15
* [cloud] Allow IAM certificate secrets, body, chains to be strings (e.g. sourc...Chris Atkinson2017-06-091-37/+28
* E501 fixes (#22879)Matt Martz2017-03-221-1/+2
* New metadata 1.0 (#22587)Toshio Kuratomi2017-03-141-3/+4
* PEP 8 indent cleanup. (#20800)Matt Clay2017-01-291-3/+3
* Fix the certificates bodies compare into iam_cert module (#19684)Lujeni2016-12-301-2/+5
* Resolving differences in core modules post-mergeJames Cammarata2016-12-081-1/+3
* Refreshed metadata for core modulesToshio Kuratomi2016-12-081-0/+4
* iam_cert: remove choice list for dup_ok type bool (#4940)René Moser2016-12-081-1/+1
* Enforce boolean type for dup_okchrisweaver2016-12-081-1/+1
* Fixing error exception handling for python3. Does not need to be compa… (#3...@2016-12-081-2/+2
* Add path type to argument_spec where applicable (#3040)Lloyd Hazlett2016-12-081-3/+3
* Use connect_to_aws where possibleWill Thames2016-12-081-1/+1
* Fixing missing interpolation variableScott Brown2016-12-081-1/+1
* Fix misspelling of the word 'certificate'Henrique Rodrigues2016-12-081-4/+4
* Update try statement as pointed out by defionscodeEtherdaemon2016-12-081-1/+4
* fixes #12831 by updating the boto iam connection method to connect_to_regionEtherdaemon2016-12-081-1/+2
* Replaces 'old' get_ec2_creds connection method with get_aws_connection_info t...Shayne Clausson2016-12-081-5/+2
* iam certificate moduleJonathan Davila2016-12-081-0/+294