community.docker/plugins/modules
Felix Fontein f142f8c86d
Add docker_image_load module (#90)
* Add docker_image_load module.

* Polish module.

* Fix bug and add tests.

* Apply suggestions from code review

Co-authored-by: Amin Vakil <info@aminvakil.com>

* Make sure that containers that still exist are also cleared.

* Always return stdout.

* Try to work around removal problems.

* Accept that the Docker daemon sometimes only reports the named image.

* More debug output.

* Also prune containers, in the hope that these cause the problems.

* Let's see whether pruning containers (but not images) is enough.

* Apply suggestions from code review

Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru>

* Update plugins/modules/docker_image_load.py

Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru>

Co-authored-by: Amin Vakil <info@aminvakil.com>
Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru>
2021-03-05 09:06:21 +01:00
..
current_container_facts.py Fix AZP tests, add current_container_facts module (#48) 2020-12-13 08:06:16 +00:00
docker_compose.py Adjust deprecations (#1) 2020-10-30 07:05:51 +01:00
docker_config.py modules: fix examples to use FQCN (#644) 2020-10-30 07:05:51 +01:00
docker_container_info.py modules: fix examples to use FQCN for builtin modules (#648) 2020-10-30 07:05:51 +01:00
docker_container.py Add storage_opts option. (#93) 2021-02-24 23:01:34 +01:00
docker_host_info.py modules: fix examples to use FQCN for builtin modules (#648) 2020-10-30 07:05:51 +01:00
docker_image_info.py docker_image: improve/fix handling of image IDs (#87) 2021-02-28 10:40:11 +01:00
docker_image_load.py Add docker_image_load module (#90) 2021-03-05 09:06:21 +01:00
docker_image.py docker_image: improve/fix handling of image IDs (#87) 2021-02-28 10:40:11 +01:00
docker_login.py Adjust deprecations (#1) 2020-10-30 07:05:51 +01:00
docker_network_info.py modules: fix examples to use FQCN for builtin modules (#648) 2020-10-30 07:05:51 +01:00
docker_network.py Adjust deprecations (#1) 2020-10-30 07:05:51 +01:00
docker_node_info.py modules: fix examples to use FQCN (#644) 2020-10-30 07:05:51 +01:00
docker_node.py modules: fix examples to use FQCN (#644) 2020-10-30 07:05:51 +01:00
docker_plugin.py New module docker_plugin (#95) 2021-03-01 13:02:53 +01:00
docker_prune.py modules: fix examples to use FQCN (#644) 2020-10-30 07:05:51 +01:00
docker_secret.py Add a warning when ansible_key label is not found on a secret. (#31) 2020-11-09 08:31:55 +01:00
docker_stack_info.py Remove version_added from community.general, and add changelog fragments since community.general 1.2.0. 2020-10-30 07:05:51 +01:00
docker_stack_task_info.py Remove version_added from community.general, and add changelog fragments since community.general 1.2.0. 2020-10-30 07:05:51 +01:00
docker_stack.py Remove ignore.txt entries (#29) 2020-11-06 06:18:41 +01:00
docker_swarm_info.py modules: fix examples to use FQCN for builtin modules (#648) 2020-10-30 07:05:51 +01:00
docker_swarm_service_info.py modules: fix examples to use FQCN (#644) 2020-10-30 07:05:51 +01:00
docker_swarm_service.py Replicas max per node (#92) 2021-02-24 10:14:06 +01:00
docker_swarm.py docker swarm - Add no_log to the signing_ca_key argument (#80) 2021-02-04 21:03:43 +01:00
docker_volume_info.py modules: fix examples to use FQCN for builtin modules (#648) 2020-10-30 07:05:51 +01:00
docker_volume.py Adjust deprecations (#1) 2020-10-30 07:05:51 +01:00