From 49c5045d423ee20fb34de0ac8a52328ba56d36a0 Mon Sep 17 00:00:00 2001 From: felixfontein Date: Sat, 28 Dec 2024 15:42:14 +0000 Subject: [PATCH] deploy: 769d15de63533ac567b52d2dfc4926394029e767 --- branch/main/changelog.html | 12 ++-- .../main/current_container_facts_module.html | 12 ++-- branch/main/docker_api_connection.html | 12 ++-- branch/main/docker_compose_module.html | 12 ++-- .../main/docker_compose_v2_exec_module.html | 12 ++-- branch/main/docker_compose_v2_module.html | 12 ++-- .../main/docker_compose_v2_pull_module.html | 12 ++-- branch/main/docker_compose_v2_run_module.html | 16 ++--- branch/main/docker_config_module.html | 22 +++--- branch/main/docker_connection.html | 12 ++-- .../docker_container_copy_into_module.html | 18 ++--- branch/main/docker_container_exec_module.html | 12 ++-- branch/main/docker_container_info_module.html | 16 ++--- branch/main/docker_container_module.html | 66 +++++++++--------- branch/main/docker_containers_inventory.html | 14 ++-- branch/main/docker_host_info_module.html | 18 ++--- branch/main/docker_image_build_module.html | 12 ++-- branch/main/docker_image_export_module.html | 12 ++-- branch/main/docker_image_info_module.html | 12 ++-- branch/main/docker_image_load_module.html | 12 ++-- branch/main/docker_image_module.html | 26 +++---- branch/main/docker_image_pull_module.html | 15 ++-- branch/main/docker_image_push_module.html | 15 ++-- branch/main/docker_image_remove_module.html | 12 ++-- branch/main/docker_image_tag_module.html | 16 ++--- branch/main/docker_login_module.html | 18 ++--- branch/main/docker_machine_inventory.html | 18 ++--- branch/main/docker_network_info_module.html | 12 ++-- branch/main/docker_network_module.html | 16 ++--- branch/main/docker_node_info_module.html | 14 ++-- branch/main/docker_node_module.html | 16 ++--- branch/main/docker_plugin_module.html | 12 ++-- branch/main/docker_prune_module.html | 18 ++--- branch/main/docker_secret_module.html | 22 +++--- branch/main/docker_stack_info_module.html | 14 ++-- branch/main/docker_stack_module.html | 20 +++--- .../main/docker_stack_task_info_module.html | 12 ++-- branch/main/docker_swarm_info_module.html | 22 +++--- branch/main/docker_swarm_inventory.html | 18 ++--- branch/main/docker_swarm_module.html | 20 +++--- .../docker_swarm_service_info_module.html | 14 ++-- branch/main/docker_swarm_service_module.html | 22 +++--- branch/main/docker_volume_info_module.html | 12 ++-- branch/main/docker_volume_module.html | 16 ++--- branch/main/docsite/scenario_guide.html | 12 ++-- branch/main/environment_variables.html | 12 ++-- branch/main/index.html | 24 +++---- branch/main/nsenter_connection.html | 12 ++-- branch/main/objects.inv | Bin 20148 -> 20142 bytes branch/main/search.html | 12 ++-- branch/main/searchindex.js | 2 +- 51 files changed, 401 insertions(+), 399 deletions(-) diff --git a/branch/main/changelog.html b/branch/main/changelog.html index f68e9204..7eba4b64 100644 --- a/branch/main/changelog.html +++ b/branch/main/changelog.html @@ -514,12 +514,12 @@
  • community.docker.docker_compose_v2_exec module – Run command in a container of a Compose service
  • community.docker.docker_compose_v2_pull module – Pull a Docker compose project
  • community.docker.docker_compose_v2_run module – Run command in a new container of a Compose service
  • -
  • community.docker.docker_config module – Manage docker configs.
  • +
  • community.docker.docker_config module – Manage docker configs
  • community.docker.docker_container module – manage Docker containers
  • community.docker.docker_container_copy_into module – Copy a file into a Docker container
  • community.docker.docker_container_exec module – Execute command in a docker container
  • community.docker.docker_container_info module – Retrieves facts about docker container
  • -
  • community.docker.docker_host_info module – Retrieves facts about docker host and lists of objects of the services.
  • +
  • community.docker.docker_host_info module – Retrieves facts about docker host and lists of objects of the services
  • community.docker.docker_image module – Manage docker images
  • community.docker.docker_image_build module – Build Docker images using Docker buildx
  • community.docker.docker_image_export module – Export (archive) Docker images
  • @@ -529,19 +529,19 @@
  • community.docker.docker_image_push module – Push Docker images to registries
  • community.docker.docker_image_remove module – Remove Docker images
  • community.docker.docker_image_tag module – Tag Docker images with new names and/or tags
  • -
  • community.docker.docker_login module – Log into a Docker registry.
  • +
  • community.docker.docker_login module – Log into a Docker registry
  • community.docker.docker_network module – Manage Docker networks
  • community.docker.docker_network_info module – Retrieves facts about docker network
  • community.docker.docker_node module – Manage Docker Swarm node
  • community.docker.docker_node_info module – Retrieves facts about docker swarm node from Swarm Manager
  • community.docker.docker_plugin module – Manage Docker plugins
  • community.docker.docker_prune module – Allows to prune various docker objects
  • -
  • community.docker.docker_secret module – Manage docker secrets.
  • +
  • community.docker.docker_secret module – Manage docker secrets
  • community.docker.docker_stack module – docker stack module
  • community.docker.docker_stack_info module – Return information on all docker stacks
  • community.docker.docker_stack_task_info module – Return information of the tasks on a docker stack
  • community.docker.docker_swarm module – Manage Swarm cluster
  • -
  • community.docker.docker_swarm_info module – Retrieves facts about Docker Swarm cluster.
  • +
  • community.docker.docker_swarm_info module – Retrieves facts about Docker Swarm cluster
  • community.docker.docker_swarm_service module – docker swarm service
  • community.docker.docker_swarm_service_info module – Retrieves information about docker services from a Swarm Manager
  • community.docker.docker_volume module – Manage Docker volumes
  • @@ -555,7 +555,7 @@ diff --git a/branch/main/current_container_facts_module.html b/branch/main/current_container_facts_module.html index e67dbae0..448997cc 100644 --- a/branch/main/current_container_facts_module.html +++ b/branch/main/current_container_facts_module.html @@ -95,12 +95,12 @@
  • community.docker.docker_compose_v2_exec module – Run command in a container of a Compose service
  • community.docker.docker_compose_v2_pull module – Pull a Docker compose project
  • community.docker.docker_compose_v2_run module – Run command in a new container of a Compose service
  • -
  • community.docker.docker_config module – Manage docker configs.
  • +
  • community.docker.docker_config module – Manage docker configs
  • community.docker.docker_container module – manage Docker containers
  • community.docker.docker_container_copy_into module – Copy a file into a Docker container
  • community.docker.docker_container_exec module – Execute command in a docker container
  • community.docker.docker_container_info module – Retrieves facts about docker container
  • -
  • community.docker.docker_host_info module – Retrieves facts about docker host and lists of objects of the services.
  • +
  • community.docker.docker_host_info module – Retrieves facts about docker host and lists of objects of the services
  • community.docker.docker_image module – Manage docker images
  • community.docker.docker_image_build module – Build Docker images using Docker buildx
  • community.docker.docker_image_export module – Export (archive) Docker images
  • @@ -110,19 +110,19 @@
  • community.docker.docker_image_push module – Push Docker images to registries
  • community.docker.docker_image_remove module – Remove Docker images
  • community.docker.docker_image_tag module – Tag Docker images with new names and/or tags
  • -
  • community.docker.docker_login module – Log into a Docker registry.
  • +
  • community.docker.docker_login module – Log into a Docker registry
  • community.docker.docker_network module – Manage Docker networks
  • community.docker.docker_network_info module – Retrieves facts about docker network
  • community.docker.docker_node module – Manage Docker Swarm node
  • community.docker.docker_node_info module – Retrieves facts about docker swarm node from Swarm Manager
  • community.docker.docker_plugin module – Manage Docker plugins
  • community.docker.docker_prune module – Allows to prune various docker objects
  • -
  • community.docker.docker_secret module – Manage docker secrets.
  • +
  • community.docker.docker_secret module – Manage docker secrets
  • community.docker.docker_stack module – docker stack module
  • community.docker.docker_stack_info module – Return information on all docker stacks
  • community.docker.docker_stack_task_info module – Return information of the tasks on a docker stack
  • community.docker.docker_swarm module – Manage Swarm cluster
  • -
  • community.docker.docker_swarm_info module – Retrieves facts about Docker Swarm cluster.
  • +
  • community.docker.docker_swarm_info module – Retrieves facts about Docker Swarm cluster
  • community.docker.docker_swarm_service module – docker swarm service
  • community.docker.docker_swarm_service_info module – Retrieves information about docker services from a Swarm Manager
  • community.docker.docker_volume module – Manage Docker volumes
  • @@ -136,7 +136,7 @@ diff --git a/branch/main/docker_api_connection.html b/branch/main/docker_api_connection.html index 4392abec..095023cc 100644 --- a/branch/main/docker_api_connection.html +++ b/branch/main/docker_api_connection.html @@ -85,12 +85,12 @@
  • community.docker.docker_compose_v2_exec module – Run command in a container of a Compose service
  • community.docker.docker_compose_v2_pull module – Pull a Docker compose project
  • community.docker.docker_compose_v2_run module – Run command in a new container of a Compose service
  • -
  • community.docker.docker_config module – Manage docker configs.
  • +
  • community.docker.docker_config module – Manage docker configs
  • community.docker.docker_container module – manage Docker containers
  • community.docker.docker_container_copy_into module – Copy a file into a Docker container
  • community.docker.docker_container_exec module – Execute command in a docker container
  • community.docker.docker_container_info module – Retrieves facts about docker container
  • -
  • community.docker.docker_host_info module – Retrieves facts about docker host and lists of objects of the services.
  • +
  • community.docker.docker_host_info module – Retrieves facts about docker host and lists of objects of the services
  • community.docker.docker_image module – Manage docker images
  • community.docker.docker_image_build module – Build Docker images using Docker buildx
  • community.docker.docker_image_export module – Export (archive) Docker images
  • @@ -100,19 +100,19 @@
  • community.docker.docker_image_push module – Push Docker images to registries
  • community.docker.docker_image_remove module – Remove Docker images
  • community.docker.docker_image_tag module – Tag Docker images with new names and/or tags
  • -
  • community.docker.docker_login module – Log into a Docker registry.
  • +
  • community.docker.docker_login module – Log into a Docker registry
  • community.docker.docker_network module – Manage Docker networks
  • community.docker.docker_network_info module – Retrieves facts about docker network
  • community.docker.docker_node module – Manage Docker Swarm node
  • community.docker.docker_node_info module – Retrieves facts about docker swarm node from Swarm Manager
  • community.docker.docker_plugin module – Manage Docker plugins
  • community.docker.docker_prune module – Allows to prune various docker objects
  • -
  • community.docker.docker_secret module – Manage docker secrets.
  • +
  • community.docker.docker_secret module – Manage docker secrets
  • community.docker.docker_stack module – docker stack module
  • community.docker.docker_stack_info module – Return information on all docker stacks
  • community.docker.docker_stack_task_info module – Return information of the tasks on a docker stack
  • community.docker.docker_swarm module – Manage Swarm cluster
  • -
  • community.docker.docker_swarm_info module – Retrieves facts about Docker Swarm cluster.
  • +
  • community.docker.docker_swarm_info module – Retrieves facts about Docker Swarm cluster
  • community.docker.docker_swarm_service module – docker swarm service
  • community.docker.docker_swarm_service_info module – Retrieves information about docker services from a Swarm Manager
  • community.docker.docker_volume module – Manage Docker volumes
  • @@ -136,7 +136,7 @@ diff --git a/branch/main/docker_compose_module.html b/branch/main/docker_compose_module.html index 4a160f95..d2c4a435 100644 --- a/branch/main/docker_compose_module.html +++ b/branch/main/docker_compose_module.html @@ -83,12 +83,12 @@
  • community.docker.docker_compose_v2_exec module – Run command in a container of a Compose service
  • community.docker.docker_compose_v2_pull module – Pull a Docker compose project
  • community.docker.docker_compose_v2_run module – Run command in a new container of a Compose service
  • -
  • community.docker.docker_config module – Manage docker configs.
  • +
  • community.docker.docker_config module – Manage docker configs
  • community.docker.docker_container module – manage Docker containers
  • community.docker.docker_container_copy_into module – Copy a file into a Docker container
  • community.docker.docker_container_exec module – Execute command in a docker container
  • community.docker.docker_container_info module – Retrieves facts about docker container
  • -
  • community.docker.docker_host_info module – Retrieves facts about docker host and lists of objects of the services.
  • +
  • community.docker.docker_host_info module – Retrieves facts about docker host and lists of objects of the services
  • community.docker.docker_image module – Manage docker images
  • community.docker.docker_image_build module – Build Docker images using Docker buildx
  • community.docker.docker_image_export module – Export (archive) Docker images
  • @@ -98,19 +98,19 @@
  • community.docker.docker_image_push module – Push Docker images to registries
  • community.docker.docker_image_remove module – Remove Docker images
  • community.docker.docker_image_tag module – Tag Docker images with new names and/or tags
  • -
  • community.docker.docker_login module – Log into a Docker registry.
  • +
  • community.docker.docker_login module – Log into a Docker registry
  • community.docker.docker_network module – Manage Docker networks
  • community.docker.docker_network_info module – Retrieves facts about docker network
  • community.docker.docker_node module – Manage Docker Swarm node
  • community.docker.docker_node_info module – Retrieves facts about docker swarm node from Swarm Manager
  • community.docker.docker_plugin module – Manage Docker plugins
  • community.docker.docker_prune module – Allows to prune various docker objects
  • -
  • community.docker.docker_secret module – Manage docker secrets.
  • +
  • community.docker.docker_secret module – Manage docker secrets
  • community.docker.docker_stack module – docker stack module
  • community.docker.docker_stack_info module – Return information on all docker stacks
  • community.docker.docker_stack_task_info module – Return information of the tasks on a docker stack
  • community.docker.docker_swarm module – Manage Swarm cluster
  • -
  • community.docker.docker_swarm_info module – Retrieves facts about Docker Swarm cluster.
  • +
  • community.docker.docker_swarm_info module – Retrieves facts about Docker Swarm cluster
  • community.docker.docker_swarm_service module – docker swarm service
  • community.docker.docker_swarm_service_info module – Retrieves information about docker services from a Swarm Manager
  • community.docker.docker_volume module – Manage Docker volumes
  • @@ -124,7 +124,7 @@ diff --git a/branch/main/docker_compose_v2_exec_module.html b/branch/main/docker_compose_v2_exec_module.html index 9738641b..e5851bc1 100644 --- a/branch/main/docker_compose_v2_exec_module.html +++ b/branch/main/docker_compose_v2_exec_module.html @@ -99,12 +99,12 @@
  • community.docker.docker_compose_v2_pull module – Pull a Docker compose project
  • community.docker.docker_compose_v2_run module – Run command in a new container of a Compose service
  • -
  • community.docker.docker_config module – Manage docker configs.
  • +
  • community.docker.docker_config module – Manage docker configs
  • community.docker.docker_container module – manage Docker containers
  • community.docker.docker_container_copy_into module – Copy a file into a Docker container
  • community.docker.docker_container_exec module – Execute command in a docker container
  • community.docker.docker_container_info module – Retrieves facts about docker container
  • -
  • community.docker.docker_host_info module – Retrieves facts about docker host and lists of objects of the services.
  • +
  • community.docker.docker_host_info module – Retrieves facts about docker host and lists of objects of the services
  • community.docker.docker_image module – Manage docker images
  • community.docker.docker_image_build module – Build Docker images using Docker buildx
  • community.docker.docker_image_export module – Export (archive) Docker images
  • @@ -114,19 +114,19 @@
  • community.docker.docker_image_push module – Push Docker images to registries
  • community.docker.docker_image_remove module – Remove Docker images
  • community.docker.docker_image_tag module – Tag Docker images with new names and/or tags
  • -
  • community.docker.docker_login module – Log into a Docker registry.
  • +
  • community.docker.docker_login module – Log into a Docker registry
  • community.docker.docker_network module – Manage Docker networks
  • community.docker.docker_network_info module – Retrieves facts about docker network
  • community.docker.docker_node module – Manage Docker Swarm node
  • community.docker.docker_node_info module – Retrieves facts about docker swarm node from Swarm Manager
  • community.docker.docker_plugin module – Manage Docker plugins
  • community.docker.docker_prune module – Allows to prune various docker objects
  • -
  • community.docker.docker_secret module – Manage docker secrets.
  • +
  • community.docker.docker_secret module – Manage docker secrets
  • community.docker.docker_stack module – docker stack module
  • community.docker.docker_stack_info module – Return information on all docker stacks
  • community.docker.docker_stack_task_info module – Return information of the tasks on a docker stack
  • community.docker.docker_swarm module – Manage Swarm cluster
  • -
  • community.docker.docker_swarm_info module – Retrieves facts about Docker Swarm cluster.
  • +
  • community.docker.docker_swarm_info module – Retrieves facts about Docker Swarm cluster
  • community.docker.docker_swarm_service module – docker swarm service
  • community.docker.docker_swarm_service_info module – Retrieves information about docker services from a Swarm Manager
  • community.docker.docker_volume module – Manage Docker volumes
  • @@ -140,7 +140,7 @@ diff --git a/branch/main/docker_compose_v2_module.html b/branch/main/docker_compose_v2_module.html index 38362896..df6405c6 100644 --- a/branch/main/docker_compose_v2_module.html +++ b/branch/main/docker_compose_v2_module.html @@ -99,12 +99,12 @@
  • community.docker.docker_compose_v2_exec module – Run command in a container of a Compose service
  • community.docker.docker_compose_v2_pull module – Pull a Docker compose project
  • community.docker.docker_compose_v2_run module – Run command in a new container of a Compose service
  • -
  • community.docker.docker_config module – Manage docker configs.
  • +
  • community.docker.docker_config module – Manage docker configs
  • community.docker.docker_container module – manage Docker containers
  • community.docker.docker_container_copy_into module – Copy a file into a Docker container
  • community.docker.docker_container_exec module – Execute command in a docker container
  • community.docker.docker_container_info module – Retrieves facts about docker container
  • -
  • community.docker.docker_host_info module – Retrieves facts about docker host and lists of objects of the services.
  • +
  • community.docker.docker_host_info module – Retrieves facts about docker host and lists of objects of the services
  • community.docker.docker_image module – Manage docker images
  • community.docker.docker_image_build module – Build Docker images using Docker buildx
  • community.docker.docker_image_export module – Export (archive) Docker images
  • @@ -114,19 +114,19 @@
  • community.docker.docker_image_push module – Push Docker images to registries
  • community.docker.docker_image_remove module – Remove Docker images
  • community.docker.docker_image_tag module – Tag Docker images with new names and/or tags
  • -
  • community.docker.docker_login module – Log into a Docker registry.
  • +
  • community.docker.docker_login module – Log into a Docker registry
  • community.docker.docker_network module – Manage Docker networks
  • community.docker.docker_network_info module – Retrieves facts about docker network
  • community.docker.docker_node module – Manage Docker Swarm node
  • community.docker.docker_node_info module – Retrieves facts about docker swarm node from Swarm Manager
  • community.docker.docker_plugin module – Manage Docker plugins
  • community.docker.docker_prune module – Allows to prune various docker objects
  • -
  • community.docker.docker_secret module – Manage docker secrets.
  • +
  • community.docker.docker_secret module – Manage docker secrets
  • community.docker.docker_stack module – docker stack module
  • community.docker.docker_stack_info module – Return information on all docker stacks
  • community.docker.docker_stack_task_info module – Return information of the tasks on a docker stack
  • community.docker.docker_swarm module – Manage Swarm cluster
  • -
  • community.docker.docker_swarm_info module – Retrieves facts about Docker Swarm cluster.
  • +
  • community.docker.docker_swarm_info module – Retrieves facts about Docker Swarm cluster
  • community.docker.docker_swarm_service module – docker swarm service
  • community.docker.docker_swarm_service_info module – Retrieves information about docker services from a Swarm Manager
  • community.docker.docker_volume module – Manage Docker volumes
  • @@ -140,7 +140,7 @@ diff --git a/branch/main/docker_compose_v2_pull_module.html b/branch/main/docker_compose_v2_pull_module.html index a8e9a724..6e534a01 100644 --- a/branch/main/docker_compose_v2_pull_module.html +++ b/branch/main/docker_compose_v2_pull_module.html @@ -99,12 +99,12 @@
  • community.docker.docker_compose_v2_run module – Run command in a new container of a Compose service
  • -
  • community.docker.docker_config module – Manage docker configs.
  • +
  • community.docker.docker_config module – Manage docker configs
  • community.docker.docker_container module – manage Docker containers
  • community.docker.docker_container_copy_into module – Copy a file into a Docker container
  • community.docker.docker_container_exec module – Execute command in a docker container
  • community.docker.docker_container_info module – Retrieves facts about docker container
  • -
  • community.docker.docker_host_info module – Retrieves facts about docker host and lists of objects of the services.
  • +
  • community.docker.docker_host_info module – Retrieves facts about docker host and lists of objects of the services
  • community.docker.docker_image module – Manage docker images
  • community.docker.docker_image_build module – Build Docker images using Docker buildx
  • community.docker.docker_image_export module – Export (archive) Docker images
  • @@ -114,19 +114,19 @@
  • community.docker.docker_image_push module – Push Docker images to registries
  • community.docker.docker_image_remove module – Remove Docker images
  • community.docker.docker_image_tag module – Tag Docker images with new names and/or tags
  • -
  • community.docker.docker_login module – Log into a Docker registry.
  • +
  • community.docker.docker_login module – Log into a Docker registry
  • community.docker.docker_network module – Manage Docker networks
  • community.docker.docker_network_info module – Retrieves facts about docker network
  • community.docker.docker_node module – Manage Docker Swarm node
  • community.docker.docker_node_info module – Retrieves facts about docker swarm node from Swarm Manager
  • community.docker.docker_plugin module – Manage Docker plugins
  • community.docker.docker_prune module – Allows to prune various docker objects
  • -
  • community.docker.docker_secret module – Manage docker secrets.
  • +
  • community.docker.docker_secret module – Manage docker secrets
  • community.docker.docker_stack module – docker stack module
  • community.docker.docker_stack_info module – Return information on all docker stacks
  • community.docker.docker_stack_task_info module – Return information of the tasks on a docker stack
  • community.docker.docker_swarm module – Manage Swarm cluster
  • -
  • community.docker.docker_swarm_info module – Retrieves facts about Docker Swarm cluster.
  • +
  • community.docker.docker_swarm_info module – Retrieves facts about Docker Swarm cluster
  • community.docker.docker_swarm_service module – docker swarm service
  • community.docker.docker_swarm_service_info module – Retrieves information about docker services from a Swarm Manager
  • community.docker.docker_volume module – Manage Docker volumes
  • @@ -140,7 +140,7 @@ diff --git a/branch/main/docker_compose_v2_run_module.html b/branch/main/docker_compose_v2_run_module.html index 9abad787..6331b95b 100644 --- a/branch/main/docker_compose_v2_run_module.html +++ b/branch/main/docker_compose_v2_run_module.html @@ -22,7 +22,7 @@ - + @@ -99,12 +99,12 @@ -
  • community.docker.docker_config module – Manage docker configs.
  • +
  • community.docker.docker_config module – Manage docker configs
  • community.docker.docker_container module – manage Docker containers
  • community.docker.docker_container_copy_into module – Copy a file into a Docker container
  • community.docker.docker_container_exec module – Execute command in a docker container
  • community.docker.docker_container_info module – Retrieves facts about docker container
  • -
  • community.docker.docker_host_info module – Retrieves facts about docker host and lists of objects of the services.
  • +
  • community.docker.docker_host_info module – Retrieves facts about docker host and lists of objects of the services
  • community.docker.docker_image module – Manage docker images
  • community.docker.docker_image_build module – Build Docker images using Docker buildx
  • community.docker.docker_image_export module – Export (archive) Docker images
  • @@ -114,19 +114,19 @@
  • community.docker.docker_image_push module – Push Docker images to registries
  • community.docker.docker_image_remove module – Remove Docker images
  • community.docker.docker_image_tag module – Tag Docker images with new names and/or tags
  • -
  • community.docker.docker_login module – Log into a Docker registry.
  • +
  • community.docker.docker_login module – Log into a Docker registry
  • community.docker.docker_network module – Manage Docker networks
  • community.docker.docker_network_info module – Retrieves facts about docker network
  • community.docker.docker_node module – Manage Docker Swarm node
  • community.docker.docker_node_info module – Retrieves facts about docker swarm node from Swarm Manager
  • community.docker.docker_plugin module – Manage Docker plugins
  • community.docker.docker_prune module – Allows to prune various docker objects
  • -
  • community.docker.docker_secret module – Manage docker secrets.
  • +
  • community.docker.docker_secret module – Manage docker secrets
  • community.docker.docker_stack module – docker stack module
  • community.docker.docker_stack_info module – Return information on all docker stacks
  • community.docker.docker_stack_task_info module – Return information of the tasks on a docker stack
  • community.docker.docker_swarm module – Manage Swarm cluster
  • -
  • community.docker.docker_swarm_info module – Retrieves facts about Docker Swarm cluster.
  • +
  • community.docker.docker_swarm_info module – Retrieves facts about Docker Swarm cluster
  • community.docker.docker_swarm_service module – docker swarm service
  • community.docker.docker_swarm_service_info module – Retrieves information about docker services from a Swarm Manager
  • community.docker.docker_volume module – Manage Docker volumes
  • @@ -140,7 +140,7 @@ @@ -818,7 +818,7 @@ will change over time. New releases of the Docker compose CLI plugin can break t