summaryrefslogtreecommitdiff
path: root/lib/ansible/modules/cloud/docker/docker_secret.py
Commit message (Expand)AuthorAgeFilesLines
* Migrated to community.generalAnsible Core Team2020-03-091-305/+0
* docker_* modules: docs improvements (#63165)Felix Fontein2019-10-091-5/+5
* docker_* modules: improve tag validation and requests error handling (#58791)Felix Fontein2019-07-131-1/+8
* docker_*: make modules more robust on Docker errors (#57913)Felix Fontein2019-06-201-7/+11
* Fix minor documentation error: base64 -> b64encode (#55257)Jonas Kongslund2019-04-141-1/+1
* Docker: mention Docker SDK for Python instead of docker/docker-py (#53917)Felix Fontein2019-03-201-3/+3
* docker modules: add missing option types (#52422)Felix Fontein2019-02-181-7/+5
* docker modules: various adjustments (#51700)Felix Fontein2019-02-081-8/+5
* docker_secret, docker_config: allow to base64-decode data (#49688)Felix Fontein2019-01-011-7/+30
* Convert to reduced list of known types (#50010)Dag Wieers2018-12-191-1/+1
* docker_* modules: simplify idempotency comparisons (#47709)Felix Fontein2018-10-301-17/+3
* docker_* modules: unify docker module version checks (#47046)Felix Fontein2018-10-181-1/+3
* Docker modules: improve documentation on docker vs. docker-py Python package ...Felix Fontein2018-07-111-1/+5
* Fix documentation fragments for docker (#38378)Thierry BOUVET2018-04-171-1/+2
* data should be redacted in docker_secret (#31366)John R Barker2017-10-051-1/+1
* Update metadata to 1.1Toshio Kuratomi2017-08-151-1/+1
* Get rid of more wildcard imports and add boilerplate to more modulesToshio Kuratomi2017-07-291-16/+5
* Promulgate house's fix for docker_volume to docker_secretToshio Kuratomi2017-07-191-1/+8
* Adds docker_secret module (#26469)Chris Houseknecht2017-07-061-0/+287