From 2f8f416155afa2e41781ba4089408aacdd92cc1b Mon Sep 17 00:00:00 2001 From: felixfontein Date: Tue, 25 Nov 2025 09:10:20 +0000 Subject: [PATCH] deploy: d2947476f789c04adedd94ea4f105648f6f85312 --- branch/main/_static/css/ansible.css | 4 ++++ branch/main/changelog.html | 2 +- branch/main/current_container_facts_module.html | 2 +- branch/main/docker_api_connection.html | 2 +- branch/main/docker_compose_module.html | 2 +- branch/main/docker_compose_v2_exec_module.html | 2 +- branch/main/docker_compose_v2_module.html | 2 +- branch/main/docker_compose_v2_pull_module.html | 2 +- branch/main/docker_compose_v2_run_module.html | 2 +- branch/main/docker_config_module.html | 2 +- branch/main/docker_connection.html | 2 +- branch/main/docker_container_copy_into_module.html | 2 +- branch/main/docker_container_exec_module.html | 2 +- branch/main/docker_container_info_module.html | 2 +- branch/main/docker_container_module.html | 2 +- branch/main/docker_containers_inventory.html | 2 +- branch/main/docker_context_info_module.html | 2 +- branch/main/docker_host_info_module.html | 2 +- branch/main/docker_image_build_module.html | 2 +- branch/main/docker_image_export_module.html | 2 +- branch/main/docker_image_info_module.html | 2 +- branch/main/docker_image_load_module.html | 2 +- branch/main/docker_image_module.html | 2 +- branch/main/docker_image_pull_module.html | 2 +- branch/main/docker_image_push_module.html | 2 +- branch/main/docker_image_remove_module.html | 2 +- branch/main/docker_image_tag_module.html | 2 +- branch/main/docker_login_module.html | 2 +- branch/main/docker_machine_inventory.html | 2 +- branch/main/docker_network_info_module.html | 2 +- branch/main/docker_network_module.html | 2 +- branch/main/docker_node_info_module.html | 2 +- branch/main/docker_node_module.html | 2 +- branch/main/docker_plugin_module.html | 2 +- branch/main/docker_prune_module.html | 2 +- branch/main/docker_secret_module.html | 2 +- branch/main/docker_stack_info_module.html | 2 +- branch/main/docker_stack_module.html | 2 +- branch/main/docker_stack_task_info_module.html | 2 +- branch/main/docker_swarm_info_module.html | 2 +- branch/main/docker_swarm_inventory.html | 2 +- branch/main/docker_swarm_module.html | 2 +- branch/main/docker_swarm_service_info_module.html | 2 +- branch/main/docker_swarm_service_module.html | 2 +- branch/main/docker_volume_info_module.html | 2 +- branch/main/docker_volume_module.html | 2 +- branch/main/docsite/scenario_guide.html | 2 +- branch/main/environment_variables.html | 2 +- branch/main/index.html | 2 +- branch/main/nsenter_connection.html | 2 +- branch/main/search.html | 2 +- 51 files changed, 54 insertions(+), 50 deletions(-) diff --git a/branch/main/_static/css/ansible.css b/branch/main/_static/css/ansible.css index 8ecc337c..7eb125b5 100644 --- a/branch/main/_static/css/ansible.css +++ b/branch/main/_static/css/ansible.css @@ -144,6 +144,10 @@ table.documentation-table .value-required { .wy-menu-vertical a.reference.internal { padding: 0.4045em 1.618em; } +/* Fix truncation when extranav is hidden */ +.wy-menu-vertical:not(:has(.sideBanner)) { + padding-bottom: 2rem; +} /*! Override sphinx rtd theme max-with of 800px */ .wy-nav-content { max-width: 100%; diff --git a/branch/main/changelog.html b/branch/main/changelog.html index c54b4b71..e3f8a987 100644 --- a/branch/main/changelog.html +++ b/branch/main/changelog.html @@ -8,7 +8,7 @@ Community.Docker Release Notes — Community.Docker Collection documentation - + diff --git a/branch/main/current_container_facts_module.html b/branch/main/current_container_facts_module.html index b2664780..e807bfda 100644 --- a/branch/main/current_container_facts_module.html +++ b/branch/main/current_container_facts_module.html @@ -9,7 +9,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 5508b5d3..ff318f53 100644 --- a/branch/main/docker_api_connection.html +++ b/branch/main/docker_api_connection.html @@ -9,7 +9,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 e94b7166..dbbd76c3 100644 --- a/branch/main/docker_compose_module.html +++ b/branch/main/docker_compose_module.html @@ -9,7 +9,7 @@ community.docker.docker_compose — Community.Docker Collection documentation - + diff --git a/branch/main/docker_compose_v2_exec_module.html b/branch/main/docker_compose_v2_exec_module.html index dcbd1441..f460bd1d 100644 --- a/branch/main/docker_compose_v2_exec_module.html +++ b/branch/main/docker_compose_v2_exec_module.html @@ -9,7 +9,7 @@ community.docker.docker_compose_v2_exec module – Run command in a container of a Compose service — Community.Docker Collection documentation - + diff --git a/branch/main/docker_compose_v2_module.html b/branch/main/docker_compose_v2_module.html index 1bfe8a61..07f4e68b 100644 --- a/branch/main/docker_compose_v2_module.html +++ b/branch/main/docker_compose_v2_module.html @@ -9,7 +9,7 @@ community.docker.docker_compose_v2 module – Manage multi-container Docker applications with Docker Compose CLI plugin — Community.Docker Collection documentation - + diff --git a/branch/main/docker_compose_v2_pull_module.html b/branch/main/docker_compose_v2_pull_module.html index 82ab4fe5..234056e8 100644 --- a/branch/main/docker_compose_v2_pull_module.html +++ b/branch/main/docker_compose_v2_pull_module.html @@ -9,7 +9,7 @@ community.docker.docker_compose_v2_pull module – Pull a Docker compose project — Community.Docker Collection documentation - + diff --git a/branch/main/docker_compose_v2_run_module.html b/branch/main/docker_compose_v2_run_module.html index 4ea180a3..c1f92fb3 100644 --- a/branch/main/docker_compose_v2_run_module.html +++ b/branch/main/docker_compose_v2_run_module.html @@ -9,7 +9,7 @@ community.docker.docker_compose_v2_run module – Run command in a new container of a Compose service — Community.Docker Collection documentation - + diff --git a/branch/main/docker_config_module.html b/branch/main/docker_config_module.html index bc186e81..21bfc238 100644 --- a/branch/main/docker_config_module.html +++ b/branch/main/docker_config_module.html @@ -9,7 +9,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 e3c57e87..3162a7f1 100644 --- a/branch/main/docker_connection.html +++ b/branch/main/docker_connection.html @@ -9,7 +9,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 19b460ba..0f3a4b2b 100644 --- a/branch/main/docker_container_copy_into_module.html +++ b/branch/main/docker_container_copy_into_module.html @@ -9,7 +9,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 def87440..0944d1cc 100644 --- a/branch/main/docker_container_exec_module.html +++ b/branch/main/docker_container_exec_module.html @@ -9,7 +9,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 04fb8e4f..77e604fe 100644 --- a/branch/main/docker_container_info_module.html +++ b/branch/main/docker_container_info_module.html @@ -9,7 +9,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 390302e4..a847e4dd 100644 --- a/branch/main/docker_container_module.html +++ b/branch/main/docker_container_module.html @@ -9,7 +9,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 57213201..d21194c8 100644 --- a/branch/main/docker_containers_inventory.html +++ b/branch/main/docker_containers_inventory.html @@ -9,7 +9,7 @@ community.docker.docker_containers inventory – Ansible dynamic inventory plugin for Docker containers — Community.Docker Collection documentation - + diff --git a/branch/main/docker_context_info_module.html b/branch/main/docker_context_info_module.html index 8d1d6878..6666eff3 100644 --- a/branch/main/docker_context_info_module.html +++ b/branch/main/docker_context_info_module.html @@ -9,7 +9,7 @@ community.docker.docker_context_info module – Retrieve information on Docker contexts for the current user — Community.Docker Collection documentation - + diff --git a/branch/main/docker_host_info_module.html b/branch/main/docker_host_info_module.html index cae16ade..8934a832 100644 --- a/branch/main/docker_host_info_module.html +++ b/branch/main/docker_host_info_module.html @@ -9,7 +9,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 90da4d49..0123c840 100644 --- a/branch/main/docker_image_build_module.html +++ b/branch/main/docker_image_build_module.html @@ -9,7 +9,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 fef90200..2ca1036a 100644 --- a/branch/main/docker_image_export_module.html +++ b/branch/main/docker_image_export_module.html @@ -9,7 +9,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 6a4d67ab..94e903f1 100644 --- a/branch/main/docker_image_info_module.html +++ b/branch/main/docker_image_info_module.html @@ -9,7 +9,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 3aca24a5..7dc9f112 100644 --- a/branch/main/docker_image_load_module.html +++ b/branch/main/docker_image_load_module.html @@ -9,7 +9,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 7f6bd250..8cde7524 100644 --- a/branch/main/docker_image_module.html +++ b/branch/main/docker_image_module.html @@ -9,7 +9,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 f083efda..304f5c7a 100644 --- a/branch/main/docker_image_pull_module.html +++ b/branch/main/docker_image_pull_module.html @@ -9,7 +9,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 1447e689..965d2c39 100644 --- a/branch/main/docker_image_push_module.html +++ b/branch/main/docker_image_push_module.html @@ -9,7 +9,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 c4b5b12f..f127add3 100644 --- a/branch/main/docker_image_remove_module.html +++ b/branch/main/docker_image_remove_module.html @@ -9,7 +9,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 293975aa..02a0a439 100644 --- a/branch/main/docker_image_tag_module.html +++ b/branch/main/docker_image_tag_module.html @@ -9,7 +9,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 55834e0a..252772c9 100644 --- a/branch/main/docker_login_module.html +++ b/branch/main/docker_login_module.html @@ -9,7 +9,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 91d5c482..42c23336 100644 --- a/branch/main/docker_machine_inventory.html +++ b/branch/main/docker_machine_inventory.html @@ -9,7 +9,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 fe178ca7..821852b6 100644 --- a/branch/main/docker_network_info_module.html +++ b/branch/main/docker_network_info_module.html @@ -9,7 +9,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 230219df..8ac2f52c 100644 --- a/branch/main/docker_network_module.html +++ b/branch/main/docker_network_module.html @@ -9,7 +9,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 f4a9b57c..4b419697 100644 --- a/branch/main/docker_node_info_module.html +++ b/branch/main/docker_node_info_module.html @@ -9,7 +9,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 4af54ee0..a85cdf62 100644 --- a/branch/main/docker_node_module.html +++ b/branch/main/docker_node_module.html @@ -9,7 +9,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 1939ce13..1379eaab 100644 --- a/branch/main/docker_plugin_module.html +++ b/branch/main/docker_plugin_module.html @@ -9,7 +9,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 0e7c2c8f..62a642a1 100644 --- a/branch/main/docker_prune_module.html +++ b/branch/main/docker_prune_module.html @@ -9,7 +9,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 fd1cbdb6..f7f66f92 100644 --- a/branch/main/docker_secret_module.html +++ b/branch/main/docker_secret_module.html @@ -9,7 +9,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 e5aa24c7..40b63227 100644 --- a/branch/main/docker_stack_info_module.html +++ b/branch/main/docker_stack_info_module.html @@ -9,7 +9,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 34f54fb0..852d9f66 100644 --- a/branch/main/docker_stack_module.html +++ b/branch/main/docker_stack_module.html @@ -9,7 +9,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 de9e882c..810166ac 100644 --- a/branch/main/docker_stack_task_info_module.html +++ b/branch/main/docker_stack_task_info_module.html @@ -9,7 +9,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 c9a853d6..bcc3703c 100644 --- a/branch/main/docker_swarm_info_module.html +++ b/branch/main/docker_swarm_info_module.html @@ -9,7 +9,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 608bb931..37d74e2c 100644 --- a/branch/main/docker_swarm_inventory.html +++ b/branch/main/docker_swarm_inventory.html @@ -9,7 +9,7 @@ community.docker.docker_swarm inventory – Ansible dynamic inventory plugin for Docker swarm nodes — Community.Docker Collection documentation - + diff --git a/branch/main/docker_swarm_module.html b/branch/main/docker_swarm_module.html index a385eea4..cc5647d0 100644 --- a/branch/main/docker_swarm_module.html +++ b/branch/main/docker_swarm_module.html @@ -9,7 +9,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 9ceff650..a29f0bd5 100644 --- a/branch/main/docker_swarm_service_info_module.html +++ b/branch/main/docker_swarm_service_info_module.html @@ -9,7 +9,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 0eaa3e7c..9099ec54 100644 --- a/branch/main/docker_swarm_service_module.html +++ b/branch/main/docker_swarm_service_module.html @@ -9,7 +9,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 84bf929b..d76e3030 100644 --- a/branch/main/docker_volume_info_module.html +++ b/branch/main/docker_volume_info_module.html @@ -9,7 +9,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 e6e9641b..9c14fd08 100644 --- a/branch/main/docker_volume_module.html +++ b/branch/main/docker_volume_module.html @@ -9,7 +9,7 @@ community.docker.docker_volume module – Manage Docker volumes — Community.Docker Collection documentation - + diff --git a/branch/main/docsite/scenario_guide.html b/branch/main/docsite/scenario_guide.html index 66d805e3..d03a4ac7 100644 --- a/branch/main/docsite/scenario_guide.html +++ b/branch/main/docsite/scenario_guide.html @@ -8,7 +8,7 @@ Docker Guide — Community.Docker Collection documentation - + diff --git a/branch/main/environment_variables.html b/branch/main/environment_variables.html index a6f20d30..fed6ebad 100644 --- a/branch/main/environment_variables.html +++ b/branch/main/environment_variables.html @@ -9,7 +9,7 @@ Index of all Collection Environment Variables — Community.Docker Collection documentation - + diff --git a/branch/main/index.html b/branch/main/index.html index b516c21d..e53a119d 100644 --- a/branch/main/index.html +++ b/branch/main/index.html @@ -9,7 +9,7 @@ Community.Docker — Community.Docker Collection documentation - + diff --git a/branch/main/nsenter_connection.html b/branch/main/nsenter_connection.html index f5f77336..e6b8cc71 100644 --- a/branch/main/nsenter_connection.html +++ b/branch/main/nsenter_connection.html @@ -9,7 +9,7 @@ community.docker.nsenter connection – execute on host running controller container — Community.Docker Collection documentation - + diff --git a/branch/main/search.html b/branch/main/search.html index 4f44b441..7bafaa9e 100644 --- a/branch/main/search.html +++ b/branch/main/search.html @@ -7,7 +7,7 @@ Search — Community.Docker Collection documentation - +