community.general/lib/ansible/modules/cloud/docker
John Hu 82f1438b14 Add docker_config module (#38792)
* Add docker_config module

* Address review comments

* Merge description lines

* Stop returning empty config_id in results

* Add integration tests for docker_config

Based on docker_secret's tests.

* Ensure swarm using docker_swarm module

* Add minimum docker / docker api version requirements

ref: https://github.com/ansible/ansible/pull/47046

* Check Docker API version before running tests

ref: https://github.com/ansible/ansible/pull/47340

* Typo

* Wording

* Improve example

* Assert state == absent is idempotent
2018-10-26 10:58:17 +01:00
..
__init__.py added __init__.py to new cloud subcategories so builds work again 2016-12-08 11:22:25 -05:00
_docker.py Fixup removed and deprecated modules 2018-08-24 15:37:13 -07:00
docker_config.py Add docker_config module (#38792) 2018-10-26 10:58:17 +01:00
docker_container.py Add Support of healthcheck in docker_container module (#46772) 2018-10-24 11:49:56 +01:00
docker_image.py docker_image: allow to delete image by ID (#47393) 2018-10-23 07:52:36 +01:00
docker_image_facts.py docker_* modules: unify docker module version checks (#47046) 2018-10-18 10:51:58 +01:00
docker_login.py docker_* modules: unify docker module version checks (#47046) 2018-10-18 10:51:58 +01:00
docker_network.py Adding "internal" option to "docker_network" module (#35370) 2018-10-23 07:49:26 +01:00
docker_secret.py docker_* modules: unify docker module version checks (#47046) 2018-10-18 10:51:58 +01:00
docker_service.py docker_* modules: unify docker module version checks (#47046) 2018-10-18 10:51:58 +01:00
docker_stack.py New module: add docker_stack module (clound/docker/docker_stack) (#24588) 2018-09-18 09:54:44 +01:00
docker_swarm.py Add docker_config module (#38792) 2018-10-26 10:58:17 +01:00
docker_swarm_service.py docker_* modules: unify docker module version checks (#47046) 2018-10-18 10:51:58 +01:00
docker_volume.py Fix option change detection / force support for docker_volume. (#47390) 2018-10-23 07:48:09 +01:00