diff --git a/branch/main/current_container_facts_module.html b/branch/main/current_container_facts_module.html
index 97dc0c49..db9661a5 100644
--- a/branch/main/current_container_facts_module.html
+++ b/branch/main/current_container_facts_module.html
@@ -2,7 +2,7 @@
-
+
community.docker.current_container_facts module – Return facts about whether the module runs in a container — Community.Docker Collection documentation
diff --git a/branch/main/docker_api_connection.html b/branch/main/docker_api_connection.html
index 7f8dbfd4..8d112c5b 100644
--- a/branch/main/docker_api_connection.html
+++ b/branch/main/docker_api_connection.html
@@ -2,7 +2,7 @@
-
+
community.docker.docker_api connection – Run tasks in docker containers — Community.Docker Collection documentation
diff --git a/branch/main/docker_compose_module.html b/branch/main/docker_compose_module.html
index c1a2ba18..4d5e5025 100644
--- a/branch/main/docker_compose_module.html
+++ b/branch/main/docker_compose_module.html
@@ -2,7 +2,7 @@
-
+
community.docker.docker_compose module – Manage multi-container Docker applications with Docker Compose V1 — Community.Docker Collection documentation
diff --git a/branch/main/docker_compose_v2_module.html b/branch/main/docker_compose_v2_module.html
index beb89be5..a5869cdf 100644
--- a/branch/main/docker_compose_v2_module.html
+++ b/branch/main/docker_compose_v2_module.html
@@ -2,7 +2,7 @@
-
+
community.docker.docker_compose_v2 module – Manage multi-container Docker applications with Docker Compose CLI plugin — Community.Docker Collection documentation
@@ -602,13 +602,12 @@ see Notes
Note
-
+
The Docker compose CLI plugin has no stable output format (see for example https://github.com/docker/compose/issues/10872),
and for the main operations also no machine friendly output format. The module tries to accomodate this with various
-version-dependent behavior adjustments and with testing older and newer versions of the Docker compose CLI plugin.
-Currently the module is tested with multiple plugin versions between 2.18.1 and 2.23.3. The exact list of plugin versions
-will change over time. New releases of the Docker compose CLI plugin can break this module at any time.
-
+version-dependent behavior adjustments and with testing older and newer versions of the Docker compose CLI plugin.
+Currently the module is tested with multiple plugin versions between 2.18.1 and 2.23.3. The exact list of plugin versions
+will change over time. New releases of the Docker compose CLI plugin can break this module at any time.
Connect to the Docker daemon by providing parameters with each task or by defining environment variables. You can define DOCKER_HOST, DOCKER_TLS_HOSTNAME, DOCKER_API_VERSION, DOCKER_CERT_PATH, DOCKER_TLS, DOCKER_TLS_VERIFY and DOCKER_TIMEOUT. If you are using docker machine, run the script shipped with the product that sets up the environment. It will set these variables for you. See https://docs.docker.com/machine/reference/env/ for more details.
This module does not use the Docker SDK for Python to communicate with the Docker daemon. It directly calls the Docker CLI program.
diff --git a/branch/main/docker_compose_v2_pull_module.html b/branch/main/docker_compose_v2_pull_module.html
index dfee9b61..f906ed33 100644
--- a/branch/main/docker_compose_v2_pull_module.html
+++ b/branch/main/docker_compose_v2_pull_module.html
@@ -2,7 +2,7 @@
-
+
community.docker.docker_compose_v2_pull module – Pull a Docker compose project — Community.Docker Collection documentation
@@ -491,13 +491,12 @@ see Notes
Note
-
+
The Docker compose CLI plugin has no stable output format (see for example https://github.com/docker/compose/issues/10872),
and for the main operations also no machine friendly output format. The module tries to accomodate this with various
-version-dependent behavior adjustments and with testing older and newer versions of the Docker compose CLI plugin.
-Currently the module is tested with multiple plugin versions between 2.18.1 and 2.23.3. The exact list of plugin versions
-will change over time. New releases of the Docker compose CLI plugin can break this module at any time.
-
+version-dependent behavior adjustments and with testing older and newer versions of the Docker compose CLI plugin.
+Currently the module is tested with multiple plugin versions between 2.18.1 and 2.23.3. The exact list of plugin versions
+will change over time. New releases of the Docker compose CLI plugin can break this module at any time.
Connect to the Docker daemon by providing parameters with each task or by defining environment variables. You can define DOCKER_HOST, DOCKER_TLS_HOSTNAME, DOCKER_API_VERSION, DOCKER_CERT_PATH, DOCKER_TLS, DOCKER_TLS_VERIFY and DOCKER_TIMEOUT. If you are using docker machine, run the script shipped with the product that sets up the environment. It will set these variables for you. See https://docs.docker.com/machine/reference/env/ for more details.
This module does not use the Docker SDK for Python to communicate with the Docker daemon. It directly calls the Docker CLI program.
diff --git a/branch/main/docker_config_module.html b/branch/main/docker_config_module.html
index f8e9d5a0..5a901104 100644
--- a/branch/main/docker_config_module.html
+++ b/branch/main/docker_config_module.html
@@ -2,7 +2,7 @@
-
+
community.docker.docker_config module – Manage docker configs. — Community.Docker Collection documentation
diff --git a/branch/main/docker_connection.html b/branch/main/docker_connection.html
index 17ab98a6..7f3e111e 100644
--- a/branch/main/docker_connection.html
+++ b/branch/main/docker_connection.html
@@ -2,7 +2,7 @@
-
+
community.docker.docker connection – Run tasks in docker containers — Community.Docker Collection documentation
diff --git a/branch/main/docker_container_copy_into_module.html b/branch/main/docker_container_copy_into_module.html
index c0ff94b2..eda29300 100644
--- a/branch/main/docker_container_copy_into_module.html
+++ b/branch/main/docker_container_copy_into_module.html
@@ -2,7 +2,7 @@
-
+
community.docker.docker_container_copy_into module – Copy a file into a Docker container — Community.Docker Collection documentation
diff --git a/branch/main/docker_container_exec_module.html b/branch/main/docker_container_exec_module.html
index 99ebb5ee..11aeda8c 100644
--- a/branch/main/docker_container_exec_module.html
+++ b/branch/main/docker_container_exec_module.html
@@ -2,7 +2,7 @@
-
+
community.docker.docker_container_exec module – Execute command in a docker container — Community.Docker Collection documentation
diff --git a/branch/main/docker_container_info_module.html b/branch/main/docker_container_info_module.html
index aff62dea..e8dfe602 100644
--- a/branch/main/docker_container_info_module.html
+++ b/branch/main/docker_container_info_module.html
@@ -2,7 +2,7 @@
-
+
community.docker.docker_container_info module – Retrieves facts about docker container — Community.Docker Collection documentation
diff --git a/branch/main/docker_container_module.html b/branch/main/docker_container_module.html
index ae5388da..f9cea5e1 100644
--- a/branch/main/docker_container_module.html
+++ b/branch/main/docker_container_module.html
@@ -2,7 +2,7 @@
-
+
community.docker.docker_container module – manage Docker containers — Community.Docker Collection documentation
diff --git a/branch/main/docker_containers_inventory.html b/branch/main/docker_containers_inventory.html
index aa51f6da..eacc9865 100644
--- a/branch/main/docker_containers_inventory.html
+++ b/branch/main/docker_containers_inventory.html
@@ -2,7 +2,7 @@
-
+
community.docker.docker_containers inventory – Ansible dynamic inventory plugin for Docker containers — Community.Docker Collection documentation
diff --git a/branch/main/docker_host_info_module.html b/branch/main/docker_host_info_module.html
index f66298a4..51566db0 100644
--- a/branch/main/docker_host_info_module.html
+++ b/branch/main/docker_host_info_module.html
@@ -2,7 +2,7 @@
-
+
community.docker.docker_host_info module – Retrieves facts about docker host and lists of objects of the services. — Community.Docker Collection documentation
diff --git a/branch/main/docker_image_build_module.html b/branch/main/docker_image_build_module.html
index d9ec3d61..f7c01823 100644
--- a/branch/main/docker_image_build_module.html
+++ b/branch/main/docker_image_build_module.html
@@ -2,7 +2,7 @@
-
+
community.docker.docker_image_build module – Build Docker images using Docker buildx — Community.Docker Collection documentation
diff --git a/branch/main/docker_image_export_module.html b/branch/main/docker_image_export_module.html
index a3458a11..ae653c10 100644
--- a/branch/main/docker_image_export_module.html
+++ b/branch/main/docker_image_export_module.html
@@ -2,7 +2,7 @@
-
+
community.docker.docker_image_export module – Export (archive) Docker images — Community.Docker Collection documentation
diff --git a/branch/main/docker_image_info_module.html b/branch/main/docker_image_info_module.html
index 5debcce4..e88a5fb0 100644
--- a/branch/main/docker_image_info_module.html
+++ b/branch/main/docker_image_info_module.html
@@ -2,7 +2,7 @@
-
+
community.docker.docker_image_info module – Inspect docker images — Community.Docker Collection documentation
diff --git a/branch/main/docker_image_load_module.html b/branch/main/docker_image_load_module.html
index 691bf815..64ea66d8 100644
--- a/branch/main/docker_image_load_module.html
+++ b/branch/main/docker_image_load_module.html
@@ -2,7 +2,7 @@
-
+
community.docker.docker_image_load module – Load docker image(s) from archives — Community.Docker Collection documentation
diff --git a/branch/main/docker_image_module.html b/branch/main/docker_image_module.html
index bbb040f5..d757ef5c 100644
--- a/branch/main/docker_image_module.html
+++ b/branch/main/docker_image_module.html
@@ -2,7 +2,7 @@
-
+
community.docker.docker_image module – Manage docker images — Community.Docker Collection documentation
diff --git a/branch/main/docker_image_pull_module.html b/branch/main/docker_image_pull_module.html
index 3113b569..eb42d83f 100644
--- a/branch/main/docker_image_pull_module.html
+++ b/branch/main/docker_image_pull_module.html
@@ -2,7 +2,7 @@
-
+
community.docker.docker_image_pull module – Pull Docker images from registries — Community.Docker Collection documentation
diff --git a/branch/main/docker_image_push_module.html b/branch/main/docker_image_push_module.html
index ed9d75c1..683c7d1e 100644
--- a/branch/main/docker_image_push_module.html
+++ b/branch/main/docker_image_push_module.html
@@ -2,7 +2,7 @@
-
+
community.docker.docker_image_push module – Push Docker images to registries — Community.Docker Collection documentation
diff --git a/branch/main/docker_image_remove_module.html b/branch/main/docker_image_remove_module.html
index 3c16731f..34f7d4f7 100644
--- a/branch/main/docker_image_remove_module.html
+++ b/branch/main/docker_image_remove_module.html
@@ -2,7 +2,7 @@
-
+
community.docker.docker_image_remove module – Remove Docker images — Community.Docker Collection documentation
diff --git a/branch/main/docker_image_tag_module.html b/branch/main/docker_image_tag_module.html
index ea06afd6..ccb0fb1d 100644
--- a/branch/main/docker_image_tag_module.html
+++ b/branch/main/docker_image_tag_module.html
@@ -2,7 +2,7 @@
-
+
community.docker.docker_image_tag module – Tag Docker images with new names and/or tags — Community.Docker Collection documentation
diff --git a/branch/main/docker_login_module.html b/branch/main/docker_login_module.html
index 2741abe2..639097bb 100644
--- a/branch/main/docker_login_module.html
+++ b/branch/main/docker_login_module.html
@@ -2,7 +2,7 @@
-
+
community.docker.docker_login module – Log into a Docker registry. — Community.Docker Collection documentation
diff --git a/branch/main/docker_machine_inventory.html b/branch/main/docker_machine_inventory.html
index 91b19e50..352954f5 100644
--- a/branch/main/docker_machine_inventory.html
+++ b/branch/main/docker_machine_inventory.html
@@ -2,7 +2,7 @@
-
+
community.docker.docker_machine inventory – Docker Machine inventory source — Community.Docker Collection documentation
diff --git a/branch/main/docker_network_info_module.html b/branch/main/docker_network_info_module.html
index 235366ee..6888ad66 100644
--- a/branch/main/docker_network_info_module.html
+++ b/branch/main/docker_network_info_module.html
@@ -2,7 +2,7 @@
-
+
community.docker.docker_network_info module – Retrieves facts about docker network — Community.Docker Collection documentation
diff --git a/branch/main/docker_network_module.html b/branch/main/docker_network_module.html
index d6c51b12..52a7c98b 100644
--- a/branch/main/docker_network_module.html
+++ b/branch/main/docker_network_module.html
@@ -2,7 +2,7 @@
-
+
community.docker.docker_network module – Manage Docker networks — Community.Docker Collection documentation
diff --git a/branch/main/docker_node_info_module.html b/branch/main/docker_node_info_module.html
index 6d698fc1..61d20f55 100644
--- a/branch/main/docker_node_info_module.html
+++ b/branch/main/docker_node_info_module.html
@@ -2,7 +2,7 @@
-
+
community.docker.docker_node_info module – Retrieves facts about docker swarm node from Swarm Manager — Community.Docker Collection documentation
diff --git a/branch/main/docker_node_module.html b/branch/main/docker_node_module.html
index d0bae3db..5810be22 100644
--- a/branch/main/docker_node_module.html
+++ b/branch/main/docker_node_module.html
@@ -2,7 +2,7 @@
-
+
community.docker.docker_node module – Manage Docker Swarm node — Community.Docker Collection documentation
diff --git a/branch/main/docker_plugin_module.html b/branch/main/docker_plugin_module.html
index db9a04f8..f73fad56 100644
--- a/branch/main/docker_plugin_module.html
+++ b/branch/main/docker_plugin_module.html
@@ -2,7 +2,7 @@
-
+
community.docker.docker_plugin module – Manage Docker plugins — Community.Docker Collection documentation
diff --git a/branch/main/docker_prune_module.html b/branch/main/docker_prune_module.html
index a9c56289..1fec36f4 100644
--- a/branch/main/docker_prune_module.html
+++ b/branch/main/docker_prune_module.html
@@ -2,7 +2,7 @@
-
+
community.docker.docker_prune module – Allows to prune various docker objects — Community.Docker Collection documentation
diff --git a/branch/main/docker_secret_module.html b/branch/main/docker_secret_module.html
index 114e562e..2ec5ca5b 100644
--- a/branch/main/docker_secret_module.html
+++ b/branch/main/docker_secret_module.html
@@ -2,7 +2,7 @@
-
+
community.docker.docker_secret module – Manage docker secrets. — Community.Docker Collection documentation
diff --git a/branch/main/docker_stack_info_module.html b/branch/main/docker_stack_info_module.html
index 573f7e24..8d2b7afc 100644
--- a/branch/main/docker_stack_info_module.html
+++ b/branch/main/docker_stack_info_module.html
@@ -2,7 +2,7 @@
-
+
community.docker.docker_stack_info module – Return information on all docker stacks — Community.Docker Collection documentation
diff --git a/branch/main/docker_stack_module.html b/branch/main/docker_stack_module.html
index 70197ce8..b6937d65 100644
--- a/branch/main/docker_stack_module.html
+++ b/branch/main/docker_stack_module.html
@@ -2,7 +2,7 @@
-
+
community.docker.docker_stack module – docker stack module — Community.Docker Collection documentation
diff --git a/branch/main/docker_stack_task_info_module.html b/branch/main/docker_stack_task_info_module.html
index d76b3bfc..ab98b722 100644
--- a/branch/main/docker_stack_task_info_module.html
+++ b/branch/main/docker_stack_task_info_module.html
@@ -2,7 +2,7 @@
-
+
community.docker.docker_stack_task_info module – Return information of the tasks on a docker stack — Community.Docker Collection documentation
diff --git a/branch/main/docker_swarm_info_module.html b/branch/main/docker_swarm_info_module.html
index 9f920f95..c04b06ad 100644
--- a/branch/main/docker_swarm_info_module.html
+++ b/branch/main/docker_swarm_info_module.html
@@ -2,7 +2,7 @@
-
+
community.docker.docker_swarm_info module – Retrieves facts about Docker Swarm cluster. — Community.Docker Collection documentation
diff --git a/branch/main/docker_swarm_inventory.html b/branch/main/docker_swarm_inventory.html
index 9097dd89..69219a54 100644
--- a/branch/main/docker_swarm_inventory.html
+++ b/branch/main/docker_swarm_inventory.html
@@ -2,7 +2,7 @@
-
+
community.docker.docker_swarm inventory – Ansible dynamic inventory plugin for Docker swarm nodes. — Community.Docker Collection documentation
@@ -192,7 +192,7 @@ see
Reads inventories from the Docker swarm API.
Uses a YAML configuration file docker_swarm.[yml|yaml].
-The plugin returns following groups of swarm nodes: all - all hosts; workers - all worker nodes; managers - all manager nodes; leader - the swarm leader node; nonleaders - all nodes except the swarm leader.
+The plugin returns following groups of swarm nodes: all - all hosts; workers - all worker nodes; managers - all manager nodes; leader - the swarm leader node; nonleaders - all nodes except the swarm leader.
diff --git a/branch/main/docker_swarm_module.html b/branch/main/docker_swarm_module.html
index c86aa096..fa5eb6cb 100644
--- a/branch/main/docker_swarm_module.html
+++ b/branch/main/docker_swarm_module.html
@@ -2,7 +2,7 @@
-
+
community.docker.docker_swarm module – Manage Swarm cluster — Community.Docker Collection documentation
diff --git a/branch/main/docker_swarm_service_info_module.html b/branch/main/docker_swarm_service_info_module.html
index 29069f1a..49af3ec2 100644
--- a/branch/main/docker_swarm_service_info_module.html
+++ b/branch/main/docker_swarm_service_info_module.html
@@ -2,7 +2,7 @@
-
+
community.docker.docker_swarm_service_info module – Retrieves information about docker services from a Swarm Manager — Community.Docker Collection documentation
diff --git a/branch/main/docker_swarm_service_module.html b/branch/main/docker_swarm_service_module.html
index b804db2b..fc7a2b6b 100644
--- a/branch/main/docker_swarm_service_module.html
+++ b/branch/main/docker_swarm_service_module.html
@@ -2,7 +2,7 @@
-
+
community.docker.docker_swarm_service module – docker swarm service — Community.Docker Collection documentation
diff --git a/branch/main/docker_volume_info_module.html b/branch/main/docker_volume_info_module.html
index 3a1492a3..b96bb503 100644
--- a/branch/main/docker_volume_info_module.html
+++ b/branch/main/docker_volume_info_module.html
@@ -2,7 +2,7 @@
-
+
community.docker.docker_volume_info module – Retrieve facts about Docker volumes — Community.Docker Collection documentation
diff --git a/branch/main/docker_volume_module.html b/branch/main/docker_volume_module.html
index 77a7ac84..c85d8344 100644
--- a/branch/main/docker_volume_module.html
+++ b/branch/main/docker_volume_module.html
@@ -2,7 +2,7 @@
-
+
community.docker.docker_volume module – Manage Docker volumes — Community.Docker Collection documentation
diff --git a/branch/main/environment_variables.html b/branch/main/environment_variables.html
index a52f8328..1fba2cb5 100644
--- a/branch/main/environment_variables.html
+++ b/branch/main/environment_variables.html
@@ -2,7 +2,7 @@
-
+
Index of all Collection Environment Variables — Community.Docker Collection documentation
diff --git a/branch/main/index.html b/branch/main/index.html
index 84015578..fdbc487b 100644
--- a/branch/main/index.html
+++ b/branch/main/index.html
@@ -2,7 +2,7 @@
-
+
Community.Docker — Community.Docker Collection documentation
diff --git a/branch/main/nsenter_connection.html b/branch/main/nsenter_connection.html
index 33b295f4..f6dc23fd 100644
--- a/branch/main/nsenter_connection.html
+++ b/branch/main/nsenter_connection.html
@@ -2,7 +2,7 @@
-
+
community.docker.nsenter connection – execute on host running controller container — Community.Docker Collection documentation