diff --git a/branch/main/current_container_facts_module.html b/branch/main/current_container_facts_module.html
index 78be1d81..b61dce4e 100644
--- a/branch/main/current_container_facts_module.html
+++ b/branch/main/current_container_facts_module.html
@@ -89,6 +89,7 @@
community.docker.docker_compose module – Manage multi-container Docker applications with Docker Compose.
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.
diff --git a/branch/main/docker_api_connection.html b/branch/main/docker_api_connection.html
index 6e99cdf5..f1b7bbfe 100644
--- a/branch/main/docker_api_connection.html
+++ b/branch/main/docker_api_connection.html
@@ -79,6 +79,7 @@
community.docker.docker_compose module – Manage multi-container Docker applications with Docker Compose.
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.
diff --git a/branch/main/docker_compose_module.html b/branch/main/docker_compose_module.html
index a61cf346..692658b9 100644
--- a/branch/main/docker_compose_module.html
+++ b/branch/main/docker_compose_module.html
@@ -92,6 +92,7 @@
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.
diff --git a/branch/main/docker_config_module.html b/branch/main/docker_config_module.html
index c3d20e4d..88b64252 100644
--- a/branch/main/docker_config_module.html
+++ b/branch/main/docker_config_module.html
@@ -92,6 +92,7 @@
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.
diff --git a/branch/main/docker_connection.html b/branch/main/docker_connection.html
index 3e1648f7..a8b01942 100644
--- a/branch/main/docker_connection.html
+++ b/branch/main/docker_connection.html
@@ -79,6 +79,7 @@
community.docker.docker_compose module – Manage multi-container Docker applications with Docker Compose.
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.
diff --git a/branch/main/docker_container_copy_into_module.html b/branch/main/docker_container_copy_into_module.html
new file mode 100644
index 00000000..7a5e006b
--- /dev/null
+++ b/branch/main/docker_container_copy_into_module.html
@@ -0,0 +1,598 @@
+
+
+
+
+
+
+ community.docker.docker_container_copy_into module – Copy a file into a Docker container — Community.Docker Collection documentation
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Community.Docker Collection Docs
+
+
+
+
+
+
\ No newline at end of file
diff --git a/branch/main/docker_container_exec_module.html b/branch/main/docker_container_exec_module.html
index dd91cb3c..5789ce8b 100644
--- a/branch/main/docker_container_exec_module.html
+++ b/branch/main/docker_container_exec_module.html
@@ -23,7 +23,7 @@
-
+
@@ -79,6 +79,7 @@
community.docker.docker_compose module – Manage multi-container Docker applications with Docker Compose.
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_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.
@@ -1966,7 +1967,7 @@ see
Previous
- Next
+ Next
diff --git a/branch/main/docker_containers_inventory.html b/branch/main/docker_containers_inventory.html
index b2140db7..68775273 100644
--- a/branch/main/docker_containers_inventory.html
+++ b/branch/main/docker_containers_inventory.html
@@ -79,6 +79,7 @@
community.docker.docker_compose module – Manage multi-container Docker applications with Docker Compose.
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.
diff --git a/branch/main/docker_host_info_module.html b/branch/main/docker_host_info_module.html
index 75cab682..945d04aa 100644
--- a/branch/main/docker_host_info_module.html
+++ b/branch/main/docker_host_info_module.html
@@ -79,6 +79,7 @@
community.docker.docker_compose module – Manage multi-container Docker applications with Docker Compose.
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.
diff --git a/branch/main/docker_image_info_module.html b/branch/main/docker_image_info_module.html
index 6040eec0..b43fbe58 100644
--- a/branch/main/docker_image_info_module.html
+++ b/branch/main/docker_image_info_module.html
@@ -79,6 +79,7 @@
community.docker.docker_compose module – Manage multi-container Docker applications with Docker Compose.
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.
diff --git a/branch/main/docker_image_load_module.html b/branch/main/docker_image_load_module.html
index 95028935..41ee4459 100644
--- a/branch/main/docker_image_load_module.html
+++ b/branch/main/docker_image_load_module.html
@@ -79,6 +79,7 @@
community.docker.docker_compose module – Manage multi-container Docker applications with Docker Compose.
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.
diff --git a/branch/main/docker_image_module.html b/branch/main/docker_image_module.html
index e9f1607e..1bdb5fc3 100644
--- a/branch/main/docker_image_module.html
+++ b/branch/main/docker_image_module.html
@@ -79,6 +79,7 @@
community.docker.docker_compose module – Manage multi-container Docker applications with Docker Compose.
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.
diff --git a/branch/main/docker_login_module.html b/branch/main/docker_login_module.html
index 06751462..cf2b5231 100644
--- a/branch/main/docker_login_module.html
+++ b/branch/main/docker_login_module.html
@@ -79,6 +79,7 @@
community.docker.docker_compose module – Manage multi-container Docker applications with Docker Compose.
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.
diff --git a/branch/main/docker_machine_inventory.html b/branch/main/docker_machine_inventory.html
index f1b762f5..9eb0559d 100644
--- a/branch/main/docker_machine_inventory.html
+++ b/branch/main/docker_machine_inventory.html
@@ -79,6 +79,7 @@
community.docker.docker_compose module – Manage multi-container Docker applications with Docker Compose.
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.
diff --git a/branch/main/docker_network_info_module.html b/branch/main/docker_network_info_module.html
index 64cc9716..6cea8532 100644
--- a/branch/main/docker_network_info_module.html
+++ b/branch/main/docker_network_info_module.html
@@ -79,6 +79,7 @@
community.docker.docker_compose module – Manage multi-container Docker applications with Docker Compose.
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.
diff --git a/branch/main/docker_network_module.html b/branch/main/docker_network_module.html
index b4830702..0a8e26e1 100644
--- a/branch/main/docker_network_module.html
+++ b/branch/main/docker_network_module.html
@@ -79,6 +79,7 @@
community.docker.docker_compose module – Manage multi-container Docker applications with Docker Compose.
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.
diff --git a/branch/main/docker_node_info_module.html b/branch/main/docker_node_info_module.html
index 2447f992..98982045 100644
--- a/branch/main/docker_node_info_module.html
+++ b/branch/main/docker_node_info_module.html
@@ -79,6 +79,7 @@
community.docker.docker_compose module – Manage multi-container Docker applications with Docker Compose.
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.
diff --git a/branch/main/docker_node_module.html b/branch/main/docker_node_module.html
index e035b765..8c223d13 100644
--- a/branch/main/docker_node_module.html
+++ b/branch/main/docker_node_module.html
@@ -79,6 +79,7 @@
community.docker.docker_compose module – Manage multi-container Docker applications with Docker Compose.
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.
diff --git a/branch/main/docker_plugin_module.html b/branch/main/docker_plugin_module.html
index 6f9bd8f6..72e9bd69 100644
--- a/branch/main/docker_plugin_module.html
+++ b/branch/main/docker_plugin_module.html
@@ -79,6 +79,7 @@
community.docker.docker_compose module – Manage multi-container Docker applications with Docker Compose.
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.
diff --git a/branch/main/docker_prune_module.html b/branch/main/docker_prune_module.html
index 2ea30025..ac6cdadf 100644
--- a/branch/main/docker_prune_module.html
+++ b/branch/main/docker_prune_module.html
@@ -79,6 +79,7 @@
community.docker.docker_compose module – Manage multi-container Docker applications with Docker Compose.
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.
diff --git a/branch/main/docker_secret_module.html b/branch/main/docker_secret_module.html
index f7aa7941..163611e4 100644
--- a/branch/main/docker_secret_module.html
+++ b/branch/main/docker_secret_module.html
@@ -79,6 +79,7 @@
community.docker.docker_compose module – Manage multi-container Docker applications with Docker Compose.
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.
diff --git a/branch/main/docker_stack_info_module.html b/branch/main/docker_stack_info_module.html
index 4053b8f2..f76f56d1 100644
--- a/branch/main/docker_stack_info_module.html
+++ b/branch/main/docker_stack_info_module.html
@@ -79,6 +79,7 @@
community.docker.docker_compose module – Manage multi-container Docker applications with Docker Compose.
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.
diff --git a/branch/main/docker_stack_module.html b/branch/main/docker_stack_module.html
index 8252a641..3b099cd2 100644
--- a/branch/main/docker_stack_module.html
+++ b/branch/main/docker_stack_module.html
@@ -79,6 +79,7 @@
community.docker.docker_compose module – Manage multi-container Docker applications with Docker Compose.
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.
diff --git a/branch/main/docker_stack_task_info_module.html b/branch/main/docker_stack_task_info_module.html
index 1b3876b0..79a60633 100644
--- a/branch/main/docker_stack_task_info_module.html
+++ b/branch/main/docker_stack_task_info_module.html
@@ -79,6 +79,7 @@
community.docker.docker_compose module – Manage multi-container Docker applications with Docker Compose.
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.
diff --git a/branch/main/docker_swarm_info_module.html b/branch/main/docker_swarm_info_module.html
index 4f0e445d..32f8b2bb 100644
--- a/branch/main/docker_swarm_info_module.html
+++ b/branch/main/docker_swarm_info_module.html
@@ -79,6 +79,7 @@
community.docker.docker_compose module – Manage multi-container Docker applications with Docker Compose.
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.
diff --git a/branch/main/docker_swarm_inventory.html b/branch/main/docker_swarm_inventory.html
index 8575b27a..fbec094c 100644
--- a/branch/main/docker_swarm_inventory.html
+++ b/branch/main/docker_swarm_inventory.html
@@ -78,6 +78,7 @@
community.docker.docker_compose module – Manage multi-container Docker applications with Docker Compose.
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.
diff --git a/branch/main/docker_swarm_module.html b/branch/main/docker_swarm_module.html
index 0dbf2b11..a33d4e87 100644
--- a/branch/main/docker_swarm_module.html
+++ b/branch/main/docker_swarm_module.html
@@ -79,6 +79,7 @@
community.docker.docker_compose module – Manage multi-container Docker applications with Docker Compose.
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.
diff --git a/branch/main/docker_swarm_service_info_module.html b/branch/main/docker_swarm_service_info_module.html
index d74915b8..e7f19ae1 100644
--- a/branch/main/docker_swarm_service_info_module.html
+++ b/branch/main/docker_swarm_service_info_module.html
@@ -79,6 +79,7 @@
community.docker.docker_compose module – Manage multi-container Docker applications with Docker Compose.
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.
diff --git a/branch/main/docker_swarm_service_module.html b/branch/main/docker_swarm_service_module.html
index 1d2946ee..17596e41 100644
--- a/branch/main/docker_swarm_service_module.html
+++ b/branch/main/docker_swarm_service_module.html
@@ -79,6 +79,7 @@
community.docker.docker_compose module – Manage multi-container Docker applications with Docker Compose.
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.
diff --git a/branch/main/docker_volume_info_module.html b/branch/main/docker_volume_info_module.html
index 1751bd17..42fd599d 100644
--- a/branch/main/docker_volume_info_module.html
+++ b/branch/main/docker_volume_info_module.html
@@ -79,6 +79,7 @@
community.docker.docker_compose module – Manage multi-container Docker applications with Docker Compose.
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.
diff --git a/branch/main/docker_volume_module.html b/branch/main/docker_volume_module.html
index 480d86d6..57da0be1 100644
--- a/branch/main/docker_volume_module.html
+++ b/branch/main/docker_volume_module.html
@@ -79,6 +79,7 @@
community.docker.docker_compose module – Manage multi-container Docker applications with Docker Compose.
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.
diff --git a/branch/main/docsite/scenario_guide.html b/branch/main/docsite/scenario_guide.html
index 9cc41eb2..745f5d4a 100644
--- a/branch/main/docsite/scenario_guide.html
+++ b/branch/main/docsite/scenario_guide.html
@@ -98,6 +98,7 @@
community.docker.docker_compose module – Manage multi-container Docker applications with Docker Compose.
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.
diff --git a/branch/main/environment_variables.html b/branch/main/environment_variables.html
index fc63b82d..1e2e75ca 100644
--- a/branch/main/environment_variables.html
+++ b/branch/main/environment_variables.html
@@ -77,6 +77,7 @@
community.docker.docker_compose module – Manage multi-container Docker applications with Docker Compose.
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.
diff --git a/branch/main/index.html b/branch/main/index.html
index fae43036..0c91a4ed 100644
--- a/branch/main/index.html
+++ b/branch/main/index.html
@@ -78,6 +78,7 @@
community.docker.docker_compose module – Manage multi-container Docker applications with Docker Compose.
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.
@@ -197,6 +198,7 @@
docker_compose module – Manage multi-container Docker applications with Docker Compose.
docker_config module – Manage docker configs.
docker_container module – manage Docker containers
+docker_container_copy_into module – Copy a file into a Docker container
docker_container_exec module – Execute command in a docker container
docker_container_info module – Retrieves facts about docker container
docker_host_info module – Retrieves facts about docker host and lists of objects of the services.
diff --git a/branch/main/nsenter_connection.html b/branch/main/nsenter_connection.html
index 20e49a53..207036c2 100644
--- a/branch/main/nsenter_connection.html
+++ b/branch/main/nsenter_connection.html
@@ -79,6 +79,7 @@
community.docker.docker_compose module – Manage multi-container Docker applications with Docker Compose.
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.
diff --git a/branch/main/objects.inv b/branch/main/objects.inv
index ba89417e..0d7d343f 100644
Binary files a/branch/main/objects.inv and b/branch/main/objects.inv differ
diff --git a/branch/main/search.html b/branch/main/search.html
index d9aac4fa..01c03c37 100644
--- a/branch/main/search.html
+++ b/branch/main/search.html
@@ -79,6 +79,7 @@
community.docker.docker_compose module – Manage multi-container Docker applications with Docker Compose.
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.
diff --git a/branch/main/searchindex.js b/branch/main/searchindex.js
index f34932aa..64826849 100644
--- a/branch/main/searchindex.js
+++ b/branch/main/searchindex.js
@@ -1 +1 @@
-Search.setIndex({"docnames": ["current_container_facts_module", "docker_api_connection", "docker_compose_module", "docker_config_module", "docker_connection", "docker_container_exec_module", "docker_container_info_module", "docker_container_module", "docker_containers_inventory", "docker_host_info_module", "docker_image_info_module", "docker_image_load_module", "docker_image_module", "docker_login_module", "docker_machine_inventory", "docker_network_info_module", "docker_network_module", "docker_node_info_module", "docker_node_module", "docker_plugin_module", "docker_prune_module", "docker_secret_module", "docker_stack_info_module", "docker_stack_module", "docker_stack_task_info_module", "docker_swarm_info_module", "docker_swarm_inventory", "docker_swarm_module", "docker_swarm_service_info_module", "docker_swarm_service_module", "docker_volume_info_module", "docker_volume_module", "docsite/scenario_guide", "environment_variables", "index", "nsenter_connection"], "filenames": ["current_container_facts_module.rst", "docker_api_connection.rst", "docker_compose_module.rst", "docker_config_module.rst", "docker_connection.rst", "docker_container_exec_module.rst", "docker_container_info_module.rst", "docker_container_module.rst", "docker_containers_inventory.rst", "docker_host_info_module.rst", "docker_image_info_module.rst", "docker_image_load_module.rst", "docker_image_module.rst", "docker_login_module.rst", "docker_machine_inventory.rst", "docker_network_info_module.rst", "docker_network_module.rst", "docker_node_info_module.rst", "docker_node_module.rst", "docker_plugin_module.rst", "docker_prune_module.rst", "docker_secret_module.rst", "docker_stack_info_module.rst", "docker_stack_module.rst", "docker_stack_task_info_module.rst", "docker_swarm_info_module.rst", "docker_swarm_inventory.rst", "docker_swarm_module.rst", "docker_swarm_service_info_module.rst", "docker_swarm_service_module.rst", "docker_volume_info_module.rst", "docker_volume_module.rst", "docsite/scenario_guide.rst", "environment_variables.rst", "index.rst", "nsenter_connection.rst"], "titles": ["community.docker.current_container_facts module \u2013 Return facts about whether the module runs in a Docker container", "community.docker.docker_api connection \u2013 Run tasks in docker containers", "community.docker.docker_compose module \u2013 Manage multi-container Docker applications with Docker Compose.", "community.docker.docker_config module \u2013 Manage docker configs.", "community.docker.docker connection \u2013 Run tasks in docker containers", "community.docker.docker_container_exec module \u2013 Execute command in a docker container", "community.docker.docker_container_info module \u2013 Retrieves facts about docker container", "community.docker.docker_container module \u2013 manage Docker containers", "community.docker.docker_containers inventory \u2013 Ansible dynamic inventory plugin for Docker containers", "community.docker.docker_host_info module \u2013 Retrieves facts about docker host and lists of objects of the services.", "community.docker.docker_image_info module \u2013 Inspect docker images", "community.docker.docker_image_load module \u2013 Load docker image(s) from archives", "community.docker.docker_image module \u2013 Manage docker images", "community.docker.docker_login module \u2013 Log into a Docker registry.", "community.docker.docker_machine inventory \u2013 Docker Machine inventory source", "community.docker.docker_network_info module \u2013 Retrieves facts about docker network", "community.docker.docker_network module \u2013 Manage Docker networks", "community.docker.docker_node_info module \u2013 Retrieves facts about docker swarm node from Swarm Manager", "community.docker.docker_node module \u2013 Manage Docker Swarm node", "community.docker.docker_plugin module \u2013 Manage Docker plugins", "community.docker.docker_prune module \u2013 Allows to prune various docker objects", "community.docker.docker_secret module \u2013 Manage docker secrets.", "community.docker.docker_stack_info module \u2013 Return information on a docker stack", "community.docker.docker_stack module \u2013 docker stack module", "community.docker.docker_stack_task_info module \u2013 Return information of the tasks on a docker stack", "community.docker.docker_swarm_info module \u2013 Retrieves facts about Docker Swarm cluster.", "community.docker.docker_swarm inventory \u2013 Ansible dynamic inventory plugin for Docker swarm nodes.", "community.docker.docker_swarm module \u2013 Manage Swarm cluster", "community.docker.docker_swarm_service_info module \u2013 Retrieves information about docker services from a Swarm Manager", "community.docker.docker_swarm_service module \u2013 docker swarm service", "community.docker.docker_volume_info module \u2013 Retrieve facts about Docker volumes", "community.docker.docker_volume module \u2013 Manage Docker volumes", "Docker Guide", "Index of all Collection Environment Variables", "Community.Docker", "community.docker.nsenter connection \u2013 execute on host running controller container"], "terms": {"thi": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 35], "i": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 35], "part": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 35], "version": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 34, 35], "3": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 34, 35], "4": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 34, 35], "0": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 34, 35], "To": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 35], "instal": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 35], "us": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 35], "ansibl": [0, 1, 2, 3, 4, 5, 6, 7, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 27, 28, 29, 30, 31, 32, 33, 34, 35], "galaxi": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 35], "playbook": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 35], "specifi": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 35], "new": [0, 1, 2, 3, 5, 7, 8, 11, 14, 16, 18, 19, 21, 23, 27, 29, 31, 35], "1": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 15, 16, 17, 18, 19, 20, 21, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 35], "attempt": [0, 7, 10, 14], "best": 0, "effort": 0, "detect": [0, 2, 7, 26, 27, 32], "There": 0, "might": [0, 2, 3, 5, 7, 8, 12, 14, 17, 18, 21, 25, 26, 27, 28, 29], "special": [0, 7, 9, 26], "case": [0, 7, 9, 29], "where": [0, 2, 3, 7, 10, 12, 14, 21, 29, 32], "doe": [0, 1, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 19, 20, 21, 22, 24, 25, 26, 27, 28, 29, 30, 31], "work": [0, 2, 3, 7, 18, 21, 29, 32, 34], "you": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 23, 25, 26, 27, 28, 29, 30, 31, 32, 33, 35], "encount": [0, 7], "one": [0, 2, 3, 4, 5, 7, 10, 11, 12, 17, 18, 21, 25, 27, 28, 29], "pleas": [0, 2, 3, 5, 7, 16, 17, 18, 21, 25, 27, 28, 29, 31, 32], "file": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 23, 25, 26, 27, 28, 29, 30, 31, 32], "an": [0, 1, 2, 3, 4, 6, 7, 8, 10, 12, 14, 15, 16, 21, 26, 27, 29, 31, 32], "issu": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 34, 35], "support": [0, 1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 34], "descript": [0, 2, 3, 5, 6, 7, 9, 10, 11, 12, 13, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31], "check_mod": [0, 2, 3, 5, 6, 7, 9, 10, 11, 12, 13, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 27, 28, 29, 30, 31], "full": [0, 2, 3, 6, 7, 9, 10, 13, 15, 16, 17, 18, 19, 21, 22, 24, 25, 27, 28, 29, 30, 31, 32], "action": [0, 2, 3, 5, 6, 7, 9, 10, 11, 12, 13, 15, 16, 17, 18, 19, 20, 21, 22, 24, 25, 27, 28, 29, 30, 31], "modifi": [0, 2, 3, 5, 6, 7, 9, 10, 11, 12, 13, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 27, 28, 29, 30, 31, 32], "state": [0, 2, 3, 6, 7, 9, 10, 12, 13, 14, 15, 16, 17, 18, 19, 21, 22, 23, 24, 25, 27, 28, 29, 30, 31], "can": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 27, 28, 29, 30, 31, 32, 33], "chang": [0, 2, 3, 5, 6, 7, 9, 10, 11, 12, 13, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 27, 28, 29, 30, 31, 32], "statu": [0, 2, 3, 5, 6, 7, 9, 10, 11, 12, 13, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 27, 28, 29, 30, 31], "predict": [0, 2, 3, 5, 6, 7, 9, 10, 11, 12, 13, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 27, 28, 29, 30, 31], "without": [0, 1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32], "target": [0, 2, 3, 5, 6, 7, 9, 10, 11, 12, 13, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 27, 28, 29, 30, 31], "diff_mod": [0, 2, 3, 5, 6, 7, 9, 10, 11, 12, 13, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 27, 28, 29, 30, 31], "n": [0, 6, 9, 10, 15, 17, 22, 23, 24, 25, 28, 30], "A": [0, 2, 3, 6, 7, 8, 9, 10, 12, 14, 15, 17, 20, 21, 22, 24, 25, 26, 28, 29, 30], "Will": [0, 2, 3, 5, 6, 7, 9, 10, 11, 12, 13, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 27, 28, 29, 30, 31], "detail": [0, 1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32], "what": [0, 2, 3, 5, 6, 7, 9, 10, 11, 12, 13, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 27, 28, 29, 30, 31], "ha": [0, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 27, 28, 29, 30, 31, 32], "possibli": [0, 2, 3, 5, 6, 7, 9, 10, 11, 12, 13, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 27, 28, 29, 30, 31], "need": [0, 1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32], "when": [0, 1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32], "diff": [0, 2, 3, 5, 6, 7, 9, 10, 11, 12, 13, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 27, 28, 29, 30, 31], "mode": [0, 1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 27, 28, 29, 30, 31, 35], "ansible_fact": 0, "dictionari": [0, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31], "updat": [0, 3, 7, 12, 13, 16, 18, 21, 27, 29, 32], "exist": [0, 1, 2, 3, 4, 6, 7, 10, 12, 13, 15, 16, 19, 21, 27, 28, 29, 30, 31, 32], "host": [0, 1, 2, 3, 5, 6, 7, 8, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 23, 25, 26, 27, 28, 29, 30, 31, 32, 34], "name": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32], "get": [0, 6, 7, 9, 14, 15, 17, 25, 28, 30], "current": [0, 2, 3, 6, 7, 13, 15, 17, 21, 23, 25, 27, 28, 29], "print": [0, 5, 6, 7, 11, 15, 30], "inform": [0, 2, 6, 7, 9, 11, 15, 17, 18, 20, 25, 27, 30, 32, 34], "builtin": [0, 2, 3, 6, 9, 10, 11, 15, 17, 18, 21, 22, 24, 25, 27, 28, 29, 30], "debug": [0, 1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 15, 16, 17, 18, 19, 20, 21, 22, 24, 25, 27, 28, 29, 30, 31], "msg": [0, 6, 11, 15, 25, 30], "id": [0, 2, 3, 5, 6, 7, 8, 10, 11, 12, 15, 16, 17, 18, 20, 21, 24, 27, 29], "ansible_module_container_id": 0, "ansible_module_running_in_contain": 0, "ar": [0, 1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35], "ad": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 25, 26, 27, 28, 29, 30, 31], "hostvar": 0, "referenc": 0, "just": [0, 32], "like": [0, 5, 7, 16, 27, 29], "ani": [0, 7, 12, 14, 23, 29, 31], "other": [0, 2, 5, 7, 8, 14, 17, 18, 25, 26, 27, 28, 29], "thei": [0, 7, 8, 14, 16, 26, 29, 32], "do": [0, 7, 8, 12, 14], "regist": [0, 2, 5, 6, 9, 10, 11, 15, 17, 18, 22, 24, 25, 28, 29, 30], "order": [0, 1, 2, 4, 5, 7, 8, 14, 26, 29, 32, 35], "them": [0, 2, 7, 13, 14, 16, 17, 18, 25, 27, 28, 32], "kei": [0, 1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32], "string": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32], "The": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 23, 25, 26, 27, 28, 29, 30, 31, 32, 33, 35], "empti": [0, 2, 5, 7, 8, 10, 14, 16, 17, 18, 26], "wa": [0, 1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 15, 16, 17, 18, 19, 20, 21, 25, 27, 28, 29, 30, 31, 32], "alwai": [0, 2, 3, 6, 7, 8, 9, 10, 12, 14, 15, 17, 21, 22, 23, 24, 25, 26, 28, 29, 30, 31, 32, 35], "ansible_module_container_typ": 0, "environ": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 23, 25, 26, 27, 28, 29, 30, 31, 35], "non": [0, 6, 7, 12, 15, 16, 20, 33, 35], "identifi": [0, 6, 7, 15, 17], "github_act": 0, "sinc": [0, 5, 7, 8, 14, 26, 32], "2": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 25, 26, 27, 28, 29, 30, 31, 32, 34, 35], "podman": 0, "onli": [0, 2, 3, 5, 7, 8, 9, 10, 12, 13, 16, 17, 18, 20, 21, 25, 27, 28, 29], "azure_pipelin": 0, "boolean": [0, 1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 23, 25, 26, 27, 28, 29, 30, 31], "abl": [0, 1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 23, 25, 26, 27, 28, 29, 30, 31], "felix": [0, 1, 5, 6, 7, 8, 11, 20, 30], "fontein": [0, 1, 5, 6, 7, 8, 11, 20, 30], "felixfontein": [0, 1, 5, 6, 7, 8, 11, 20, 30], "tracker": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 34, 35], "repositori": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 34, 35], "sourc": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 34, 35], "submit": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 34, 35], "bug": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 34, 35], "report": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 34, 35], "request": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 34, 35], "featur": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 34, 35], "plugin": [1, 4, 14, 29, 32, 33, 35], "further": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 23, 25, 26, 27, 28, 29, 30, 31], "see": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32], "command": [1, 2, 4, 7, 13, 22, 23, 24, 29, 32, 34], "put": [1, 4], "fetch": [1, 4, 14], "librari": 1, "interact": [1, 7], "directli": [1, 2, 3, 4, 5, 21, 29, 32], "daemon": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 25, 27, 28, 29, 30, 31], "instead": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 25, 26, 27, 28, 29, 30, 31, 32, 35], "cli": [1, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 15, 16, 17, 18, 19, 20, 21, 25, 26, 27, 28, 29, 30, 31, 32], "want": [1, 4, 7, 10, 12, 16], "below": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 23, 25, 26, 27, 28, 29, 30, 31], "local": [1, 2, 6, 7, 8, 10, 12, 13, 14, 15, 16, 19, 26, 30, 31, 32], "control": [1, 3, 4, 7, 8, 13, 14, 16, 21, 26, 31, 32, 33, 34], "node": [1, 7, 8, 14, 16, 22, 23, 24, 25, 27, 29, 32, 34, 35], "execut": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 23, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34], "pywin32": [1, 5, 6, 7, 8, 9, 10, 11, 12, 13, 15, 16, 19, 20, 30, 31], "pipe": [1, 5, 6, 7, 8, 9, 10, 11, 12, 13, 15, 16, 19, 20, 30, 31], "window": [1, 5, 6, 7, 8, 9, 10, 11, 12, 13, 15, 16, 19, 20, 29, 30, 31], "32": [1, 5, 6, 7, 8, 9, 10, 11, 12, 13, 15, 16, 19, 20, 27, 29, 30, 31], "paramiko": [1, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 15, 16, 17, 18, 19, 20, 21, 25, 26, 27, 28, 29, 30, 31], "ssh": [1, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 25, 26, 27, 28, 29, 30, 31], "use_ssh_cli": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 15, 16, 17, 18, 19, 20, 21, 25, 26, 27, 28, 29, 30, 31], "fals": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 23, 25, 26, 27, 28, 29, 30, 31, 32], "pyopenssl": [1, 5, 6, 7, 8, 9, 10, 11, 12, 13, 15, 16, 19, 20, 30, 31], "tl": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 15, 16, 17, 18, 19, 20, 21, 25, 26, 27, 28, 29, 30, 31, 32], "backport": [1, 5, 6, 7, 8, 9, 10, 11, 12, 13, 15, 16, 19, 20, 30, 31], "ssl_match_hostnam": [1, 5, 6, 7, 8, 9, 10, 11, 12, 13, 15, 16, 19, 20, 30, 31], "python": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 15, 16, 17, 18, 19, 20, 21, 25, 26, 27, 28, 29, 30, 31, 32], "comment": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 23, 24, 25, 26, 27, 28, 29, 30, 31, 35], "api_vers": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 15, 16, 17, 18, 19, 20, 21, 25, 26, 27, 28, 29, 30, 31, 32], "alias": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 15, 16, 17, 18, 19, 20, 21, 25, 26, 27, 28, 29, 30, 31], "docker_api_vers": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 15, 16, 17, 18, 19, 20, 21, 25, 26, 27, 28, 29, 30, 31, 32], "api": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 15, 16, 17, 18, 19, 20, 21, 25, 26, 27, 28, 29, 30, 31], "default": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 28, 29, 30, 31, 32, 33, 35], "latest": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 15, 16, 17, 18, 19, 20, 21, 23, 25, 26, 27, 28, 29, 30, 31, 32], "If": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 23, 25, 26, 27, 28, 29, 30, 31, 32], "valu": [1, 4, 8, 14, 26, 32], "variabl": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 25, 26, 27, 28, 29, 30, 31, 35], "set": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 23, 25, 26, 27, 28, 29, 30, 31, 32, 33], "auto": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 15, 16, 17, 18, 19, 20, 21, 25, 27, 28, 29, 30, 31], "configur": [1, 2, 3, 4, 7, 8, 12, 13, 14, 17, 18, 21, 25, 26, 27, 28, 29, 33, 35], "ansible_docker_api_vers": 1, "ca_cert": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 15, 16, 17, 18, 19, 20, 21, 25, 26, 27, 28, 29, 30, 31], "tls_ca_cert": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 15, 16, 17, 18, 19, 20, 21, 25, 26, 27, 28, 29, 30, 31], "cacert_path": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 15, 16, 17, 18, 19, 20, 21, 25, 26, 27, 28, 29, 30, 31, 32], "path": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 23, 25, 26, 27, 28, 29, 30, 31, 32], "ca": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 15, 16, 17, 18, 19, 20, 21, 25, 26, 27, 28, 29, 30, 31, 32], "certif": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 15, 16, 17, 18, 19, 20, 21, 25, 26, 27, 28, 29, 30, 31, 32], "perform": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 15, 16, 17, 18, 19, 20, 21, 25, 26, 27, 28, 29, 30, 31, 32], "server": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 15, 16, 17, 18, 19, 20, 21, 25, 26, 27, 28, 29, 30, 31, 32], "verif": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 15, 16, 17, 18, 19, 20, 21, 25, 26, 27, 28, 29, 30, 31, 32], "provid": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 25, 26, 27, 28, 29, 30, 31, 32, 35], "docker_cert_path": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 15, 16, 17, 18, 19, 20, 21, 25, 27, 28, 29, 30, 31, 32], "pem": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 15, 16, 17, 18, 19, 20, 21, 25, 26, 27, 28, 29, 30, 31], "from": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 12, 13, 14, 15, 16, 18, 19, 20, 21, 23, 25, 26, 27, 29, 30, 31, 32, 33, 34], "directori": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 15, 16, 17, 18, 19, 20, 21, 25, 27, 28, 29, 30, 31, 32], "ansible_docker_ca_cert": 1, "client_cert": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 15, 16, 17, 18, 19, 20, 21, 25, 26, 27, 28, 29, 30, 31], "tls_client_cert": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 15, 16, 17, 18, 19, 20, 21, 25, 26, 27, 28, 29, 30, 31], "cert_path": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 15, 16, 17, 18, 19, 20, 21, 25, 26, 27, 28, 29, 30, 31, 32], "client": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 15, 16, 17, 18, 19, 20, 21, 25, 26, 27, 28, 29, 30, 31, 32], "": [1, 2, 3, 5, 6, 7, 8, 9, 10, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 25, 26, 27, 28, 29, 30, 31, 32, 34, 35], "cert": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 15, 16, 17, 18, 19, 20, 21, 25, 26, 27, 28, 29, 30, 31], "ansible_docker_client_cert": 1, "client_kei": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 15, 16, 17, 18, 19, 20, 21, 25, 26, 27, 28, 29, 30, 31], "tls_client_kei": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 15, 16, 17, 18, 19, 20, 21, 25, 26, 27, 28, 29, 30, 31], "key_path": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 15, 16, 17, 18, 19, 20, 21, 25, 26, 27, 28, 29, 30, 31, 32], "ansible_docker_client_kei": 1, "container_timeout": [1, 4], "integ": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 15, 16, 17, 18, 19, 20, 21, 23, 25, 26, 27, 28, 29, 30, 31, 35], "how": [1, 4, 7, 8, 14, 16, 29, 32, 33], "long": [1, 2, 4, 6, 7, 15, 33], "we": [1, 4, 7, 8, 12, 14, 16, 26, 33], "wait": [1, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 15, 16, 17, 18, 19, 20, 21, 25, 26, 27, 28, 29, 30, 31, 32, 33], "access": [1, 4, 16, 29, 33, 35], "read": [1, 2, 3, 4, 7, 8, 21, 26, 29, 33], "output": [1, 2, 4, 5, 6, 7, 9, 12, 14, 15, 17, 25, 28, 33], "onc": [1, 4, 29, 33], "start": [1, 2, 4, 7, 8, 14, 26, 29, 32, 33], "10": [1, 2, 3, 4, 7, 19, 21, 25, 26, 27, 29], "ini": [1, 4, 8, 14, 26, 35], "entri": [1, 4, 7, 8, 14, 17, 18, 26, 27, 35], "timeout": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 15, 16, 17, 18, 19, 20, 21, 25, 26, 27, 28, 29, 30, 31, 32], "docker_connect": [1, 4], "ansible_timeout": [1, 4], "ansible_docker_timeout": [1, 4, 33], "argument": [1, 4, 5, 12, 29], "choic": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 23, 25, 26, 27, 28, 29, 30, 31], "true": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 23, 25, 26, 27, 28, 29, 30, 31], "docker_host": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 15, 16, 17, 18, 19, 20, 21, 25, 26, 27, 28, 29, 30, 31, 32], "docker_url": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 15, 16, 17, 18, 19, 20, 21, 25, 26, 27, 28, 29, 30, 31], "url": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 15, 16, 17, 18, 19, 20, 21, 25, 27, 28, 29, 30, 31, 32], "unix": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 15, 16, 17, 18, 19, 20, 21, 25, 26, 27, 28, 29, 30, 31, 32], "socket": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 15, 16, 17, 18, 19, 20, 21, 25, 26, 27, 28, 29, 30, 31, 32], "remot": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 25, 26, 27, 28, 29, 30, 31, 32, 35], "tcp": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 15, 16, 17, 18, 19, 20, 21, 25, 26, 27, 28, 29, 30, 31, 32], "For": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 25, 26, 27, 28, 29, 30, 31, 32, 35], "exampl": [1, 4, 32, 35], "192": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 15, 16, 17, 18, 19, 20, 21, 25, 27, 28, 29, 30, 31, 32], "23": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 15, 16, 17, 18, 19, 20, 21, 25, 27, 28, 29, 30, 31, 32], "2376": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 15, 16, 17, 18, 19, 20, 21, 25, 26, 27, 28, 29, 30, 31, 32], "encrypt": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 15, 16, 17, 18, 19, 20, 21, 25, 27, 28, 29, 30, 31, 32], "modul": [1, 8, 26, 32], "automat": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 15, 16, 17, 18, 19, 20, 21, 25, 27, 28, 29, 30, 31, 32], "replac": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 15, 16, 17, 18, 19, 20, 21, 25, 27, 28, 29, 30, 31, 32], "http": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 25, 27, 28, 29, 30, 31, 32], "var": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33], "sock": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 15, 16, 17, 18, 19, 20, 21, 25, 26, 27, 28, 29, 30, 31, 32], "ansible_docker_docker_host": 1, "remote_addr": [1, 4, 27], "inventory_hostnam": [1, 4], "ansible_host": [1, 4, 8, 14, 26], "ansible_docker_host": [1, 4], "remote_us": [1, 4], "user": [1, 4, 5, 6, 7, 10, 13, 14, 18, 27, 29, 32, 33, 34, 35], "insid": [1, 4, 5, 7, 8, 29], "ansible_remote_us": [1, 4], "ansible_us": [1, 4, 14], "ansible_docker_us": [1, 4], "keyword": [1, 4], "ssl_version": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 15, 16, 17, 18, 19, 20, 21, 25, 26, 27, 28, 29, 30, 31, 32], "valid": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 15, 16, 17, 18, 19, 20, 21, 25, 26, 27, 28, 29, 30, 31, 32], "ssl": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 15, 16, 17, 18, 19, 20, 21, 25, 26, 27, 28, 29, 30, 31, 32], "number": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 15, 16, 17, 18, 19, 20, 21, 25, 26, 27, 28, 29, 30, 31, 32], "determin": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 15, 16, 17, 18, 19, 20, 21, 25, 26, 27, 28, 29, 30, 31, 32], "py": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 15, 16, 17, 18, 19, 20, 21, 25, 26, 27, 28, 29, 30, 31, 32], "docker_ssl_vers": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 15, 16, 17, 18, 19, 20, 21, 25, 27, 28, 29, 30, 31, 32], "ansible_docker_ssl_vers": 1, "maximum": [1, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 15, 16, 17, 18, 19, 20, 21, 25, 26, 27, 28, 29, 30, 31, 32], "amount": [1, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 15, 16, 17, 18, 19, 20, 21, 25, 26, 27, 28, 29, 30, 31, 32], "time": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 15, 16, 17, 18, 19, 20, 21, 23, 25, 26, 27, 28, 29, 30, 31, 32], "second": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 15, 16, 17, 18, 19, 20, 21, 23, 25, 26, 27, 28, 29, 30, 31, 32], "respons": [1, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 15, 16, 17, 18, 19, 20, 21, 25, 26, 27, 28, 29, 30, 31, 32], "docker_timeout": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 15, 16, 17, 18, 19, 20, 21, 25, 26, 27, 28, 29, 30, 31, 32], "60": [1, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 15, 16, 17, 18, 19, 20, 21, 25, 26, 27, 28, 29, 30, 31, 32], "secur": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 15, 16, 17, 18, 19, 20, 21, 25, 27, 28, 29, 30, 31, 32], "verifi": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 15, 16, 17, 18, 19, 20, 21, 25, 26, 27, 28, 29, 30, 31, 32], "authent": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 15, 16, 17, 18, 19, 20, 21, 23, 25, 26, 27, 28, 29, 30, 31, 32], "validate_cert": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 15, 16, 17, 18, 19, 20, 21, 25, 26, 27, 28, 29, 30, 31, 32], "well": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 15, 16, 17, 18, 19, 20, 21, 25, 27, 28, 29, 30, 31], "take": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 15, 16, 17, 18, 19, 20, 21, 25, 27, 28, 29, 30, 31], "preced": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 25, 26, 27, 28, 29, 30, 31, 32, 33], "docker_tl": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 15, 16, 17, 18, 19, 20, 21, 25, 27, 28, 29, 30, 31, 32], "ansible_docker_tl": 1, "tls_hostnam": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 15, 16, 17, 18, 19, 20, 21, 25, 26, 27, 28, 29, 30, 31, 32], "expect": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 15, 16, 17, 18, 19, 20, 21, 25, 26, 27, 28, 29, 30, 31, 32], "docker_tls_hostnam": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 15, 16, 17, 18, 19, 20, 21, 25, 27, 28, 29, 30, 31], "option": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 23, 25, 26, 27, 28, 29, 30, 31, 32], "had": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 15, 16, 17, 18, 19, 20, 21, 25, 27, 28, 29, 30, 31], "localhost": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 15, 16, 17, 18, 19, 20, 21, 25, 27, 28, 29, 30, 31, 32], "older": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 15, 16, 17, 18, 19, 20, 21, 25, 27, 28, 29, 30, 31], "It": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 15, 16, 17, 18, 19, 20, 21, 25, 27, 28, 29, 30, 31, 32, 35], "remov": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 15, 16, 17, 18, 19, 20, 21, 23, 25, 27, 28, 29, 30, 31, 32], "ansible_docker_tls_hostnam": 1, "5": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 15, 16, 17, 18, 19, 20, 21, 25, 26, 27, 28, 29, 30, 31, 32], "transport": [1, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 15, 16, 17, 18, 19, 20, 21, 25, 26, 27, 28, 29, 30, 31], "tool": [1, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 15, 16, 17, 18, 19, 20, 21, 25, 26, 27, 28, 29, 30, 31], "tls_verifi": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 15, 16, 17, 18, 19, 20, 21, 25, 26, 27, 28, 29, 30, 31], "docker_tls_verifi": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 15, 16, 17, 18, 19, 20, 21, 25, 27, 28, 29, 30, 31, 32], "ansible_docker_validate_cert": 1, "each": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 25, 26, 27, 28, 29, 30, 31, 32, 35], "defin": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 15, 16, 17, 18, 19, 20, 21, 25, 27, 28, 29, 30, 31], "machin": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 15, 16, 17, 18, 19, 20, 21, 25, 27, 28, 29, 30, 31, 34], "script": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 15, 16, 17, 18, 19, 20, 21, 25, 27, 28, 29, 30, 31, 32], "ship": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 15, 16, 17, 18, 19, 20, 21, 25, 27, 28, 29, 30, 31], "product": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 15, 16, 17, 18, 19, 20, 21, 25, 26, 27, 28, 29, 30, 31], "up": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 23, 25, 26, 27, 28, 29, 30, 31, 35], "doc": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 25, 27, 28, 29, 30, 31], "com": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 25, 27, 28, 29, 30, 31], "refer": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 15, 16, 17, 18, 19, 20, 21, 23, 25, 27, 28, 29, 30, 31], "env": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 23, 25, 27, 28, 29, 30, 31], "more": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 15, 16, 17, 18, 19, 20, 21, 25, 27, 28, 29, 30, 31], "sdk": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 15, 16, 17, 18, 19, 20, 21, 25, 26, 27, 28, 29, 30, 31, 32], "code": [1, 2, 5, 6, 7, 8, 9, 10, 11, 12, 13, 15, 16, 19, 20, 29, 30, 31], "deriv": [1, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 19, 20, 26, 30, 31], "includ": [1, 2, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 19, 20, 26, 30, 31, 32], "type": [1, 4, 5, 7, 8, 9, 14, 16, 25, 26, 29, 31, 35], "have": [1, 4, 7, 8, 14, 16, 17, 23, 26, 27, 29, 32, 35], "low": [1, 4, 8, 14, 26, 35], "high": [1, 4, 7, 8, 14, 26, 35], "prioriti": [1, 4, 8, 14, 26, 35], "lower": [1, 4, 8, 14, 26, 35], "list": [1, 2, 4, 5, 7, 8, 10, 11, 12, 14, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 29, 32, 34, 35], "overrid": [1, 2, 4, 7, 8, 14, 23, 26, 29, 35], "higher": [1, 4, 8, 14, 26, 35], "shutdown": 2, "scale": 2, "servic": [2, 7, 8, 16, 22, 23, 25, 34], "yml": [2, 8, 10, 14, 23, 26], "yaml": [2, 5, 7, 8, 14, 23, 26, 29], "inlin": 2, "definit": [2, 23], "check": [2, 7, 10, 12, 13, 27, 29, 32], "call": [2, 7, 10, 29, 32], "docker_servic": 2, "befor": [2, 3, 7, 10, 13, 21, 23, 29, 32], "8": [2, 7, 8, 10, 12, 19, 29], "usag": [2, 7, 9, 10, 29, 34], "did": [2, 7, 10], "25": [2, 5, 6, 7, 9, 10, 11, 12, 13, 15, 16, 17, 18, 19, 20, 21, 25, 27, 28, 29, 30, 31], "been": [2, 3, 7, 8, 17, 18, 21, 23, 25, 27, 28, 29], "supersed": [2, 3, 17, 18, 21, 25, 27, 28, 29], "here": [2, 3, 5, 6, 7, 9, 10, 11, 12, 13, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 27, 28, 29, 30, 31], "both": [2, 3, 7, 9, 10, 17, 18, 21, 25, 27, 28, 29, 32], "should": [2, 3, 7, 8, 14, 17, 18, 21, 25, 26, 27, 28, 29, 33, 35], "same": [2, 7, 8, 16, 17, 18, 19, 25, 27, 28, 30, 31, 32], "also": [2, 7, 9, 10, 12, 16, 17, 18, 25, 27, 28, 29, 31, 32], "uninstal": [2, 17, 18, 25, 27, 28, 32], "longer": [2, 7, 17, 18, 25, 27, 28, 32], "function": [2, 3, 13, 16, 17, 18, 19, 21, 25, 27, 28, 29, 30, 31, 32], "reinstal": [2, 17, 18, 25, 27, 28, 32], "pyyaml": [2, 23], "11": [2, 8, 14, 26, 34], "7": [2, 3, 4, 7, 10, 12, 21, 26, 29, 32], "run": [2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 34], "task": [2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 15, 16, 17, 18, 19, 20, 21, 22, 25, 26, 27, 28, 29, 30, 31, 32, 34, 35], "build": [2, 8, 9, 12, 14, 26, 32], "present": [2, 3, 7, 9, 12, 13, 16, 19, 21, 23, 27, 29, 31], "imag": [2, 6, 7, 8, 9, 14, 20, 23, 24, 29, 34, 35], "prior": [2, 7, 16, 29], "pull": [2, 7, 10, 12, 32, 35], "rebuilt": [2, 29], "dockerfil": [2, 7, 12, 29, 32], "content": [2, 23, 27], "nocach": [2, 12], "ignor": [2, 7, 8, 14, 17, 18, 26, 35], "cach": [2, 7, 9, 12, 20], "recreat": [2, 3, 7, 16, 21, 29, 31], "unless": [2, 3, 7, 9, 21, 25, 33, 35], "never": [2, 23, 31, 32], "describ": [2, 29], "network": [2, 7, 8, 9, 12, 20, 29, 34], "volum": [2, 6, 7, 9, 10, 20, 25, 29, 34], "mutual": [2, 3, 8, 14, 21, 26], "exclus": [2, 3, 8, 14, 21, 26], "project_src": 2, "depend": [2, 7, 9, 12, 17, 18, 25, 27], "whether": [2, 5, 6, 7, 8, 9, 10, 12, 14, 15, 20, 25, 28, 29, 30, 34], "connect": [2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 25, 26, 27, 28, 29, 30, 31, 33], "env_fil": [2, 7, 29], "9": [2, 7, 10, 29, 35], "By": [2, 7, 8, 9, 14, 16, 26], "load": [2, 7, 12, 34], "locat": 2, "under": [2, 32], "custom": [2, 7, 13, 16, 29], "rel": [2, 7, 12], "greater": 2, "28": [2, 29], "rather": [2, 7], "than": [2, 7, 14, 17, 18, 20, 29], "element": [2, 5, 7, 8, 9, 10, 11, 12, 14, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 29], "merg": [2, 8, 14, 18, 26, 33], "given": [2, 7, 8, 11, 14, 26], "hostname_check": 2, "hostnam": [2, 6, 7, 10, 12, 16, 17, 18, 29], "against": [2, 8], "dure": [2, 7, 8, 12, 19, 29], "process": [2, 7, 12, 29], "profil": 2, "enabl": [2, 7, 12, 16, 19], "equival": [2, 7], "project_nam": 2, "project": [2, 34], "taken": [2, 7], "basenam": 2, "differ": [2, 7, 9, 16, 23, 25, 27, 31], "leav": [2, 7, 16, 27, 32], "unchang": [2, 18, 29], "forc": [2, 3, 7, 12, 13, 16, 21, 27, 29, 31], "all": [2, 7, 8, 9, 10, 11, 12, 14, 16, 17, 18, 23, 26, 27, 29, 32], "smart": 2, "remove_imag": 2, "absent": [2, 3, 6, 7, 12, 13, 15, 16, 19, 21, 23, 27, 29, 31], "remove_orphan": 2, "remove_volum": 2, "data": [2, 3, 5, 7, 10, 21, 27, 29, 31], "restart": [2, 7, 29], "pair": [2, 7, 29], "count": [2, 7], "resp": [2, 13], "stop": [2, 7, 8, 29, 32], "subset": [2, 9, 16, 25], "which": [2, 3, 5, 7, 8, 9, 12, 13, 14, 21, 25, 26, 29, 32], "oper": [2, 12, 16, 18, 19, 27, 29, 31, 32], "desir": [2, 7, 27], "down": 2, "17": 2, "first": [2, 3, 7, 8, 21, 29], "suppos": 2, "creat": [2, 3, 7, 8, 10, 12, 14, 15, 16, 20, 21, 26, 27, 29, 31, 32], "attach": [2, 7, 15, 16, 33, 35], "alreadi": [2, 7, 12, 16, 18, 19, 27, 31], "default_grace_period": 2, "particular": [2, 9], "suddenli": 2, "later": [2, 3, 21, 32], "action_group": [2, 3, 5, 6, 7, 9, 10, 11, 12, 13, 15, 16, 17, 18, 19, 20, 21, 25, 27, 28, 29, 30, 31], "group": [2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 25, 26, 27, 28, 29, 30, 31, 34], "module_default": [2, 3, 5, 6, 7, 9, 10, 11, 12, 13, 15, 16, 17, 18, 19, 20, 21, 25, 27, 28, 29, 30, 31], "none": [2, 3, 5, 6, 7, 11, 12, 13, 15, 18, 20, 21, 23, 27, 28, 29, 30], "addit": [2, 3, 7, 17, 18, 21, 25, 26, 27, 28, 29], "packag": [2, 3, 17, 18, 21, 25, 27, 28, 29, 32], "newer": [2, 3, 7, 17, 18, 21, 25, 26, 27, 28, 29, 34], "done": [2, 3, 12, 17, 18, 21, 25, 27, 28, 29], "pip": [2, 3, 17, 18, 21, 25, 27, 28, 29, 32], "allow": [2, 3, 4, 7, 9, 12, 13, 17, 18, 19, 21, 25, 27, 28, 29, 32, 34, 35], "veri": [2, 3, 7, 17, 18, 21, 25, 27, 28, 29], "few": [2, 3, 17, 18, 21, 25, 27, 28, 29, 32], "In": [2, 3, 7, 17, 18, 21, 25, 27, 28, 29], "gener": [2, 3, 7, 8, 14, 17, 18, 21, 25, 26, 27, 28, 29, 32, 34], "home": [2, 3, 12, 17, 18, 21, 25, 27, 28, 29], "config": [2, 6, 7, 10, 12, 13, 15, 16, 17, 18, 21, 25, 27, 28, 29, 32, 34], "json": [2, 3, 7, 12, 13, 14, 17, 18, 21, 25, 27, 28, 29], "docker_config": [2, 17, 18, 21, 25, 27, 28, 29, 32, 34], "otherwis": [2, 3, 7, 8, 14, 17, 18, 21, 25, 26, 27, 28, 29], "django": 2, "follow": [2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 35], "flask": 2, "gather_fact": 2, "tear": 2, "again": [2, 3, 7, 21], "assert": [2, 7, 10, 12, 29], "web": [2, 23, 29], "flask_web_1": 2, "db": [2, 7], "flask_db_1": 2, "v2": 2, "postgr": [2, 7], "playbook_dir": 2, "runserv": 2, "8000": [2, 7], "port": [2, 7, 8, 12, 24, 26, 27, 29], "depends_on": 2, "v1": [2, 6, 7, 12, 13], "common": [2, 3, 5, 6, 7, 9, 10, 11, 12, 13, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 27, 28, 29, 30, 31], "document": [2, 3, 5, 6, 7, 9, 10, 11, 12, 13, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 27, 28, 29, 30, 31, 33], "field": [2, 3, 5, 6, 7, 9, 10, 11, 12, 13, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 27, 28, 29, 30, 31], "uniqu": [2, 3, 5, 6, 7, 9, 10, 11, 12, 13, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 27, 28, 29, 30, 31], "complex": 2, "service_nam": 2, "short_id": 2, "short": [2, 6, 7, 8, 15], "built_imag": 2, "built": [2, 12], "hash": [2, 3, 7, 12, 21], "pulled_imag": 2, "map": [2, 3, 7, 8, 12, 14, 16, 21, 26, 29], "success": [2, 3, 5, 7, 9, 11, 12, 16, 18, 19, 21, 25, 27, 30, 31], "container_nam": [2, 7], "format": [2, 7, 8, 10, 12, 26, 27, 29], "project_service_": 2, "cmd": [2, 6, 7, 10, 29], "One": [2, 3, 8, 21, 32], "sampl": [2, 3, 5, 6, 7, 10, 11, 12, 13, 15, 16, 19, 20, 21, 22, 23, 24, 27, 28, 29, 30, 31], "label": [2, 3, 6, 7, 9, 10, 15, 16, 18, 21, 26, 27, 29, 30, 31], "meta": [2, 3, 21], "assign": [2, 3, 7, 8, 18, 21, 29], "null": [2, 6, 7, 10, 15, 29, 30], "member": 2, "globalipv6": 2, "ipv6": [2, 7, 16], "address": [2, 7, 8, 12, 16, 27, 29], "globalipv6prefixlen": 2, "subnet": [2, 15, 16, 27], "length": [2, 7, 10, 27], "ipaddress": 2, "ip": [2, 7, 8, 12, 16, 29], "172": [2, 7, 16, 26], "ipprefixlen": 2, "bit": 2, "16": [2, 7, 26], "macaddress": 2, "mac": [2, 7, 16], "virtual": 2, "nic": 2, "02": 2, "42": 2, "ac": 2, "00": [2, 15, 30], "regard": 2, "disposit": 2, "chri": [2, 3, 7, 10, 12, 13, 16, 21], "houseknecht": [2, 3, 7, 10, 12, 13, 16, 21], "chouseknecht": [2, 3, 7, 10, 12, 13, 16, 21], "swarm": [3, 16, 21, 23, 24, 34], "similar": [3, 6, 13, 15, 21, 32], "rm": [3, 12, 21], "add": [3, 5, 7, 8, 12, 13, 14, 16, 18, 21, 23, 26, 27, 29, 32], "metadata": [3, 8, 14, 18, 21, 26, 27], "ansible_kei": [3, 21], "represent": [3, 21], "futur": [3, 12, 13, 21], "test": [3, 7, 15, 21, 29, 30], "30": [3, 7, 27, 29], "6": [3, 7, 32], "data_src": [3, 21], "data_is_b64": [3, 21], "assum": [3, 7, 12, 21], "base64": [3, 21], "encod": [3, 21], "decod": [3, 21], "being": [3, 12, 21, 27], "binari": [3, 21], "better": [3, 21], "keep": [3, 7, 21, 27, 35], "let": [3, 21], "even": [3, 7, 16, 19, 21, 27, 29], "rolling_vers": [3, 21], "increas": [3, 21], "append": [3, 5, 12, 16, 21], "contain": [3, 9, 10, 12, 15, 16, 17, 18, 20, 21, 22, 23, 24, 25, 26, 29, 33, 34], "ansible_vers": [3, 21], "template_driv": 3, "golang": 3, "go": [3, 32], "templat": [3, 5, 7], "versions_to_keep": [3, 21], "old": [3, 4, 7, 21, 29, 32], "extran": [3, 21], "delet": [3, 16, 19, 20, 21, 23, 31], "after": [3, 7, 8, 12, 14, 18, 21, 23, 26, 27, 29], "everyth": [3, 20, 21], "foo": [3, 5, 7, 8, 21, 29], "becaus": [3, 7, 8, 14, 21, 26, 27], "re": [3, 7, 13, 16, 21], "prevent": [3, 5, 7, 21], "happen": [3, 7, 21, 32], "lookup": [3, 7, 21], "b64encod": [3, 21], "goodnight": [3, 21], "everyon": [3, 21], "bar": [3, 7, 21, 29], "baz": [3, 21], "caus": [3, 7, 21, 31], "two": [3, 7, 21], "No": [3, 21], "though": [3, 12, 21], "miss": [3, 7, 21], "monkei": [3, 21], "creation": [3, 7, 16, 21, 29], "config_id": [3, 29], "object": [3, 14, 21, 25, 34], "hzehrmyjigmcp2gb6nlhmjqcv": [3, 21], "config_nam": [3, 29], "awesome_config": 3, "john": 3, "hu": 3, "ushuz": 3, "prefer": [4, 7, 12, 29], "docker_api": [4, 8, 32, 33, 34], "docker_extra_arg": 4, "extra": [4, 8, 12, 14, 26, 33], "pass": [4, 5, 7, 8, 27, 29, 32], "line": [4, 5, 7, 32], "extra_cli_arg": 4, "ansible_docker_extra_arg": 4, "too": 4, "itself": [4, 32, 35], "lorin": 4, "hochestein": 4, "leendert": 4, "brouwer": 4, "argv": 5, "quot": [5, 7, 29], "exactli": 5, "must": [5, 7, 12, 17, 18, 25, 27, 28, 29, 32], "chdir": 5, "detach": [5, 7], "synchron": [5, 32], "asynchron": 5, "stdin": [5, 7], "cannot": [5, 7, 9, 14, 16], "stdout": [5, 12], "stderr": 5, "rc": 5, "respect": [5, 13], "ran": 5, "pars": [5, 7, 29], "parser": [5, 7, 29], "avoid": [5, 7, 29, 32], "loss": [5, 7, 29], "jinja2": [5, 7, 8, 14, 26], "convert": [5, 7, 8, 12, 26], "back": [5, 7, 29], "correct": [5, 7, 32], "wai": [5, 7, 8, 12, 35], "stdin_add_newlin": 5, "newlin": 5, "strip_empty_end": 5, "strip": 5, "end": [5, 8, 14, 26], "result": [5, 6, 7, 9, 10, 11, 12, 13, 15, 16, 17, 19, 22, 24, 25, 28, 30, 31, 32], "tty": [5, 6, 7, 10, 29], "alloc": [5, 7, 29], "simpl": 5, "bin": [5, 6, 7, 10], "bash": 5, "c": [5, 10], "l": [5, 9, 25], "lah": 5, "root": [5, 7, 29, 33, 35], "dev": [5, 7, 31], "stderr_lin": 5, "exec_id": 5, "249d9e3075655baf705ed8f40488c5e9434049cf3431976f1bfdb73741c574c5": 5, "exit": [5, 7, 29], "standard": [5, 14], "error": [5, 8, 9, 14, 24, 25, 26], "essenti": [6, 9, 15, 17, 28, 32], "inspect": [6, 7, 8, 11, 12, 15, 16, 17, 19, 28, 30, 31, 32, 34], "docker_contain": [6, 16, 32, 33, 34], "mai": [6, 7, 15, 23, 26, 29], "info": [6, 9, 15, 17, 22, 24, 25, 28, 30], "mydata": [6, 7, 15, 30], "els": [6, 15, 30], "repres": [6, 7, 9, 15, 17, 25, 28, 29], "match": [6, 7, 9, 12, 15, 17, 25, 28, 29], "apparmorprofil": [6, 7], "arg": [6, 7, 12, 29], "attachstderr": [6, 7, 10], "attachstdin": [6, 7, 10], "attachstdout": [6, 7, 10], "usr": [6, 7, 10], "supervisord": [6, 7], "domainnam": [6, 7, 10], "entrypoint": [6, 7, 10], "sbin": [6, 7, 10], "exposedport": [6, 7, 10], "443": [6, 7], "80": [6, 7], "8e47bf643eb9": [6, 7], "lnmp_nginx": [6, 7], "onbuild": [6, 7, 10], "openstdin": [6, 7, 10], "stdinonc": [6, 7, 10], "tmp": [6, 7, 13, 29], "lnmp": [6, 7], "nginx": [6, 7, 12, 23, 29], "site": [6, 7], "log": [6, 7, 12, 27, 29, 32, 34], "life": 7, "cycl": 7, "view": 7, "auto_remov": 7, "side": [7, 27], "container_default_behavior": 7, "compat": [7, 8, 32], "blkio_weight": 7, "block": [7, 16, 25], "io": [7, 13], "weight": [7, 12], "between": [7, 23, 27, 29, 32], "1000": 7, "cap_drop": [7, 29], "capabl": [7, 29], "drop": [7, 29], "cap": 7, "compos": [7, 8, 14, 23, 26, 34], "cap_add": [7, 29], "cgroup_par": 7, "parent": [7, 8, 10, 14, 26], "cgroup": 7, "cgroupns_mod": 7, "namespac": [7, 22, 35], "simpli": 7, "cgroupn": 7, "privat": [7, 12, 13, 29, 32], "cleanup": 7, "either": [7, 12, 17, 27, 29], "were": 7, "split": 7, "comma": 7, "command_handl": 7, "handl": 7, "behavior": 7, "consid": [7, 12, 16, 20, 27], "shell": [7, 29], "rule": 7, "compar": 7, "idempot": [7, 27], "relat": 7, "until": [7, 9, 20, 23], "kept": 7, "correctli": [7, 16], "comparison": 7, "properti": 7, "decid": 7, "correspond": [7, 9, 12, 27, 29], "strict": [7, 8, 14, 26], "allow_more_pres": 7, "equal": [7, 29], "dict": [7, 9, 25, 29], "wildcard": 7, "explicitli": 7, "variou": [7, 34], "problem": 7, "now": 7, "no_default": 7, "restor": 7, "ensur": [7, 10, 14, 16], "affect": [7, 12, 16, 19, 30, 31], "init": [7, 27, 29, 35], "memori": [7, 12, 29], "paus": [7, 18, 29], "privileg": [7, 35], "read_onli": [7, 29], "cpu_period": 7, "limit": [7, 12, 29], "cpu": [7, 12, 29], "cf": 7, "complet": [7, 18, 23], "fair": 7, "schedul": 7, "period": [7, 29], "easier": 7, "altern": [7, 8, 12], "cpu_quota": 7, "quota": 7, "cpu_shar": 7, "share": [7, 12, 29], "float": [7, 29], "much": 7, "avail": [7, 8, 12, 14, 18, 25, 26, 29, 32, 33], "resourc": [7, 23, 29], "mean": [7, 12, 16], "most": [7, 32], "half": 7, "core": [7, 8, 14, 26, 33, 34], "cpuset_cpu": 7, "cpuset_mem": 7, "mem": 7, "default_host_ip": 7, "ipv4": [7, 16], "With": [7, 14, 16], "20": [7, 15], "bind": [7, 29], "explicit": [7, 8], "github": 7, "70": 7, "try": [7, 12, 16, 23], "bridg": [7, 15, 16], "host_binding_ipv4": 7, "fall": 7, "background": 7, "disabl": [7, 12, 19, 29], "reflect": 7, "fail": [7, 9, 16, 17, 18, 23, 25, 27, 28, 29], "device_read_bp": 7, "devic": [7, 31], "rate": 7, "byte": [7, 20, 29], "per": [7, 14, 26, 29], "unit": [7, 29], "posit": [7, 12, 29], "b": [7, 29], "k": [7, 29], "kibibyt": [7, 29], "1024b": [7, 29], "m": [7, 29], "mebibyt": [7, 29], "g": [7, 29], "gibibyt": [7, 29], "t": [7, 29], "tebibyt": [7, 29], "p": [7, 25, 29], "pebibyt": [7, 29], "omit": [7, 8, 14, 26, 27, 29], "device_read_iop": 7, "device_request": 7, "gpu": 7, "top": [7, 8], "level": [7, 8], "combin": [7, 18, 27], "OR": 7, "everi": [7, 32], "AND": 7, "driver": [7, 14, 15, 16, 29, 30, 31], "tri": 7, "satisfi": 7, "sub": [7, 29], "nvidia": 7, "found": [7, 12, 13, 32], "runtim": 7, "device_id": 7, "specif": [7, 12, 16, 31, 32], "device_write_bp": 7, "write": 7, "device_write_iop": 7, "express": [7, 8, 14, 26], "path_on_host": 7, "path_in_contain": 7, "cgroup_permiss": 7, "dns_opt": 7, "dn": [7, 29], "dns_search_domain": 7, "search": [7, 29], "domain": [7, 29], "dns_server": 7, "overwrit": [7, 12], "etc_host": [7, 12], "etc": [7, 10, 12, 16, 29], "exposed_port": 7, "expos": [7, 29], "listen": [7, 27], "force_kil": 7, "forcekil": 7, "kill": [7, 29], "healthcheck": [7, 29], "healthi": [7, 29], "instruct": [7, 12, 29], "interv": [7, 23, 29], "start_period": [7, 29], "durat": [7, 29], "accept": [7, 14, 29], "look": [7, 29], "5h34m56": [7, 29], "1m30": [7, 29], "u": [7, 23, 29], "h": [7, 29], "retri": [7, 23, 29], "consecut": [7, 23, 29], "failur": [7, 29], "unhealthi": [7, 29], "initi": [7, 29], "health": [7, 29], "countdown": [7, 29], "item": [7, 8, 14, 26, 29], "ignore_imag": 7, "evalu": [7, 29], "registri": [7, 10, 12, 23, 29, 32, 34], "warn": [7, 14], "deprec": [7, 32], "tag": [7, 10, 12, 14, 29, 32], "image_comparison": 7, "via": [7, 16, 18, 20, 26, 29], "yet": 7, "image_label_mismatch": 7, "inherit": 7, "while": [7, 29, 35], "introduc": 7, "unexpect": 7, "base": [7, 8, 14, 23, 26], "image_name_mismatch": 7, "still": [7, 8, 14, 23, 26, 29, 32, 35], "reason": 7, "forward": [7, 29], "signal": [7, 29], "reap": [7, 29], "open": 7, "launch": [7, 32, 35], "ipc_mod": 7, "ipc": 7, "reus": 7, "anoth": 7, "within": 7, "keep_volum": 7, "retain": 7, "anonym": 7, "associ": [7, 13, 22, 24], "kernel_memori": 7, "kernel": 7, "minimum": 7, "4m": 7, "kill_sign": 7, "alia": [7, 19], "log_driv": [7, 29], "possibl": [7, 8, 9, 12, 14, 20, 25, 26, 27], "log_opt": 7, "chosen": 7, "engin": [7, 9, 25, 29, 31], "admin": 7, "overview": 7, "effect": [7, 23, 27], "mac_address": 7, "92": 7, "d0": 7, "c6": 7, "0a": 7, "29": [7, 29], "33": 7, "memory_reserv": 7, "soft": 7, "memory_swap": 7, "total": [7, 12], "swap": [7, 12], "unlimit": 7, "memory_swappi": 7, "tune": 7, "swappi": 7, "100": 7, "remain": [7, 18], "mount": [7, 29], "power": 7, "consist": 7, "deleg": 7, "no_copi": [7, 29], "popul": 7, "propag": [7, 29], "rprivat": [7, 29], "rshare": [7, 29], "slave": [7, 29], "rslave": [7, 29], "suppli": 7, "tmpfs_mode": [7, 29], "permiss": 7, "tmpf": [7, 29], "tmpfs_size": [7, 29], "size": [7, 10, 14, 29], "npipe": [7, 29], "volume_driv": 7, "volume_opt": 7, "network_mod": 7, "network_nam": [7, 16], "networks_cli_compat": 7, "least": 7, "belong": [7, 8, 12], "structur": 7, "enforc": 7, "mention": 7, "These": [7, 8, 34], "reach": 7, "ipv4_address": 7, "ipv6_address": 7, "behav": [7, 14], "afterward": 7, "oom_kil": 7, "oom": 7, "killer": 7, "oom_score_adj": 7, "score": 7, "output_log": 7, "journald": 7, "pid_mod": 7, "pid": [7, 33, 35], "pids_limit": 7, "platform": [7, 12, 23, 26], "o": [7, 8, 10, 12, 14, 26], "arch": [7, 12, 26], "variant": [7, 12], "exact": 7, "break": 7, "accident": 7, "due": 7, "give": 7, "extend": [7, 25], "publish_all_port": 7, "publish": [7, 29], "published_port": [7, 29], "intact": 7, "syntax": 7, "9000": 7, "interfac": [7, 8, 27], "rang": [7, 16], "destin": 7, "shorter": 7, "free": 7, "util": [7, 32], "dig": 7, "resolv": [7, 23, 29], "bound": 7, "point": 7, "earlier": 7, "purge_network": 7, "make": [7, 8, 10, 12, 14, 16, 26, 27, 29, 31, 32], "sure": [7, 10, 12, 16, 27, 31, 32], "system": [7, 9], "removal_wait_timeout": 7, "usual": [7, 12], "fast": 7, "howev": 7, "mani": 7, "phase": 7, "restart_polici": [7, 29], "polici": [7, 29], "place": 7, "around": [7, 27], "restart_retri": 7, "security_opt": 7, "form": [7, 27], "shm_size": 7, "shm": 7, "entir": 7, "64m": 7, "move": 7, "account": [7, 13, 29], "stop_sign": [7, 29], "stop_timeout": 7, "send": [7, 23, 27], "sigkil": 7, "its": [7, 18, 29], "stoptimeout": 7, "storage_opt": 7, "storag": 7, "sysctl": 7, "pseudo": [7, 29], "ulimit": 7, "nofil": 7, "262144": 7, "usernam": [7, 13, 29], "uid": [7, 29], "groupnam": 7, "gid": [7, 29], "userns_mod": 7, "ut": 7, "style": 7, "separ": [7, 8, 14, 26], "ro": 7, "rw": 7, "nocopi": 7, "selinux": 7, "addition": 7, "z": 7, "volumes_from": 7, "working_dir": [7, 29], "partial": [7, 12], "destroi": [7, 32], "downtim": 7, "except": [7, 16, 26], "therefor": 7, "relev": 7, "busybox": [7, 24], "redi": 7, "myredi": 7, "appendonli": 7, "ye": [7, 8, 14, 26], "6379": 7, "myapplic": 7, "someus": 7, "appimag": 7, "aliasedredi": 7, "sda": 7, "xvda": 7, "rwm": 7, "8080": [7, 12], "udp": [7, 29], "9001": 7, "8081": 7, "127": [7, 8, 29], "9002": 7, "random": 7, "9003": 7, "8100": 7, "select": [7, 8, 9, 10, 12, 16, 18, 20, 25], "9010": 7, "9020": 7, "7000": 7, "7010": 7, "secret_kei": 7, "ssssh": 7, "boolean_kei": 7, "mycontain": 7, "ubuntu": [7, 29], "14": [7, 29], "04": [7, 29], "sleep": [7, 29], "infin": 7, "balanc": 7, "anotherappimag": 7, "1d": 7, "with_sequ": 7, "ohno": 7, "syslog": 7, "myservic": [7, 25, 28, 29], "my": [7, 8, 26], "514": 7, "facil": 7, "13": [7, 8, 29], "renam": [7, 29], "db_test": 7, "docker_network_nam": 7, "sleeper": 7, "testingnet": 7, "sleepyzz": 7, "testingnet2": 7, "sleepi": 7, "18": 7, "sleepyz": 7, "zzzz": 7, "agent": [7, 23, 27], "jenkinsci": 7, "jenkin": 7, "sys_tim": 7, "finer": 7, "arg1": 7, "arg2": 7, "whatev": [7, 12], "precis": 7, "ok": 7, "ii": 7, "healthstatu": 7, "proxi": [7, 12], "curl": [7, 29], "ing": [7, 29], "20m": [7, 29], "sdb": 7, "300": 7, "some": 7, "3a23c669": 7, "1f69": 7, "c64e": 7, "cf85": 7, "44e9b07e7a2a": 7, "condit": [7, 8, 14, 26, 29], "filesystem": [7, 29], "12": [7, 8, 14, 15, 19, 26, 30], "mb": 7, "backend": 7, "fabianle": 7, "org": 7, "2020": 7, "01": [7, 30], "15": [7, 10], "overlay2": 7, "xf": 7, "rootf": 7, "12m": 7, "fact": [7, 8, 14, 26, 29, 34], "zero": 7, "cove": 7, "schneider": 7, "joshua": 7, "conner": 7, "joshuaconn": 7, "pavel": [7, 12], "antonov": [7, 12], "softzilla": [7, 12], "thoma": 7, "steinbach": 7, "thomassteinbach": 7, "philipp": 7, "jandot": 7, "zfil": 7, "daan": 7, "oosterveld": 7, "dusdanig": 7, "kassian": 7, "sun": 7, "kassiansun": 7, "add_legacy_group": 8, "letter": 8, "image_": 8, "stack_": 8, "stack": [8, 29, 34], "service_": 8, "multipl": [8, 10, 11, 17, 32], "configure_docker_daemon": 8, "connection_typ": 8, "default_ip": 8, "private_ssh_port": 8, "keyed_group": [8, 14, 26], "default_valu": [8, 14, 26], "trailing_separ": [8, 14, 26], "input": [8, 14, 26], "parent_group": [8, 14, 26], "prefix": [8, 14, 26], "_": [8, 14, 26], "leading_separ": [8, 14, 26], "conjunct": [8, 14, 26], "underscor": [8, 14, 26], "lead": [8, 14, 26], "concaten": [8, 14, 26], "recogn": [8, 26], "own": [8, 26], "22": 8, "invalid": [8, 14, 26], "fatal": [8, 14, 26], "skip": [8, 14, 26], "continu": [8, 14, 26, 29], "those": [8, 14, 18, 26], "use_extra_var": [8, 14, 26], "composit": [8, 14, 26, 33], "highest": [8, 14, 26, 33], "inventory_plugin": [8, 14, 26], "ansible_inventory_use_extra_var": [8, 14, 26, 33], "verbose_output": [8, 9, 14, 25, 26], "toggl": [8, 26], "transform": 8, "docker_xxx": 8, "hostconfig": 8, "docker_hostconfig": 8, "construct": [8, 14, 26], "so": [8, 16, 29, 32], "minim": [8, 14, 26], "2375": [8, 26], "unverifi": [8, 26], "somewher": [8, 26], "primari": 8, "network_foo": 8, "networkmod": 8, "linux": [8, 10, 26], "os_linux": [8, 26], "docker_platform": 8, "fallback": 8, "export": 8, "ansible_ssh_host": 8, "ansible_ssh_port": 8, "docker_nam": 8, "queri": [9, 17, 23, 32], "disk": [9, 20], "contact": 9, "meet": 9, "containers_al": 9, "containers_filt": [9, 20], "filter": [9, 20, 25], "24h": [9, 20], "disk_usag": 9, "summari": 9, "space": [9, 20], "layer": 9, "sum": 9, "images_filt": [9, 20], "dangl": [9, 20], "networks_filt": [9, 20], "verbos": [9, 25], "method": [9, 25], "your": [9, 13, 16, 25, 27, 32], "_info": [9, 25], "volumes_filt": [9, 20], "mylabel": [9, 29], "key1": [9, 16, 18], "value1": [9, 16], "key2": [9, 16, 18], "value2": [9, 16], "host_info": 9, "can_talk_to_dock": [9, 25], "talk": [9, 25, 32], "basic": [9, 25], "piotr": [9, 17, 18, 25, 27, 29], "wojciechowski": [9, 17, 18, 25, 27, 29], "wojciechowskipiotr": [9, 17, 18, 25, 27, 29], "arrai": 10, "appear": 10, "docker_imag": [10, 32, 34], "docker_image_fact": 10, "singl": [10, 16, 32], "pacur": [10, 12], "cento": [10, 12], "sinatra": [10, 12], "architectur": [10, 26], "amd64": [10, 12], "5000": [10, 12, 13], "e5c68db50333": 10, "c72dce2618dc8f7b794d2b2c2b1e64e0205ead5befc294f8111da23bd6a2c799": 10, "lib": [10, 30], "workingdir": 10, "e83a452b8fb89d78a25a6739457050131ca5c863629a47639530d9ad2008d610": 10, "containerconfig": 10, "sh": 10, "nop": 10, "2016": 10, "03": 10, "08t21": 10, "08": 10, "399680378z": 10, "dockervers": 10, "graphdriv": 10, "auf": 10, "53773d8552f07b730f3e19979e32499519807d67b344141d965463a950a66e08": 10, "f0b1f729f784b755e7bf9c8c2e65d8a0a35a533769c2588f02895f6781ac0805": 10, "repodigest": 10, "repotag": 10, "virtuals": 10, "165808884": 10, "tar": [11, 12], "image_nam": 11, "join": [11, 27, 32], "hello": 11, "world": 11, "sha256": [11, 29], "e004c2cc521c95383aebb1fb5893719aa7a8eae2e7a71f316a4410784edb00a9": 11, "push": [12, 32], "archiv": [12, 34], "archive_path": 12, "direct": 12, "conveni": 12, "cache_from": 12, "container_limit": 12, "appli": [12, 18, 23, 27, 29], "cpusetcpu": 12, "cpushar": 12, "memswap": 12, "http_timeout": 12, "context": [12, 32], "download": 12, "intermedi": 12, "stage": 12, "final": 12, "use_config_proxi": 12, "force_abs": 12, "un": 12, "force_sourc": 12, "force_tag": 12, "load_path": 12, "registry_serv": 12, "tag_nam": 12, "ask": [12, 14], "minor": 12, "releas": 12, "hub": [12, 32], "retriev": [12, 22, 24, 27, 32, 34], "about": [12, 16, 18, 27, 32, 34], "buildkit": 12, "buildx": 12, "56": 12, "dcoppenhagan": 12, "myimag": 12, "As": 12, "repo": 12, "my_sinatra": 12, "dir": 12, "log_volum": 12, "myapp": 12, "listen_port": 12, "alpin": [12, 29], "sorin": 12, "sbarnea": 12, "ssbarnea": 12, "login": [13, 32], "credenti": 13, "store": [13, 14, 27], "config_path": 13, "dockercfg_path": 13, "password": [13, 19], "plaintext": 13, "reauthor": 13, "reauth": 13, "refresh": 13, "registry_url": 13, "index": 13, "out": [13, 29, 32], "logout": [13, 32], "dockerhub": 13, "could": 13, "rekcod": 13, "yourself": 13, "secrets3": 13, "mydockercfg": 13, "login_result": 13, "serveraddress": 13, "testus": 13, "olaf": 13, "kilian": 13, "olsaki": 13, "ansible_port": 14, "ansible_ssh_private_kei": 14, "dm_": 14, "daemon_env": 14, "silent": 14, "successfulli": 14, "token": [14, 25, 27], "running_requir": 14, "indic": [14, 25], "exmapl": 14, "region": 14, "docker_machine_node_attribut": 14, "digitalocean": 14, "mymachin": 14, "drivernam": 14, "digit": 14, "dm_tag": 14, "behaviour": 14, "ansible_ssh_common_arg": 14, "stricthostkeycheck": 14, "ximon": 14, "eighteen": 14, "ximon18": 14, "docker_network": [15, 32, 34], "configfrom": 15, "configonli": 15, "2018": [15, 30], "07t01": 15, "47": 15, "51": 15, "250835114": 15, "06": 15, "enableipv6": 15, "ipam": [15, 16], "gatewai": [15, 16], "168": [15, 27], "96": 15, "0856968545f22026c41c2c7c3d448319d3b4a6a03a40b148b3ac4031696d1c0a": 15, "ingress": [15, 29], "intern": [15, 16], "f2700bba": 15, "scope": [15, 16, 30], "dave": [15, 16], "bendit": [15, 16], "dbendit": [15, 16], "larg": [16, 19, 30, 31], "subcommand": [16, 19, 30, 31], "increment": 16, "canon": 16, "global": [16, 29, 32], "worker": [16, 18, 26, 27], "care": 16, "reli": [16, 35], "overlai": 16, "3rd": [16, 31], "parti": [16, 31], "driver_opt": [16, 31], "consult": [16, 31], "enable_ipv6": 16, "disconnect": 16, "restrict": 16, "extern": [16, 27, 29], "ipam_config": 16, "iprang": 16, "spell": 16, "notat": 16, "aux_address": 16, "auxiliari": 16, "cidr": [16, 27], "ipam_driv": 16, "ipam_driver_opt": 16, "reconnect": 16, "ones": [16, 18], "fix": 16, "over": [16, 32], "loop": 16, "properli": 16, "network_on": 16, "container_a": 16, "container_b": 16, "container_c": 16, "fulllist": 16, "network_two": 16, "net2": 16, "network_thre": 16, "27": [16, 29], "24": [16, 20], "26": 16, "host1": 16, "host2": 16, "network_four": 16, "network_ipv6_on": 16, "fdd1": 16, "ac8c": 16, "0557": 16, "7ce1": 16, "64": 16, "network_ipv6_two": 16, "7ce2": 16, "ben": 16, "keith": 16, "keitwb": 16, "cluster": [17, 18, 34], "self": 17, "presenc": 17, "mynod": [17, 18, 25, 27], "mynode1": 17, "mynode2": 17, "left": 17, "unreach": 17, "role": [18, 27, 29], "activ": 18, "drain": 18, "docker_swarm": [18, 32, 33, 34], "actual": [18, 29], "labels_st": 18, "labels_to_remov": 18, "made": [18, 29], "thierri": [18, 27], "bouvet": [18, 27], "tbouvet": [18, 27], "enable_timeout": 19, "force_remov": 19, "plugin_nam": 19, "plugin_opt": 19, "plugin_on": 19, "weavework": 19, "net": 19, "latest_releas": 19, "ipalloc_rang": 19, "weave_password": 19, "sakar": 19, "mehra": 19, "sakar97": 19, "vladimir": 19, "porshkevich": 19, "builder_cach": 20, "builder": 20, "hour": 20, "ago": 20, "builder_cache_space_reclaim": 20, "reclaim": 20, "containers_space_reclaim": 20, "images_space_reclaim": 20, "volumes_space_reclaim": 20, "secret_id": [21, 29], "secret_nam": [21, 29], "awesome_secret": 21, "show": [22, 24, 29], "grafana": 22, "orchestr": [22, 32], "kubernet": [22, 32], "jose": [22, 24], "angel": [22, 24], "munoz": [22, 24], "imjoseangel": [22, 24], "manag": [23, 25, 26, 29, 34], "jsondiff": 23, "absent_retri": 23, "last": 23, "absent_retries_interv": 23, "nest": 23, "prune": [23, 32, 34], "deploi": 23, "resolve_imag": [23, 29], "digest": [23, 29], "with_registry_auth": 23, "auth": 23, "mystack": 23, "opt": [23, 29], "envvar": 23, "stack_spec_diff": 23, "spec": [23, 26], "test_stack_test_servic": 23, "tasktempl": 23, "containerspec": 23, "dario": [23, 29], "zanzico": [23, 29], "dariko": [23, 29], "requir": [24, 35], "test_stack": 24, "currentst": 24, "desiredst": 24, "7wqv6m02ugkw": 24, "messag": 25, "flag": 25, "nodes_filt": 25, "services_filt": 25, "tasks_filt": 25, "unlock_kei": 25, "unlock": [25, 27], "ignore_error": 25, "docker_swarm_act": 25, "docker_swarm_manag": 25, "swarm_fact": [25, 27], "swarm_unlock_kei": 25, "return": [26, 34], "leader": [26, 27], "nonlead": 26, "include_host_uri": 26, "attribut": 26, "ansible_host_uri": 26, "uri": 26, "modif": 26, "include_host_uri_port": 26, "time_out": 26, "enginevers": 26, "x86_64": 26, "arch_x86_64": 26, "exompl": 26, "w": 26, "label_product": 26, "hint": 26, "charact": 26, "safe": 26, "stefan": 26, "heitm\u00fcller": 26, "morph027": 26, "advertise_addr": 27, "reachabl": 27, "advertis": 27, "4567": 27, "eth0": 27, "initialis": 27, "autolock_manag": 27, "lock": 27, "docker_swarm_info": [27, 32, 34], "ca_force_rot": 27, "whose": 27, "purpos": 27, "sign": 27, "data_path_addr": 27, "traffic": 27, "data_path_port": 27, "9789": 27, "default_addr_pool": 27, "pool": 27, "39": 27, "dispatcher_heartbeat_period": 27, "delai": [27, 29], "heartbeat": 27, "dispatch": 27, "election_tick": 27, "tick": 27, "trigger": [27, 29], "elect": 27, "heartbeat_tick": 27, "join_token": 27, "censor": 27, "keep_old_snapshot": 27, "snapshot": 27, "beyond": 27, "docker_nod": [27, 32, 34], "listen_addr": 27, "inter": 27, "2377": 27, "log_entries_for_slow_follow": 27, "sync": 27, "slow": 27, "node_cert_expiri": 27, "expiri": 27, "3month": 27, "node_id": 27, "rotate_manager_token": 27, "rotat": 27, "rotate_worker_token": 27, "signing_ca_cert": 27, "leaf": 27, "signing_ca_kei": 27, "snapshot_interv": 27, "10000": 27, "subnet_s": 27, "mask": 27, "task_history_retention_limit": 27, "histori": 27, "swmtkn": 27, "xxxxx": 27, "ens10": 27, "jointoken": 27, "value_specified_in_no_log_paramet": 27, "unlockkei": 27, "swmkei": 27, "xxx": 27, "hann": [28, 29], "ljungberg": [28, 29], "hannseman": [28, 29], "41": 29, "filenam": 29, "octal": 29, "0644": 29, "0444": 29, "owner": 29, "container_label": 29, "dns_option": 29, "dns_search": 29, "endpoint_mod": 29, "endpoint": 29, "vip": 29, "dnsrr": 29, "signific": 29, "force_upd": 29, "37": 29, "replic": 29, "driver_config": 29, "copi": 29, "readonli": 29, "placement": 29, "constraint": 29, "pref": 29, "replicas_max_per_nod": 29, "40": 29, "protocol": 29, "target_port": 29, "replica": 29, "instanti": 29, "reserv": 29, "restart_config": 29, "max_attempt": 29, "rollback_config": 29, "roll": 29, "rollback": 29, "failure_act": 29, "max_failure_ratio": 29, "fraction": 29, "max": 29, "ratio": 29, "monitor": 29, "parallel": 29, "simultan": 29, "secret": [29, 32, 34], "unspecifi": 29, "stop_grace_period": 29, "grace": 29, "update_config": 29, "invok": 29, "workdir": 29, "3600": 29, "remote_tmp": 29, "webapp": 29, "depart": 29, "financ": 29, "envvar1": 29, "envvar2": 29, "app": [29, 32], "fluentd": 29, "24224": 29, "async": 29, "120": 29, "edg": 29, "spread": 29, "operatingsystem": 29, "myconfig_nam": 29, "txt": 29, "mynetwork": 29, "mynetwork_alia": 29, "mysecret_nam": 29, "50": 29, "50m": 29, "alter": 29, "swarm_servic": 29, "ansible_swarm_servic": 29, "ansible_docker_servic": 29, "x": 29, "90000000000": 29, "30000000000": 29, "10000000000": 29, "healthcheck_dis": 29, "b3dbf31b77fd99d9c08f780ce6f5282aba076d70a513a8be859d8d3a4d0c92b8": 29, "limit_cpu": 29, "limit_memori": 29, "52428800": 29, "log_driver_opt": 29, "placement_prefer": 29, "reserve_cpu": 29, "reserve_memori": 29, "20971520": 29, "restart_policy_attempt": 29, "restart_policy_delai": 29, "5000000000": 29, "restart_policy_window": 29, "120000000000": 29, "update_delai": 29, "update_failure_act": 29, "update_max_failure_ratio": 29, "update_monitor": 29, "update_ord": 29, "update_parallel": 29, "jason": 29, "witkowski": 29, "jwitko": 29, "volume_nam": [30, 31], "createdat": 30, "09t17": 30, "43": 30, "44": 30, "mountpoint": 30, "bd3f6172": 30, "_data": 30, "commandlin": 31, "volume_cr": 31, "lost": 31, "volume_on": 31, "volume_two": 31, "btrf": 31, "sda2": 31, "alex": 31, "gr\u00f6nholm": 31, "agronholm": 31, "commun": [32, 33], "collect": [32, 34], "offer": 32, "sever": 32, "python_requirements_info": 32, "note": 32, "inventori": [32, 33], "interpret": 32, "pypi": 32, "realli": 32, "broken": 32, "doubt": 32, "neither": 32, "nor": 32, "wrap": 32, "exec": 32, "cp": 32, "posix": 32, "dynam": [32, 34], "individu": 32, "docker_host_info": [32, 34], "docker_login": [32, 34], "docker_prun": [32, 34], "docker_image_info": [32, 34], "docker_network_info": [32, 34], "docker_volume_info": [32, 34], "docker_volum": [32, 34], "lifecycl": 32, "abil": 32, "docker_container_info": [32, 34], "docker_compos": [32, 34], "next": 32, "docker_machin": [32, 33, 34], "docker_stack": [32, 34], "docker_stack_info": [32, 34], "docker_stack_task_info": [32, 34], "docker_node_info": [32, 34], "docker_secret": [32, 34], "docker_swarm_servic": [32, 34], "docker_swarm_service_info": [32, 34], "bender": 32, "openshift": 32, "laptop": 32, "fulli": 32, "scalabl": 32, "cloud": 32, "moment": 32, "declar": 33, "configu": 33, "docker": 33, "ansible_nsenter_pid": [33, 35], "nsenter": [33, 34], "fine": [33, 35], "author": 34, "matrix": 34, "room": 34, "im": 34, "question": 34, "irc": 34, "channel": 34, "libera": 34, "mail": 34, "subscrib": 34, "current_container_fact": 34, "multi": 34, "applic": 34, "docker_container_exec": 34, "docker_image_load": 34, "docker_plugin": 34, "model": 35, "container": 35, "enter": 35, "systemd": 35, "nsenter_pid": 35, "nsenter_connect": 35, "program": 35, "jeff": 35, "goldschraf": 35, "jgoldschraf": 35}, "objects": {"": [[33, 0, 1, "-", "ANSIBLE_DOCKER_TIMEOUT"], [33, 0, 1, "-", "ANSIBLE_INVENTORY_USE_EXTRA_VARS"], [33, 0, 1, "-", "ANSIBLE_NSENTER_PID"]]}, "objtypes": {"0": "std:envvar"}, "objnames": {"0": ["std", "envvar", "environment variable"]}, "titleterms": {"commun": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 34, 35], "docker": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 34, 35], "current_container_fact": 0, "modul": [0, 2, 3, 5, 6, 7, 9, 10, 11, 12, 13, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 27, 28, 29, 30, 31, 34], "return": [0, 2, 3, 5, 6, 7, 9, 10, 11, 12, 13, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 27, 28, 29, 30, 31], "fact": [0, 6, 9, 15, 17, 25, 30], "about": [0, 6, 9, 15, 17, 25, 28, 30], "whether": 0, "run": [0, 1, 4, 35], "contain": [0, 1, 2, 4, 5, 6, 7, 8, 32, 35], "synopsi": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 35], "attribut": [0, 2, 3, 5, 6, 7, 9, 10, 11, 12, 13, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 27, 28, 29, 30, 31], "exampl": [0, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31], "author": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 35], "collect": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 33, 35], "link": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 35], "docker_api": 1, "connect": [1, 4, 32, 34, 35], "task": [1, 4, 24], "requir": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 23, 25, 26, 27, 28, 29, 30, 31, 32], "paramet": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 35], "note": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 15, 16, 17, 18, 19, 20, 21, 25, 27, 28, 29, 30, 31, 35], "docker_compos": 2, "manag": [2, 3, 7, 12, 16, 17, 18, 19, 21, 27, 28, 31, 32], "multi": 2, "applic": 2, "compos": [2, 32], "valu": [2, 3, 5, 6, 7, 9, 10, 11, 12, 13, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 27, 28, 29, 30, 31], "docker_config": 3, "config": 3, "docker_container_exec": 5, "execut": [5, 35], "command": 5, "docker_container_info": 6, "retriev": [6, 9, 15, 17, 25, 28, 30], "docker_contain": [7, 8], "inventori": [8, 14, 26, 34], "ansibl": [8, 26], "dynam": [8, 26], "plugin": [8, 19, 26, 34], "docker_host_info": 9, "host": [9, 35], "list": 9, "object": [9, 20], "servic": [9, 28, 29, 32], "docker_image_info": 10, "inspect": 10, "imag": [10, 11, 12, 32], "docker_image_load": 11, "load": 11, "": 11, "from": [11, 17, 28], "archiv": 11, "docker_imag": 12, "docker_login": 13, "log": 13, "registri": 13, "docker_machin": 14, "machin": [14, 32], "sourc": 14, "docker_network_info": 15, "network": [15, 16, 32], "docker_network": 16, "docker_node_info": 17, "swarm": [17, 18, 25, 26, 27, 28, 29, 32], "node": [17, 18, 26], "docker_nod": 18, "docker_plugin": 19, "docker_prun": 20, "allow": 20, "prune": 20, "variou": 20, "docker_secret": 21, "secret": 21, "docker_stack_info": 22, "inform": [22, 24, 28], "stack": [22, 23, 24, 32], "docker_stack": 23, "docker_stack_task_info": 24, "docker_swarm_info": 25, "cluster": [25, 27], "docker_swarm": [26, 27], "docker_swarm_service_info": 28, "docker_swarm_servic": 29, "docker_volume_info": 30, "volum": [30, 31, 32], "docker_volum": 31, "guid": [32, 34], "api": 32, "environ": [32, 33], "variabl": [32, 33], "plain": 32, "daemon": 32, "configur": 32, "help": 32, "index": [33, 34], "all": 33, "descript": 34, "scenario": 34, "nsenter": 35, "control": 35}, "envversion": {"sphinx.domains.c": 2, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 8, "sphinx.domains.index": 1, "sphinx.domains.javascript": 2, "sphinx.domains.math": 2, "sphinx.domains.python": 3, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.intersphinx": 1, "sphinx": 57}, "alltitles": {"community.docker.current_container_facts module \u2013 Return facts about whether the module runs in a Docker container": [[0, "community-docker-current-container-facts-module-return-facts-about-whether-the-module-runs-in-a-docker-container"]], "Synopsis": [[0, "synopsis"], [1, "synopsis"], [2, "synopsis"], [3, "synopsis"], [4, "synopsis"], [5, "synopsis"], [6, "synopsis"], [7, "synopsis"], [8, "synopsis"], [9, "synopsis"], [10, "synopsis"], [11, "synopsis"], [12, "synopsis"], [13, "synopsis"], [14, "synopsis"], [15, "synopsis"], [16, "synopsis"], [17, "synopsis"], [18, "synopsis"], [19, "synopsis"], [20, "synopsis"], [21, "synopsis"], [22, "synopsis"], [23, "synopsis"], [24, "synopsis"], [25, "synopsis"], [26, "synopsis"], [27, "synopsis"], [28, "synopsis"], [29, "synopsis"], [30, "synopsis"], [31, "synopsis"], [35, "synopsis"]], "Attributes": [[0, "attributes"], [2, "attributes"], [3, "attributes"], [5, "attributes"], [6, "attributes"], [7, "attributes"], [9, "attributes"], [10, "attributes"], [11, "attributes"], [12, "attributes"], [13, "attributes"], [15, "attributes"], [16, "attributes"], [17, "attributes"], [18, "attributes"], [19, "attributes"], [20, "attributes"], [21, "attributes"], [22, "attributes"], [23, "attributes"], [24, "attributes"], [25, "attributes"], [27, "attributes"], [28, "attributes"], [29, "attributes"], [30, "attributes"], [31, "attributes"]], "Examples": [[0, "examples"], [2, "examples"], [3, "examples"], [5, "examples"], [6, "examples"], [7, "examples"], [8, "examples"], [9, "examples"], [10, "examples"], [11, "examples"], [12, "examples"], [13, "examples"], [14, "examples"], [15, "examples"], [16, "examples"], [17, "examples"], [18, "examples"], [19, "examples"], [20, "examples"], [21, "examples"], [22, "examples"], [23, "examples"], [24, "examples"], [25, "examples"], [26, "examples"], [27, "examples"], [28, "examples"], [29, "examples"], [30, "examples"], [31, "examples"]], "Returned Facts": [[0, "returned-facts"]], "Authors": [[0, "authors"], [1, "authors"], [2, "authors"], [3, "authors"], [4, "authors"], [5, "authors"], [6, "authors"], [7, "authors"], [8, "authors"], [9, "authors"], [10, "authors"], [11, "authors"], [12, "authors"], [13, "authors"], [14, "authors"], [15, "authors"], [16, "authors"], [17, "authors"], [18, "authors"], [19, "authors"], [20, "authors"], [21, "authors"], [22, "authors"], [23, "authors"], [24, "authors"], [25, "authors"], [26, "authors"], [27, "authors"], [28, "authors"], [29, "authors"], [30, "authors"], [31, "authors"], [35, "authors"]], "Collection links": [[0, "collection-links"], [1, "collection-links"], [2, "collection-links"], [3, "collection-links"], [4, "collection-links"], [5, "collection-links"], [6, "collection-links"], [7, "collection-links"], [8, "collection-links"], [9, "collection-links"], [10, "collection-links"], [11, "collection-links"], [12, "collection-links"], [13, "collection-links"], [14, "collection-links"], [15, "collection-links"], [16, "collection-links"], [17, "collection-links"], [18, "collection-links"], [19, "collection-links"], [20, "collection-links"], [21, "collection-links"], [22, "collection-links"], [23, "collection-links"], [24, "collection-links"], [25, "collection-links"], [26, "collection-links"], [27, "collection-links"], [28, "collection-links"], [29, "collection-links"], [30, "collection-links"], [31, "collection-links"], [35, "collection-links"]], "community.docker.docker_api connection \u2013 Run tasks in docker containers": [[1, "community-docker-docker-api-connection-run-tasks-in-docker-containers"]], "Requirements": [[1, "requirements"], [2, "requirements"], [3, "requirements"], [5, "requirements"], [6, "requirements"], [7, "requirements"], [8, "requirements"], [9, "requirements"], [10, "requirements"], [11, "requirements"], [12, "requirements"], [13, "requirements"], [14, "requirements"], [15, "requirements"], [16, "requirements"], [17, "requirements"], [18, "requirements"], [19, "requirements"], [20, "requirements"], [21, "requirements"], [23, "requirements"], [25, "requirements"], [26, "requirements"], [27, "requirements"], [28, "requirements"], [29, "requirements"], [30, "requirements"], [31, "requirements"], [32, "requirements"]], "Parameters": [[1, "parameters"], [2, "parameters"], [3, "parameters"], [4, "parameters"], [5, "parameters"], [6, "parameters"], [7, "parameters"], [8, "parameters"], [9, "parameters"], [10, "parameters"], [11, "parameters"], [12, "parameters"], [13, "parameters"], [14, "parameters"], [15, "parameters"], [16, "parameters"], [17, "parameters"], [18, "parameters"], [19, "parameters"], [20, "parameters"], [21, "parameters"], [23, "parameters"], [24, "parameters"], [25, "parameters"], [26, "parameters"], [27, "parameters"], [28, "parameters"], [29, "parameters"], [30, "parameters"], [31, "parameters"], [32, "parameters"], [35, "parameters"]], "Notes": [[1, "notes"], [2, "notes"], [3, "notes"], [5, "notes"], [6, "notes"], [7, "notes"], [8, "notes"], [9, "notes"], [10, "notes"], [11, "notes"], [12, "notes"], [13, "notes"], [15, "notes"], [16, "notes"], [17, "notes"], [18, "notes"], [19, "notes"], [20, "notes"], [21, "notes"], [25, "notes"], [27, "notes"], [28, "notes"], [29, "notes"], [30, "notes"], [31, "notes"], [35, "notes"]], "community.docker.docker_compose module \u2013 Manage multi-container Docker applications with Docker Compose.": [[2, "community-docker-docker-compose-module-manage-multi-container-docker-applications-with-docker-compose"]], "Return Values": [[2, "return-values"], [3, "return-values"], [5, "return-values"], [6, "return-values"], [7, "return-values"], [9, "return-values"], [10, "return-values"], [11, "return-values"], [12, "return-values"], [13, "return-values"], [15, "return-values"], [16, "return-values"], [17, "return-values"], [18, "return-values"], [19, "return-values"], [20, "return-values"], [21, "return-values"], [22, "return-values"], [23, "return-values"], [24, "return-values"], [25, "return-values"], [27, "return-values"], [28, "return-values"], [29, "return-values"], [30, "return-values"], [31, "return-values"]], "community.docker.docker_config module \u2013 Manage docker configs.": [[3, "community-docker-docker-config-module-manage-docker-configs"]], "community.docker.docker connection \u2013 Run tasks in docker containers": [[4, "community-docker-docker-connection-run-tasks-in-docker-containers"]], "community.docker.docker_container_exec module \u2013 Execute command in a docker container": [[5, "community-docker-docker-container-exec-module-execute-command-in-a-docker-container"]], "community.docker.docker_container_info module \u2013 Retrieves facts about docker container": [[6, "community-docker-docker-container-info-module-retrieves-facts-about-docker-container"]], "community.docker.docker_container module \u2013 manage Docker containers": [[7, "community-docker-docker-container-module-manage-docker-containers"]], "community.docker.docker_containers inventory \u2013 Ansible dynamic inventory plugin for Docker containers": [[8, "community-docker-docker-containers-inventory-ansible-dynamic-inventory-plugin-for-docker-containers"]], "community.docker.docker_host_info module \u2013 Retrieves facts about docker host and lists of objects of the services.": [[9, "community-docker-docker-host-info-module-retrieves-facts-about-docker-host-and-lists-of-objects-of-the-services"]], "community.docker.docker_image_info module \u2013 Inspect docker images": [[10, "community-docker-docker-image-info-module-inspect-docker-images"]], "community.docker.docker_image_load module \u2013 Load docker image(s) from archives": [[11, "community-docker-docker-image-load-module-load-docker-image-s-from-archives"]], "community.docker.docker_image module \u2013 Manage docker images": [[12, "community-docker-docker-image-module-manage-docker-images"]], "community.docker.docker_login module \u2013 Log into a Docker registry.": [[13, "community-docker-docker-login-module-log-into-a-docker-registry"]], "community.docker.docker_machine inventory \u2013 Docker Machine inventory source": [[14, "community-docker-docker-machine-inventory-docker-machine-inventory-source"]], "community.docker.docker_network_info module \u2013 Retrieves facts about docker network": [[15, "community-docker-docker-network-info-module-retrieves-facts-about-docker-network"]], "community.docker.docker_network module \u2013 Manage Docker networks": [[16, "community-docker-docker-network-module-manage-docker-networks"]], "community.docker.docker_node_info module \u2013 Retrieves facts about docker swarm node from Swarm Manager": [[17, "community-docker-docker-node-info-module-retrieves-facts-about-docker-swarm-node-from-swarm-manager"]], "community.docker.docker_node module \u2013 Manage Docker Swarm node": [[18, "community-docker-docker-node-module-manage-docker-swarm-node"]], "community.docker.docker_plugin module \u2013 Manage Docker plugins": [[19, "community-docker-docker-plugin-module-manage-docker-plugins"]], "community.docker.docker_prune module \u2013 Allows to prune various docker objects": [[20, "community-docker-docker-prune-module-allows-to-prune-various-docker-objects"]], "community.docker.docker_secret module \u2013 Manage docker secrets.": [[21, "community-docker-docker-secret-module-manage-docker-secrets"]], "community.docker.docker_stack_info module \u2013 Return information on a docker stack": [[22, "community-docker-docker-stack-info-module-return-information-on-a-docker-stack"]], "community.docker.docker_stack module \u2013 docker stack module": [[23, "community-docker-docker-stack-module-docker-stack-module"]], "community.docker.docker_stack_task_info module \u2013 Return information of the tasks on a docker stack": [[24, "community-docker-docker-stack-task-info-module-return-information-of-the-tasks-on-a-docker-stack"]], "community.docker.docker_swarm_info module \u2013 Retrieves facts about Docker Swarm cluster.": [[25, "community-docker-docker-swarm-info-module-retrieves-facts-about-docker-swarm-cluster"]], "community.docker.docker_swarm inventory \u2013 Ansible dynamic inventory plugin for Docker swarm nodes.": [[26, "community-docker-docker-swarm-inventory-ansible-dynamic-inventory-plugin-for-docker-swarm-nodes"]], "community.docker.docker_swarm module \u2013 Manage Swarm cluster": [[27, "community-docker-docker-swarm-module-manage-swarm-cluster"]], "community.docker.docker_swarm_service_info module \u2013 Retrieves information about docker services from a Swarm Manager": [[28, "community-docker-docker-swarm-service-info-module-retrieves-information-about-docker-services-from-a-swarm-manager"]], "community.docker.docker_swarm_service module \u2013 docker swarm service": [[29, "community-docker-docker-swarm-service-module-docker-swarm-service"]], "community.docker.docker_volume_info module \u2013 Retrieve facts about Docker volumes": [[30, "community-docker-docker-volume-info-module-retrieve-facts-about-docker-volumes"]], "community.docker.docker_volume module \u2013 Manage Docker volumes": [[31, "community-docker-docker-volume-module-manage-docker-volumes"]], "Docker Guide": [[32, "docker-guide"]], "Connecting to the Docker API": [[32, "connecting-to-the-docker-api"]], "Environment variables": [[32, "environment-variables"]], "Plain Docker daemon: images, networks, volumes, and containers": [[32, "plain-docker-daemon-images-networks-volumes-and-containers"]], "Docker Compose": [[32, "docker-compose"]], "Docker Machine": [[32, "docker-machine"]], "Docker stack": [[32, "docker-stack"]], "Docker Swarm": [[32, "docker-swarm"]], "Swarm management": [[32, "swarm-management"]], "Configuration management": [[32, "configuration-management"]], "Swarm services": [[32, "swarm-services"]], "Helpful links": [[32, "helpful-links"]], "Index of all Collection Environment Variables": [[33, "index-of-all-collection-environment-variables"]], "Community.Docker": [[34, "community-docker"]], "Description": [[34, "description"]], "Communication": [[34, "communication"]], "Scenario Guide": [[34, "scenario-guide"]], "Plugin Index": [[34, "plugin-index"]], "Modules": [[34, "modules"]], "Connection Plugins": [[34, "connection-plugins"]], "Inventory Plugins": [[34, "inventory-plugins"]], "community.docker.nsenter connection \u2013 execute on host running controller container": [[35, "community-docker-nsenter-connection-execute-on-host-running-controller-container"]]}, "indexentries": {"ansible_docker_timeout": [[1, "index-1"], [4, "index-1"], [33, "envvar-ANSIBLE_DOCKER_TIMEOUT"]], "ansible_remote_user": [[1, "index-2"], [4, "index-2"]], "ansible_timeout": [[1, "index-0"], [4, "index-0"]], "environment variable": [[1, "index-0"], [1, "index-1"], [1, "index-2"], [4, "index-0"], [4, "index-1"], [4, "index-2"], [8, "index-0"], [14, "index-0"], [26, "index-0"], [33, "envvar-ANSIBLE_DOCKER_TIMEOUT"], [33, "envvar-ANSIBLE_INVENTORY_USE_EXTRA_VARS"], [33, "envvar-ANSIBLE_NSENTER_PID"], [35, "index-0"]], "ansible_inventory_use_extra_vars": [[8, "index-0"], [14, "index-0"], [26, "index-0"], [33, "envvar-ANSIBLE_INVENTORY_USE_EXTRA_VARS"]], "ansible_nsenter_pid": [[33, "envvar-ANSIBLE_NSENTER_PID"], [35, "index-0"]]}})
\ No newline at end of file
+Search.setIndex({"docnames": ["current_container_facts_module", "docker_api_connection", "docker_compose_module", "docker_config_module", "docker_connection", "docker_container_copy_into_module", "docker_container_exec_module", "docker_container_info_module", "docker_container_module", "docker_containers_inventory", "docker_host_info_module", "docker_image_info_module", "docker_image_load_module", "docker_image_module", "docker_login_module", "docker_machine_inventory", "docker_network_info_module", "docker_network_module", "docker_node_info_module", "docker_node_module", "docker_plugin_module", "docker_prune_module", "docker_secret_module", "docker_stack_info_module", "docker_stack_module", "docker_stack_task_info_module", "docker_swarm_info_module", "docker_swarm_inventory", "docker_swarm_module", "docker_swarm_service_info_module", "docker_swarm_service_module", "docker_volume_info_module", "docker_volume_module", "docsite/scenario_guide", "environment_variables", "index", "nsenter_connection"], "filenames": ["current_container_facts_module.rst", "docker_api_connection.rst", "docker_compose_module.rst", "docker_config_module.rst", "docker_connection.rst", "docker_container_copy_into_module.rst", "docker_container_exec_module.rst", "docker_container_info_module.rst", "docker_container_module.rst", "docker_containers_inventory.rst", "docker_host_info_module.rst", "docker_image_info_module.rst", "docker_image_load_module.rst", "docker_image_module.rst", "docker_login_module.rst", "docker_machine_inventory.rst", "docker_network_info_module.rst", "docker_network_module.rst", "docker_node_info_module.rst", "docker_node_module.rst", "docker_plugin_module.rst", "docker_prune_module.rst", "docker_secret_module.rst", "docker_stack_info_module.rst", "docker_stack_module.rst", "docker_stack_task_info_module.rst", "docker_swarm_info_module.rst", "docker_swarm_inventory.rst", "docker_swarm_module.rst", "docker_swarm_service_info_module.rst", "docker_swarm_service_module.rst", "docker_volume_info_module.rst", "docker_volume_module.rst", "docsite/scenario_guide.rst", "environment_variables.rst", "index.rst", "nsenter_connection.rst"], "titles": ["community.docker.current_container_facts module \u2013 Return facts about whether the module runs in a Docker container", "community.docker.docker_api connection \u2013 Run tasks in docker containers", "community.docker.docker_compose module \u2013 Manage multi-container Docker applications with Docker Compose.", "community.docker.docker_config module \u2013 Manage docker configs.", "community.docker.docker connection \u2013 Run tasks in docker containers", "community.docker.docker_container_copy_into module \u2013 Copy a file into a Docker container", "community.docker.docker_container_exec module \u2013 Execute command in a docker container", "community.docker.docker_container_info module \u2013 Retrieves facts about docker container", "community.docker.docker_container module \u2013 manage Docker containers", "community.docker.docker_containers inventory \u2013 Ansible dynamic inventory plugin for Docker containers", "community.docker.docker_host_info module \u2013 Retrieves facts about docker host and lists of objects of the services.", "community.docker.docker_image_info module \u2013 Inspect docker images", "community.docker.docker_image_load module \u2013 Load docker image(s) from archives", "community.docker.docker_image module \u2013 Manage docker images", "community.docker.docker_login module \u2013 Log into a Docker registry.", "community.docker.docker_machine inventory \u2013 Docker Machine inventory source", "community.docker.docker_network_info module \u2013 Retrieves facts about docker network", "community.docker.docker_network module \u2013 Manage Docker networks", "community.docker.docker_node_info module \u2013 Retrieves facts about docker swarm node from Swarm Manager", "community.docker.docker_node module \u2013 Manage Docker Swarm node", "community.docker.docker_plugin module \u2013 Manage Docker plugins", "community.docker.docker_prune module \u2013 Allows to prune various docker objects", "community.docker.docker_secret module \u2013 Manage docker secrets.", "community.docker.docker_stack_info module \u2013 Return information on a docker stack", "community.docker.docker_stack module \u2013 docker stack module", "community.docker.docker_stack_task_info module \u2013 Return information of the tasks on a docker stack", "community.docker.docker_swarm_info module \u2013 Retrieves facts about Docker Swarm cluster.", "community.docker.docker_swarm inventory \u2013 Ansible dynamic inventory plugin for Docker swarm nodes.", "community.docker.docker_swarm module \u2013 Manage Swarm cluster", "community.docker.docker_swarm_service_info module \u2013 Retrieves information about docker services from a Swarm Manager", "community.docker.docker_swarm_service module \u2013 docker swarm service", "community.docker.docker_volume_info module \u2013 Retrieve facts about Docker volumes", "community.docker.docker_volume module \u2013 Manage Docker volumes", "Docker Guide", "Index of all Collection Environment Variables", "Community.Docker", "community.docker.nsenter connection \u2013 execute on host running controller container"], "terms": {"thi": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 36], "i": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 36], "part": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 36], "version": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 35, 36], "3": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 35, 36], "4": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 35, 36], "0": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 35, 36], "To": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 36], "instal": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 36], "us": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 36], "ansibl": [0, 1, 2, 3, 4, 5, 6, 7, 8, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 28, 29, 30, 31, 32, 33, 34, 35, 36], "galaxi": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 36], "playbook": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 36], "specifi": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 36], "new": [0, 1, 2, 3, 6, 8, 9, 12, 15, 17, 19, 20, 22, 24, 28, 30, 32, 36], "1": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 36], "attempt": [0, 8, 11, 15], "best": 0, "effort": 0, "detect": [0, 2, 8, 27, 28, 33], "There": 0, "might": [0, 2, 3, 6, 8, 9, 13, 15, 18, 19, 22, 26, 27, 28, 29, 30], "special": [0, 8, 10, 27], "case": [0, 8, 10, 30], "where": [0, 2, 3, 5, 8, 11, 13, 15, 22, 30, 33], "doe": [0, 1, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 20, 21, 22, 23, 25, 26, 27, 28, 29, 30, 31, 32], "work": [0, 2, 3, 5, 8, 19, 22, 30, 33, 35], "you": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 24, 26, 27, 28, 29, 30, 31, 32, 33, 34, 36], "encount": [0, 8], "one": [0, 2, 3, 4, 6, 8, 11, 12, 13, 18, 19, 22, 26, 28, 29, 30], "pleas": [0, 2, 3, 6, 8, 17, 18, 19, 22, 26, 28, 29, 30, 32, 33], "file": [0, 1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 24, 26, 27, 28, 29, 30, 31, 32, 33, 35], "an": [0, 1, 2, 3, 4, 5, 7, 8, 9, 11, 13, 15, 16, 17, 22, 27, 28, 30, 32, 33], "issu": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 35, 36], "support": [0, 1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 35], "descript": [0, 2, 3, 5, 6, 7, 8, 10, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32], "check_mod": [0, 2, 3, 5, 6, 7, 8, 10, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 28, 29, 30, 31, 32], "full": [0, 2, 3, 5, 7, 8, 10, 11, 14, 16, 17, 18, 19, 20, 22, 23, 25, 26, 28, 29, 30, 31, 32, 33], "action": [0, 2, 3, 5, 6, 7, 8, 10, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 28, 29, 30, 31, 32], "modifi": [0, 2, 3, 5, 6, 7, 8, 10, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 28, 29, 30, 31, 32, 33], "state": [0, 2, 3, 7, 8, 10, 11, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 28, 29, 30, 31, 32], "can": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 28, 29, 30, 31, 32, 33, 34], "chang": [0, 2, 3, 5, 6, 7, 8, 10, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 28, 29, 30, 31, 32, 33], "statu": [0, 2, 3, 5, 6, 7, 8, 10, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 28, 29, 30, 31, 32], "predict": [0, 2, 3, 5, 6, 7, 8, 10, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 28, 29, 30, 31, 32], "without": [0, 1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33], "target": [0, 2, 3, 5, 6, 7, 8, 10, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 28, 29, 30, 31, 32], "diff_mod": [0, 2, 3, 5, 6, 7, 8, 10, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 28, 29, 30, 31, 32], "n": [0, 7, 10, 11, 16, 18, 23, 24, 25, 26, 29, 31], "A": [0, 2, 3, 7, 8, 9, 10, 11, 13, 15, 16, 18, 21, 22, 23, 25, 26, 27, 29, 30, 31], "Will": [0, 2, 3, 5, 6, 7, 8, 10, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 28, 29, 30, 31, 32], "detail": [0, 1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33], "what": [0, 2, 3, 5, 6, 7, 8, 10, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 28, 29, 30, 31, 32], "ha": [0, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 28, 29, 30, 31, 32, 33], "possibli": [0, 2, 3, 5, 6, 7, 8, 10, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 28, 29, 30, 31, 32], "need": [0, 1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33], "when": [0, 1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33], "diff": [0, 2, 3, 5, 6, 7, 8, 10, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 28, 29, 30, 31, 32], "mode": [0, 1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 28, 29, 30, 31, 32, 36], "ansible_fact": 0, "dictionari": [0, 2, 3, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32], "updat": [0, 3, 8, 13, 14, 17, 19, 22, 28, 30, 33], "exist": [0, 1, 2, 3, 4, 5, 7, 8, 11, 13, 14, 16, 17, 20, 22, 28, 29, 30, 31, 32, 33], "host": [0, 1, 2, 3, 5, 6, 7, 8, 9, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 24, 26, 27, 28, 29, 30, 31, 32, 33, 35], "name": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33], "get": [0, 5, 7, 8, 10, 15, 16, 18, 26, 29, 31], "current": [0, 2, 3, 5, 7, 8, 14, 16, 18, 22, 24, 26, 28, 29, 30], "print": [0, 6, 7, 8, 12, 16, 31], "inform": [0, 2, 5, 7, 8, 10, 12, 16, 18, 19, 21, 26, 28, 31, 33, 35], "builtin": [0, 2, 3, 5, 7, 10, 11, 12, 16, 18, 19, 22, 23, 25, 26, 28, 29, 30, 31], "debug": [0, 1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 28, 29, 30, 31, 32], "msg": [0, 7, 12, 16, 26, 31], "id": [0, 2, 3, 5, 6, 7, 8, 9, 11, 12, 13, 16, 17, 18, 19, 21, 22, 25, 28, 30], "ansible_module_container_id": 0, "ansible_module_running_in_contain": 0, "ar": [0, 1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36], "ad": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 26, 27, 28, 29, 30, 31, 32], "hostvar": 0, "referenc": 0, "just": [0, 33], "like": [0, 6, 8, 17, 28, 30], "ani": [0, 5, 8, 13, 15, 24, 30, 32], "other": [0, 2, 6, 8, 9, 15, 18, 19, 26, 27, 28, 29, 30], "thei": [0, 5, 8, 9, 15, 17, 27, 30, 33], "do": [0, 5, 8, 9, 13, 15], "regist": [0, 2, 6, 7, 10, 11, 12, 16, 18, 19, 23, 25, 26, 29, 30, 31], "order": [0, 1, 2, 4, 6, 8, 9, 15, 27, 30, 33, 36], "them": [0, 2, 8, 14, 15, 17, 18, 19, 26, 28, 29, 33], "kei": [0, 1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33], "string": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33], "The": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 24, 26, 27, 28, 29, 30, 31, 32, 33, 34, 36], "empti": [0, 2, 6, 8, 9, 11, 15, 17, 18, 19, 27], "wa": [0, 1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 26, 28, 29, 30, 31, 32, 33], "alwai": [0, 2, 3, 7, 8, 9, 10, 11, 13, 15, 16, 18, 22, 23, 24, 25, 26, 27, 29, 30, 31, 32, 33, 36], "ansible_module_container_typ": 0, "environ": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 24, 26, 27, 28, 29, 30, 31, 32, 36], "non": [0, 5, 7, 8, 13, 16, 17, 21, 34, 36], "identifi": [0, 7, 8, 16, 18], "github_act": 0, "sinc": [0, 6, 8, 9, 15, 27, 33], "2": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 26, 27, 28, 29, 30, 31, 32, 33, 35, 36], "podman": 0, "onli": [0, 2, 3, 5, 6, 8, 9, 10, 11, 13, 14, 17, 18, 19, 21, 22, 26, 28, 29, 30], "azure_pipelin": 0, "boolean": [0, 1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 24, 26, 27, 28, 29, 30, 31, 32], "abl": [0, 1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 24, 26, 27, 28, 29, 30, 31, 32], "felix": [0, 1, 5, 6, 7, 8, 9, 12, 21, 31], "fontein": [0, 1, 5, 6, 7, 8, 9, 12, 21, 31], "felixfontein": [0, 1, 5, 6, 7, 8, 9, 12, 21, 31], "tracker": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 35, 36], "repositori": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 35, 36], "sourc": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 35, 36], "submit": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 35, 36], "bug": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 35, 36], "report": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 35, 36], "request": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 35, 36], "featur": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 35, 36], "plugin": [1, 4, 5, 15, 30, 33, 34, 36], "further": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 24, 26, 27, 28, 29, 30, 31, 32], "see": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33], "command": [1, 2, 4, 8, 14, 23, 24, 25, 30, 33, 35], "put": [1, 4], "fetch": [1, 4, 15], "librari": 1, "interact": [1, 8], "directli": [1, 2, 3, 4, 6, 22, 30, 33], "daemon": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 26, 28, 29, 30, 31, 32], "instead": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 26, 27, 28, 29, 30, 31, 32, 33, 36], "cli": [1, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 26, 27, 28, 29, 30, 31, 32, 33], "want": [1, 4, 8, 11, 13, 17], "below": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 24, 26, 27, 28, 29, 30, 31, 32], "local": [1, 2, 7, 8, 9, 11, 13, 14, 15, 16, 17, 20, 27, 31, 32, 33], "control": [1, 3, 4, 8, 9, 14, 15, 17, 22, 27, 32, 33, 34, 35], "node": [1, 5, 8, 9, 15, 17, 23, 24, 25, 26, 28, 30, 33, 35, 36], "execut": [1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 24, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35], "pywin32": [1, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 16, 17, 20, 21, 31, 32], "pipe": [1, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 16, 17, 20, 21, 31, 32], "window": [1, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 16, 17, 20, 21, 30, 31, 32], "32": [1, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 16, 17, 20, 21, 28, 30, 31, 32], "paramiko": [1, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 26, 27, 28, 29, 30, 31, 32], "ssh": [1, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 26, 27, 28, 29, 30, 31, 32], "use_ssh_cli": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 26, 27, 28, 29, 30, 31, 32], "fals": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 24, 26, 27, 28, 29, 30, 31, 32, 33], "pyopenssl": [1, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 16, 17, 20, 21, 31, 32], "tl": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 26, 27, 28, 29, 30, 31, 32, 33], "backport": [1, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 16, 17, 20, 21, 31, 32], "ssl_match_hostnam": [1, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 16, 17, 20, 21, 31, 32], "python": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 26, 27, 28, 29, 30, 31, 32, 33], "comment": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 24, 25, 26, 27, 28, 29, 30, 31, 32, 36], "api_vers": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 26, 27, 28, 29, 30, 31, 32, 33], "alias": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 26, 27, 28, 29, 30, 31, 32], "docker_api_vers": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 26, 27, 28, 29, 30, 31, 32, 33], "api": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 26, 27, 28, 29, 30, 31, 32], "default": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 26, 27, 28, 29, 30, 31, 32, 33, 34, 36], "latest": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 24, 26, 27, 28, 29, 30, 31, 32, 33], "If": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 24, 26, 27, 28, 29, 30, 31, 32, 33], "valu": [1, 4, 9, 15, 27, 33], "variabl": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 26, 27, 28, 29, 30, 31, 32, 36], "set": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 24, 26, 27, 28, 29, 30, 31, 32, 33, 34], "auto": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 26, 28, 29, 30, 31, 32], "configur": [1, 2, 3, 4, 5, 8, 9, 13, 14, 15, 18, 19, 22, 26, 27, 28, 29, 30, 34, 36], "ansible_docker_api_vers": 1, "ca_cert": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 26, 27, 28, 29, 30, 31, 32], "tls_ca_cert": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 26, 27, 28, 29, 30, 31, 32], "cacert_path": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 26, 27, 28, 29, 30, 31, 32, 33], "path": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 24, 26, 27, 28, 29, 30, 31, 32, 33], "ca": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 26, 27, 28, 29, 30, 31, 32, 33], "certif": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 26, 27, 28, 29, 30, 31, 32, 33], "perform": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 26, 27, 28, 29, 30, 31, 32, 33], "server": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 26, 27, 28, 29, 30, 31, 32, 33], "verif": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 26, 27, 28, 29, 30, 31, 32, 33], "provid": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 26, 27, 28, 29, 30, 31, 32, 33, 36], "docker_cert_path": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 26, 28, 29, 30, 31, 32, 33], "pem": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 26, 27, 28, 29, 30, 31, 32], "from": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 13, 14, 15, 16, 17, 19, 20, 21, 22, 24, 26, 27, 28, 30, 31, 32, 33, 34, 35], "directori": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 26, 28, 29, 30, 31, 32, 33], "ansible_docker_ca_cert": 1, "client_cert": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 26, 27, 28, 29, 30, 31, 32], "tls_client_cert": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 26, 27, 28, 29, 30, 31, 32], "cert_path": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 26, 27, 28, 29, 30, 31, 32, 33], "client": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 26, 27, 28, 29, 30, 31, 32, 33], "": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 26, 27, 28, 29, 30, 31, 32, 33, 35, 36], "cert": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 26, 27, 28, 29, 30, 31, 32], "ansible_docker_client_cert": 1, "client_kei": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 26, 27, 28, 29, 30, 31, 32], "tls_client_kei": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 26, 27, 28, 29, 30, 31, 32], "key_path": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 26, 27, 28, 29, 30, 31, 32, 33], "ansible_docker_client_kei": 1, "container_timeout": [1, 4], "integ": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 24, 26, 27, 28, 29, 30, 31, 32, 36], "how": [1, 4, 5, 8, 9, 15, 17, 30, 33, 34], "long": [1, 2, 4, 7, 8, 16, 34], "we": [1, 4, 8, 9, 13, 15, 17, 27, 34], "wait": [1, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 26, 27, 28, 29, 30, 31, 32, 33, 34], "access": [1, 4, 17, 30, 34, 36], "read": [1, 2, 3, 4, 8, 9, 22, 27, 30, 34], "output": [1, 2, 4, 6, 7, 8, 10, 13, 15, 16, 18, 26, 29, 34], "onc": [1, 4, 30, 34], "start": [1, 2, 4, 8, 9, 15, 27, 30, 33, 34], "10": [1, 2, 3, 4, 8, 20, 22, 26, 27, 28, 30], "ini": [1, 4, 9, 15, 27, 36], "entri": [1, 4, 8, 9, 15, 18, 19, 27, 28, 36], "timeout": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 26, 27, 28, 29, 30, 31, 32, 33], "docker_connect": [1, 4], "ansible_timeout": [1, 4], "ansible_docker_timeout": [1, 4, 34], "argument": [1, 4, 6, 13, 30], "choic": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 24, 26, 27, 28, 29, 30, 31, 32], "true": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 24, 26, 27, 28, 29, 30, 31, 32], "docker_host": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 26, 27, 28, 29, 30, 31, 32, 33], "docker_url": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 26, 27, 28, 29, 30, 31, 32], "url": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 26, 28, 29, 30, 31, 32, 33], "unix": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 26, 27, 28, 29, 30, 31, 32, 33], "socket": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 26, 27, 28, 29, 30, 31, 32, 33], "remot": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 26, 27, 28, 29, 30, 31, 32, 33, 36], "tcp": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 26, 27, 28, 29, 30, 31, 32, 33], "For": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 26, 27, 28, 29, 30, 31, 32, 33, 36], "exampl": [1, 4, 33, 36], "192": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 26, 28, 29, 30, 31, 32, 33], "23": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 26, 28, 29, 30, 31, 32, 33], "2376": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 26, 27, 28, 29, 30, 31, 32, 33], "encrypt": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 26, 28, 29, 30, 31, 32, 33], "modul": [1, 9, 27, 33], "automat": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 26, 28, 29, 30, 31, 32, 33], "replac": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 26, 28, 29, 30, 31, 32, 33], "http": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 26, 28, 29, 30, 31, 32, 33], "var": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34], "sock": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 26, 27, 28, 29, 30, 31, 32, 33], "ansible_docker_docker_host": 1, "remote_addr": [1, 4, 28], "inventory_hostnam": [1, 4], "ansible_host": [1, 4, 9, 15, 27], "ansible_docker_host": [1, 4], "remote_us": [1, 4], "user": [1, 4, 5, 6, 7, 8, 11, 14, 15, 19, 28, 30, 33, 34, 35, 36], "insid": [1, 4, 5, 6, 8, 9, 30], "ansible_remote_us": [1, 4], "ansible_us": [1, 4, 15], "ansible_docker_us": [1, 4], "keyword": [1, 4], "ssl_version": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 26, 27, 28, 29, 30, 31, 32, 33], "valid": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 26, 27, 28, 29, 30, 31, 32, 33], "ssl": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 26, 27, 28, 29, 30, 31, 32, 33], "number": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 26, 27, 28, 29, 30, 31, 32, 33], "determin": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 26, 27, 28, 29, 30, 31, 32, 33], "py": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 26, 27, 28, 29, 30, 31, 32, 33], "docker_ssl_vers": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 26, 28, 29, 30, 31, 32, 33], "ansible_docker_ssl_vers": 1, "maximum": [1, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 26, 27, 28, 29, 30, 31, 32, 33], "amount": [1, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 26, 27, 28, 29, 30, 31, 32, 33], "time": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 24, 26, 27, 28, 29, 30, 31, 32, 33], "second": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 24, 26, 27, 28, 29, 30, 31, 32, 33], "respons": [1, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 26, 27, 28, 29, 30, 31, 32, 33], "docker_timeout": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 26, 27, 28, 29, 30, 31, 32, 33], "60": [1, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 26, 27, 28, 29, 30, 31, 32, 33], "secur": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 26, 28, 29, 30, 31, 32, 33], "verifi": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 26, 27, 28, 29, 30, 31, 32, 33], "authent": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 24, 26, 27, 28, 29, 30, 31, 32, 33], "validate_cert": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 26, 27, 28, 29, 30, 31, 32, 33], "well": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 26, 28, 29, 30, 31, 32], "take": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 26, 28, 29, 30, 31, 32], "preced": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 26, 27, 28, 29, 30, 31, 32, 33, 34], "docker_tl": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 26, 28, 29, 30, 31, 32, 33], "ansible_docker_tl": 1, "tls_hostnam": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 26, 27, 28, 29, 30, 31, 32, 33], "expect": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 26, 27, 28, 29, 30, 31, 32, 33], "docker_tls_hostnam": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 26, 28, 29, 30, 31, 32], "option": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 24, 26, 27, 28, 29, 30, 31, 32, 33], "had": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 26, 28, 29, 30, 31, 32], "localhost": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 26, 28, 29, 30, 31, 32, 33], "older": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 26, 28, 29, 30, 31, 32], "It": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 26, 28, 29, 30, 31, 32, 33, 36], "remov": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 24, 26, 28, 29, 30, 31, 32, 33], "ansible_docker_tls_hostnam": 1, "5": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 26, 27, 28, 29, 30, 31, 32, 33], "transport": [1, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 26, 27, 28, 29, 30, 31, 32], "tool": [1, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 26, 27, 28, 29, 30, 31, 32], "tls_verifi": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 26, 27, 28, 29, 30, 31, 32], "docker_tls_verifi": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 26, 28, 29, 30, 31, 32, 33], "ansible_docker_validate_cert": 1, "each": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 26, 27, 28, 29, 30, 31, 32, 33, 36], "defin": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 26, 28, 29, 30, 31, 32], "machin": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 26, 28, 29, 30, 31, 32, 35], "script": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 26, 28, 29, 30, 31, 32, 33], "ship": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 26, 28, 29, 30, 31, 32], "product": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 26, 27, 28, 29, 30, 31, 32], "up": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 24, 26, 27, 28, 29, 30, 31, 32, 36], "doc": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 26, 28, 29, 30, 31, 32], "com": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 26, 28, 29, 30, 31, 32], "refer": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 24, 26, 28, 29, 30, 31, 32], "env": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 24, 26, 28, 29, 30, 31, 32], "more": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 26, 28, 29, 30, 31, 32], "sdk": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 26, 27, 28, 29, 30, 31, 32, 33], "code": [1, 2, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 16, 17, 20, 21, 30, 31, 32], "deriv": [1, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 20, 21, 27, 31, 32], "includ": [1, 2, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 20, 21, 27, 31, 32, 33], "type": [1, 4, 6, 8, 9, 10, 15, 17, 26, 27, 30, 32, 36], "have": [1, 4, 8, 9, 15, 17, 18, 24, 27, 28, 30, 33, 36], "low": [1, 4, 9, 15, 27, 36], "high": [1, 4, 8, 9, 15, 27, 36], "prioriti": [1, 4, 9, 15, 27, 36], "lower": [1, 4, 9, 15, 27, 36], "list": [1, 2, 4, 6, 8, 9, 11, 12, 13, 15, 17, 18, 19, 20, 21, 23, 24, 25, 26, 27, 28, 30, 33, 35, 36], "overrid": [1, 2, 4, 8, 9, 15, 24, 27, 30, 36], "higher": [1, 4, 9, 15, 27, 36], "shutdown": 2, "scale": 2, "servic": [2, 8, 9, 17, 23, 24, 26, 35], "yml": [2, 9, 11, 15, 24, 27], "yaml": [2, 6, 8, 9, 15, 24, 27, 30], "inlin": 2, "definit": [2, 24], "check": [2, 5, 8, 11, 13, 14, 28, 30, 33], "call": [2, 8, 11, 30, 33], "docker_servic": 2, "befor": [2, 3, 5, 8, 11, 14, 22, 24, 30, 33], "8": [2, 5, 8, 9, 11, 13, 20, 30], "usag": [2, 8, 10, 11, 30, 35], "did": [2, 8, 11], "25": [2, 5, 6, 7, 8, 10, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 26, 28, 29, 30, 31, 32], "been": [2, 3, 8, 9, 18, 19, 22, 24, 26, 28, 29, 30], "supersed": [2, 3, 18, 19, 22, 26, 28, 29, 30], "here": [2, 3, 5, 6, 7, 8, 10, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 28, 29, 30, 31, 32], "both": [2, 3, 8, 10, 11, 18, 19, 22, 26, 28, 29, 30, 33], "should": [2, 3, 5, 8, 9, 15, 18, 19, 22, 26, 27, 28, 29, 30, 34, 36], "same": [2, 8, 9, 17, 18, 19, 20, 26, 28, 29, 31, 32, 33], "also": [2, 5, 8, 10, 11, 13, 17, 18, 19, 26, 28, 29, 30, 32, 33], "uninstal": [2, 18, 19, 26, 28, 29, 33], "longer": [2, 8, 18, 19, 26, 28, 29, 33], "function": [2, 3, 14, 17, 18, 19, 20, 22, 26, 28, 29, 30, 31, 32, 33], "reinstal": [2, 18, 19, 26, 28, 29, 33], "pyyaml": [2, 24], "11": [2, 9, 15, 27, 35], "7": [2, 3, 4, 8, 11, 13, 22, 27, 30, 33], "run": [2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 35], "task": [2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 23, 26, 27, 28, 29, 30, 31, 32, 33, 35, 36], "build": [2, 9, 10, 13, 15, 27, 33], "present": [2, 3, 5, 8, 10, 13, 14, 17, 20, 22, 24, 28, 30, 32], "imag": [2, 7, 8, 9, 10, 15, 21, 24, 25, 30, 35, 36], "prior": [2, 8, 17, 30], "pull": [2, 8, 11, 13, 33, 36], "rebuilt": [2, 30], "dockerfil": [2, 8, 13, 30, 33], "content": [2, 5, 24, 28], "nocach": [2, 13], "ignor": [2, 8, 9, 15, 18, 19, 27, 36], "cach": [2, 8, 10, 13, 21], "recreat": [2, 3, 8, 17, 22, 30, 32], "unless": [2, 3, 8, 10, 22, 26, 34, 36], "never": [2, 24, 32, 33], "describ": [2, 30], "network": [2, 8, 9, 10, 13, 21, 30, 35], "volum": [2, 7, 8, 10, 11, 21, 26, 30, 35], "mutual": [2, 3, 5, 9, 15, 22, 27], "exclus": [2, 3, 5, 9, 15, 22, 27], "project_src": 2, "depend": [2, 8, 10, 13, 18, 19, 26, 28], "whether": [2, 6, 7, 8, 9, 10, 11, 13, 15, 16, 21, 26, 29, 30, 31, 35], "connect": [2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 26, 27, 28, 29, 30, 31, 32, 34], "env_fil": [2, 8, 30], "9": [2, 8, 11, 30, 36], "By": [2, 8, 9, 10, 15, 17, 27], "load": [2, 8, 13, 35], "locat": 2, "under": [2, 33], "custom": [2, 8, 14, 17, 30], "rel": [2, 8, 13], "greater": 2, "28": [2, 30], "rather": [2, 8], "than": [2, 8, 15, 18, 19, 21, 30], "element": [2, 6, 8, 9, 10, 11, 12, 13, 15, 17, 18, 19, 20, 21, 23, 24, 25, 26, 27, 28, 30], "merg": [2, 9, 15, 19, 27, 34], "given": [2, 8, 9, 12, 15, 27], "hostname_check": 2, "hostnam": [2, 7, 8, 11, 13, 17, 18, 19, 30], "against": [2, 9], "dure": [2, 8, 9, 13, 20, 30], "process": [2, 8, 13, 30], "profil": 2, "enabl": [2, 8, 13, 17, 20], "equival": [2, 8], "project_nam": 2, "project": [2, 35], "taken": [2, 8], "basenam": 2, "differ": [2, 5, 8, 10, 17, 24, 26, 28, 32], "leav": [2, 8, 17, 28, 33], "unchang": [2, 19, 30], "forc": [2, 3, 5, 8, 13, 14, 17, 22, 28, 30, 32], "all": [2, 5, 8, 9, 10, 11, 12, 13, 15, 17, 18, 19, 24, 27, 28, 30, 33], "smart": 2, "remove_imag": 2, "absent": [2, 3, 7, 8, 13, 14, 16, 17, 20, 22, 24, 28, 30, 32], "remove_orphan": 2, "remove_volum": 2, "data": [2, 3, 5, 6, 8, 11, 22, 28, 30, 32], "restart": [2, 8, 30], "pair": [2, 8, 30], "count": [2, 8], "resp": [2, 14], "stop": [2, 8, 9, 30, 33], "subset": [2, 10, 17, 26], "which": [2, 3, 6, 8, 9, 10, 13, 14, 15, 22, 26, 27, 30, 33], "oper": [2, 13, 17, 19, 20, 28, 30, 32, 33], "desir": [2, 8, 28], "down": 2, "17": 2, "first": [2, 3, 8, 9, 22, 30], "suppos": 2, "creat": [2, 3, 8, 9, 11, 13, 15, 16, 17, 21, 22, 27, 28, 30, 32, 33], "attach": [2, 8, 16, 17, 34, 36], "alreadi": [2, 8, 13, 17, 19, 20, 28, 32], "default_grace_period": 2, "particular": [2, 10], "suddenli": 2, "later": [2, 3, 22, 33], "action_group": [2, 3, 5, 6, 7, 8, 10, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 26, 28, 29, 30, 31, 32], "group": [2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 26, 27, 28, 29, 30, 31, 32, 35], "module_default": [2, 3, 5, 6, 7, 8, 10, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 26, 28, 29, 30, 31, 32], "none": [2, 3, 6, 7, 8, 12, 13, 14, 16, 19, 21, 22, 24, 28, 29, 30, 31], "addit": [2, 3, 5, 8, 18, 19, 22, 26, 27, 28, 29, 30], "packag": [2, 3, 18, 19, 22, 26, 28, 29, 30, 33], "newer": [2, 3, 8, 18, 19, 22, 26, 27, 28, 29, 30, 35], "done": [2, 3, 13, 18, 19, 22, 26, 28, 29, 30], "pip": [2, 3, 18, 19, 22, 26, 28, 29, 30, 33], "allow": [2, 3, 4, 8, 10, 13, 14, 18, 19, 20, 22, 26, 28, 29, 30, 33, 35, 36], "veri": [2, 3, 8, 18, 19, 22, 26, 28, 29, 30], "few": [2, 3, 18, 19, 22, 26, 28, 29, 30, 33], "In": [2, 3, 8, 18, 19, 22, 26, 28, 29, 30], "gener": [2, 3, 8, 9, 15, 18, 19, 22, 26, 27, 28, 29, 30, 33, 35], "home": [2, 3, 5, 13, 18, 19, 22, 26, 28, 29, 30], "config": [2, 7, 8, 11, 13, 14, 16, 17, 18, 19, 22, 26, 28, 29, 30, 33, 35], "json": [2, 3, 8, 13, 14, 15, 18, 19, 22, 26, 28, 29, 30], "docker_config": [2, 18, 19, 22, 26, 28, 29, 30, 33, 35], "otherwis": [2, 3, 5, 8, 9, 15, 18, 19, 22, 26, 27, 28, 29, 30], "django": 2, "follow": [2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 36], "flask": 2, "gather_fact": 2, "tear": 2, "again": [2, 3, 8, 22], "assert": [2, 8, 11, 13, 30], "web": [2, 24, 30], "flask_web_1": 2, "db": [2, 8], "flask_db_1": 2, "v2": 2, "postgr": [2, 8], "playbook_dir": 2, "runserv": 2, "8000": [2, 8], "port": [2, 8, 9, 13, 25, 27, 28, 30], "depends_on": 2, "v1": [2, 7, 8, 13, 14], "common": [2, 3, 5, 6, 7, 8, 10, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 28, 29, 30, 31, 32], "document": [2, 3, 5, 6, 7, 8, 10, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 28, 29, 30, 31, 32, 34], "field": [2, 3, 5, 6, 7, 8, 10, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 28, 29, 30, 31, 32], "uniqu": [2, 3, 5, 6, 7, 8, 10, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 28, 29, 30, 31, 32], "complex": 2, "service_nam": 2, "short_id": 2, "short": [2, 7, 8, 9, 16], "built_imag": 2, "built": [2, 13], "hash": [2, 3, 8, 13, 22], "pulled_imag": 2, "map": [2, 3, 8, 9, 13, 15, 17, 22, 27, 30], "success": [2, 3, 5, 6, 8, 10, 12, 13, 17, 19, 20, 22, 26, 28, 31, 32], "container_nam": [2, 8], "format": [2, 8, 9, 11, 13, 27, 28, 30], "project_service_": 2, "cmd": [2, 7, 8, 11, 30], "One": [2, 3, 5, 9, 22, 33], "sampl": [2, 3, 6, 7, 8, 11, 12, 13, 14, 16, 17, 20, 21, 22, 23, 24, 25, 28, 29, 30, 31, 32], "label": [2, 3, 7, 8, 10, 11, 16, 17, 19, 22, 27, 28, 30, 31, 32], "meta": [2, 3, 22], "assign": [2, 3, 8, 9, 19, 22, 30], "null": [2, 7, 8, 11, 16, 30, 31], "member": 2, "globalipv6": 2, "ipv6": [2, 8, 17], "address": [2, 8, 9, 13, 17, 28, 30], "globalipv6prefixlen": 2, "subnet": [2, 16, 17, 28], "length": [2, 8, 11, 28], "ipaddress": 2, "ip": [2, 8, 9, 13, 17, 30], "172": [2, 8, 17, 27], "ipprefixlen": 2, "bit": 2, "16": [2, 8, 27], "macaddress": 2, "mac": [2, 8, 17], "virtual": 2, "nic": 2, "02": 2, "42": 2, "ac": 2, "00": [2, 16, 31], "regard": 2, "disposit": 2, "chri": [2, 3, 8, 11, 13, 14, 17, 22], "houseknecht": [2, 3, 8, 11, 13, 14, 17, 22], "chouseknecht": [2, 3, 8, 11, 13, 14, 17, 22], "swarm": [3, 17, 22, 24, 25, 35], "similar": [3, 5, 7, 14, 16, 22, 33], "rm": [3, 13, 22], "add": [3, 6, 8, 9, 13, 14, 15, 17, 19, 22, 24, 27, 28, 30, 33], "metadata": [3, 9, 15, 19, 22, 27, 28], "ansible_kei": [3, 22], "represent": [3, 22], "futur": [3, 13, 14, 22], "test": [3, 8, 16, 22, 30, 31], "30": [3, 8, 28, 30], "6": [3, 8, 33], "data_src": [3, 22], "data_is_b64": [3, 22], "assum": [3, 5, 8, 13, 22], "base64": [3, 5, 22], "encod": [3, 5, 22], "decod": [3, 5, 22], "being": [3, 5, 13, 22, 28], "binari": [3, 5, 22], "better": [3, 5, 22], "keep": [3, 5, 8, 22, 28, 36], "let": [3, 5, 22], "even": [3, 8, 17, 20, 22, 28, 30], "rolling_vers": [3, 22], "increas": [3, 22], "append": [3, 6, 13, 17, 22], "contain": [3, 10, 11, 13, 16, 17, 18, 19, 21, 22, 23, 24, 25, 26, 27, 30, 34, 35], "ansible_vers": [3, 22], "template_driv": 3, "golang": 3, "go": [3, 33], "templat": [3, 6, 8], "versions_to_keep": [3, 22], "old": [3, 4, 8, 22, 30, 33], "extran": [3, 22], "delet": [3, 17, 20, 21, 22, 24, 32], "after": [3, 8, 9, 13, 15, 19, 22, 24, 27, 28, 30], "everyth": [3, 5, 21, 22], "foo": [3, 6, 8, 9, 22, 30], "becaus": [3, 8, 9, 15, 22, 27, 28], "re": [3, 8, 14, 17, 22], "prevent": [3, 6, 8, 22], "happen": [3, 8, 22, 33], "lookup": [3, 8, 22], "b64encod": [3, 22], "goodnight": [3, 22], "everyon": [3, 22], "bar": [3, 8, 22, 30], "baz": [3, 22], "caus": [3, 8, 22, 32], "two": [3, 8, 22], "No": [3, 22], "though": [3, 13, 22], "miss": [3, 8, 22], "monkei": [3, 22], "creation": [3, 8, 17, 22, 30], "config_id": [3, 30], "object": [3, 5, 15, 22, 26, 35], "hzehrmyjigmcp2gb6nlhmjqcv": [3, 22], "config_nam": [3, 30], "awesome_config": 3, "john": 3, "hu": 3, "ushuz": 3, "prefer": [4, 8, 13, 30], "docker_api": [4, 9, 33, 34, 35], "docker_extra_arg": 4, "extra": [4, 9, 13, 15, 27, 34], "pass": [4, 6, 8, 9, 28, 30, 33], "line": [4, 6, 8, 33], "extra_cli_arg": 4, "ansible_docker_extra_arg": 4, "too": 4, "itself": [4, 33, 36], "lorin": 4, "hochestein": 4, "leendert": 4, "brouwer": 4, "cp": [5, 33], "must": [5, 6, 8, 13, 18, 19, 26, 28, 29, 30, 33], "owner_id": 5, "group_id": 5, "necessari": 5, "bin": [5, 6, 7, 8, 11], "sh": [5, 11], "shell": [5, 8, 30], "correspond": [5, 8, 10, 13, 28, 30], "container_path": 5, "absolut": 5, "plan": 5, "pre": 5, "content_is_b64": 5, "risk": 5, "interpret": [5, 33], "utf": 5, "corrupt": 5, "flag": [5, 26], "indic": [5, 15, 26], "filesystem": [5, 8, 30], "write": [5, 8], "idempot": [5, 8, 28], "destin": [5, 8], "try": [5, 8, 13, 17, 24], "seem": 5, "match": [5, 7, 8, 10, 13, 16, 18, 26, 29, 30], "download": [5, 13], "compar": [5, 8], "upload": 5, "disk": [5, 10, 21], "avail": [5, 8, 9, 13, 15, 19, 26, 27, 30, 33, 34], "local_follow": 5, "tree": 5, "system": [5, 8, 10], "owner": [5, 30], "manag": [5, 24, 26, 27, 30, 35], "transfer": 5, "comput": 5, "max_file_size_for_diff": 5, "core": [5, 8, 9, 15, 27, 34, 35], "larg": [5, 17, 20, 31, 32], "mydata": [5, 7, 8, 16, 31], "txt": [5, 30], "input": [5, 9, 15, 27], "runm": 5, "o": [5, 8, 9, 11, 13, 15, 27], "root": [5, 6, 8, 30, 34, 36], "0o755": 5, "readabl": 5, "writabl": 5, "actual": [5, 19, 30], "argv": 6, "quot": [6, 8, 30], "exactli": 6, "chdir": 6, "detach": [6, 8], "synchron": [6, 33], "asynchron": 6, "stdin": [6, 8], "cannot": [6, 8, 10, 15, 17], "stdout": [6, 13], "stderr": 6, "rc": 6, "respect": [6, 14], "ran": 6, "pars": [6, 8, 30], "parser": [6, 8, 30], "avoid": [6, 8, 30, 33], "loss": [6, 8, 30], "jinja2": [6, 8, 9, 15, 27], "convert": [6, 8, 9, 13, 27], "back": [6, 8, 30], "correct": [6, 8, 33], "wai": [6, 8, 9, 13, 36], "stdin_add_newlin": 6, "newlin": 6, "strip_empty_end": 6, "strip": 6, "end": [6, 9, 15, 27], "result": [6, 7, 8, 10, 11, 12, 13, 14, 16, 17, 18, 20, 23, 25, 26, 29, 31, 32, 33], "tty": [6, 7, 8, 11, 30], "alloc": [6, 8, 30], "simpl": 6, "bash": 6, "c": [6, 11], "l": [6, 10, 26], "lah": 6, "dev": [6, 8, 32], "stderr_lin": 6, "exec_id": 6, "249d9e3075655baf705ed8f40488c5e9434049cf3431976f1bfdb73741c574c5": 6, "exit": [6, 8, 30], "standard": [6, 15], "error": [6, 9, 10, 15, 25, 26, 27], "essenti": [7, 10, 16, 18, 29, 33], "inspect": [7, 8, 9, 12, 13, 16, 17, 18, 20, 29, 31, 32, 33, 35], "docker_contain": [7, 17, 33, 34, 35], "mai": [7, 8, 16, 24, 27, 30], "info": [7, 10, 16, 18, 23, 25, 26, 29, 31], "els": [7, 16, 31], "repres": [7, 8, 10, 16, 18, 26, 29, 30], "apparmorprofil": [7, 8], "arg": [7, 8, 13, 30], "attachstderr": [7, 8, 11], "attachstdin": [7, 8, 11], "attachstdout": [7, 8, 11], "usr": [7, 8, 11], "supervisord": [7, 8], "domainnam": [7, 8, 11], "entrypoint": [7, 8, 11], "sbin": [7, 8, 11], "exposedport": [7, 8, 11], "443": [7, 8], "80": [7, 8], "8e47bf643eb9": [7, 8], "lnmp_nginx": [7, 8], "onbuild": [7, 8, 11], "openstdin": [7, 8, 11], "stdinonc": [7, 8, 11], "tmp": [7, 8, 14, 30], "lnmp": [7, 8], "nginx": [7, 8, 13, 24, 30], "site": [7, 8], "log": [7, 8, 13, 28, 30, 33, 35], "life": 8, "cycl": 8, "view": 8, "auto_remov": 8, "side": [8, 28], "container_default_behavior": 8, "compat": [8, 9, 33], "blkio_weight": 8, "block": [8, 17, 26], "io": [8, 14], "weight": [8, 13], "between": [8, 24, 28, 30, 33], "1000": 8, "cap_drop": [8, 30], "capabl": [8, 30], "drop": [8, 30], "cap": 8, "compos": [8, 9, 15, 24, 27, 35], "cap_add": [8, 30], "cgroup_par": 8, "parent": [8, 9, 11, 15, 27], "cgroup": 8, "cgroupns_mod": 8, "namespac": [8, 23, 36], "simpli": 8, "cgroupn": 8, "privat": [8, 13, 14, 30, 33], "cleanup": 8, "either": [8, 13, 18, 28, 30], "were": 8, "split": 8, "comma": 8, "command_handl": 8, "handl": 8, "behavior": 8, "consid": [8, 13, 17, 21, 28], "rule": 8, "relat": 8, "until": [8, 10, 21, 24], "kept": 8, "correctli": [8, 17], "comparison": 8, "properti": 8, "decid": 8, "strict": [8, 9, 15, 27], "allow_more_pres": 8, "equal": [8, 30], "dict": [8, 10, 26, 30], "wildcard": 8, "explicitli": 8, "variou": [8, 35], "problem": 8, "now": 8, "no_default": 8, "restor": 8, "ensur": [8, 11, 15, 17], "affect": [8, 13, 17, 20, 31, 32], "init": [8, 28, 30, 36], "memori": [8, 13, 30], "paus": [8, 19, 30], "privileg": [8, 36], "read_onli": [8, 30], "cpu_period": 8, "limit": [8, 13, 30], "cpu": [8, 13, 30], "cf": 8, "complet": [8, 19, 24], "fair": 8, "schedul": 8, "period": [8, 30], "easier": 8, "altern": [8, 9, 13], "cpu_quota": 8, "quota": 8, "cpu_shar": 8, "share": [8, 13, 30], "float": [8, 30], "much": 8, "resourc": [8, 24, 30], "mean": [8, 13, 17], "most": [8, 33], "half": 8, "cpuset_cpu": 8, "cpuset_mem": 8, "mem": 8, "default_host_ip": 8, "ipv4": [8, 17], "With": [8, 15, 17], "20": [8, 16], "bind": [8, 30], "explicit": [8, 9], "github": 8, "70": 8, "bridg": [8, 16, 17], "host_binding_ipv4": 8, "fall": 8, "background": 8, "disabl": [8, 13, 20, 30], "reflect": 8, "fail": [8, 10, 17, 18, 19, 24, 26, 28, 29, 30], "device_read_bp": 8, "devic": [8, 32], "rate": 8, "byte": [8, 21, 30], "per": [8, 15, 27, 30], "unit": [8, 30], "posit": [8, 13, 30], "b": [8, 30], "k": [8, 30], "kibibyt": [8, 30], "1024b": [8, 30], "m": [8, 30], "mebibyt": [8, 30], "g": [8, 30], "gibibyt": [8, 30], "t": [8, 30], "tebibyt": [8, 30], "p": [8, 26, 30], "pebibyt": [8, 30], "omit": [8, 9, 15, 27, 28, 30], "device_read_iop": 8, "device_request": 8, "gpu": 8, "top": [8, 9], "level": [8, 9], "combin": [8, 19, 28], "OR": 8, "everi": [8, 33], "AND": 8, "driver": [8, 15, 16, 17, 30, 31, 32], "tri": 8, "satisfi": 8, "sub": [8, 30], "nvidia": 8, "found": [8, 13, 14, 33], "runtim": 8, "device_id": 8, "specif": [8, 13, 17, 32, 33], "device_write_bp": 8, "device_write_iop": 8, "express": [8, 9, 15, 27], "path_on_host": 8, "path_in_contain": 8, "cgroup_permiss": 8, "dns_opt": 8, "dn": [8, 30], "dns_search_domain": 8, "search": [8, 30], "domain": [8, 30], "dns_server": 8, "overwrit": [8, 13], "etc_host": [8, 13], "etc": [8, 11, 13, 17, 30], "exposed_port": 8, "expos": [8, 30], "listen": [8, 28], "force_kil": 8, "forcekil": 8, "kill": [8, 30], "healthcheck": [8, 30], "healthi": [8, 30], "instruct": [8, 13, 30], "interv": [8, 24, 30], "start_period": [8, 30], "durat": [8, 30], "accept": [8, 15, 30], "look": [8, 30], "5h34m56": [8, 30], "1m30": [8, 30], "u": [8, 24, 30], "h": [8, 30], "retri": [8, 24, 30], "consecut": [8, 24, 30], "failur": [8, 30], "unhealthi": [8, 30], "initi": [8, 30], "health": [8, 30], "countdown": [8, 30], "item": [8, 9, 15, 27, 30], "ignore_imag": 8, "evalu": [8, 30], "registri": [8, 11, 13, 24, 30, 33, 35], "warn": [8, 15], "deprec": [8, 33], "tag": [8, 11, 13, 15, 30, 33], "image_comparison": 8, "via": [8, 17, 19, 21, 27, 30], "yet": 8, "image_label_mismatch": 8, "inherit": 8, "while": [8, 30, 36], "introduc": 8, "unexpect": 8, "base": [8, 9, 15, 24, 27], "image_name_mismatch": 8, "still": [8, 9, 15, 24, 27, 30, 33, 36], "reason": 8, "forward": [8, 30], "signal": [8, 30], "reap": [8, 30], "open": 8, "launch": [8, 33, 36], "ipc_mod": 8, "ipc": 8, "reus": 8, "anoth": 8, "within": 8, "keep_volum": 8, "retain": 8, "anonym": 8, "associ": [8, 14, 23, 25], "kernel_memori": 8, "kernel": 8, "minimum": 8, "4m": 8, "kill_sign": 8, "alia": [8, 20], "log_driv": [8, 30], "possibl": [8, 9, 10, 13, 15, 21, 26, 27, 28], "log_opt": 8, "chosen": 8, "engin": [8, 10, 26, 30, 32], "admin": 8, "overview": 8, "effect": [8, 24, 28], "mac_address": 8, "92": 8, "d0": 8, "c6": 8, "0a": 8, "29": [8, 30], "33": 8, "memory_reserv": 8, "soft": 8, "memory_swap": 8, "total": [8, 13], "swap": [8, 13], "unlimit": 8, "memory_swappi": 8, "tune": 8, "swappi": 8, "100": 8, "remain": [8, 19], "mount": [8, 30], "power": 8, "consist": 8, "deleg": 8, "no_copi": [8, 30], "popul": 8, "propag": [8, 30], "rprivat": [8, 30], "rshare": [8, 30], "slave": [8, 30], "rslave": [8, 30], "suppli": 8, "tmpfs_mode": [8, 30], "permiss": 8, "tmpf": [8, 30], "tmpfs_size": [8, 30], "size": [8, 11, 15, 30], "npipe": [8, 30], "volume_driv": 8, "volume_opt": 8, "network_mod": 8, "network_nam": [8, 17], "networks_cli_compat": 8, "least": 8, "belong": [8, 9, 13], "structur": 8, "enforc": 8, "mention": 8, "These": [8, 9, 35], "reach": 8, "ipv4_address": 8, "ipv6_address": 8, "behav": [8, 15], "afterward": 8, "oom_kil": 8, "oom": 8, "killer": 8, "oom_score_adj": 8, "score": 8, "output_log": 8, "journald": 8, "pid_mod": 8, "pid": [8, 34, 36], "pids_limit": 8, "platform": [8, 13, 24, 27], "arch": [8, 13, 27], "variant": [8, 13], "exact": 8, "break": 8, "accident": 8, "due": 8, "give": 8, "extend": [8, 26], "publish_all_port": 8, "publish": [8, 30], "published_port": [8, 30], "intact": 8, "syntax": 8, "9000": 8, "interfac": [8, 9, 28], "rang": [8, 17], "shorter": 8, "free": 8, "util": [8, 33], "dig": 8, "resolv": [8, 24, 30], "bound": 8, "point": 8, "earlier": 8, "purge_network": 8, "make": [8, 9, 11, 13, 15, 17, 27, 28, 30, 32, 33], "sure": [8, 11, 13, 17, 28, 32, 33], "removal_wait_timeout": 8, "usual": [8, 13], "fast": 8, "howev": 8, "mani": 8, "phase": 8, "restart_polici": [8, 30], "polici": [8, 30], "place": 8, "around": [8, 28], "restart_retri": 8, "security_opt": 8, "form": [8, 28], "shm_size": 8, "shm": 8, "entir": 8, "64m": 8, "move": 8, "account": [8, 14, 30], "stop_sign": [8, 30], "stop_timeout": 8, "send": [8, 24, 28], "sigkil": 8, "its": [8, 19, 30], "stoptimeout": 8, "storage_opt": 8, "storag": 8, "sysctl": 8, "pseudo": [8, 30], "ulimit": 8, "nofil": 8, "262144": 8, "usernam": [8, 14, 30], "uid": [8, 30], "groupnam": 8, "gid": [8, 30], "userns_mod": 8, "ut": 8, "style": 8, "separ": [8, 9, 15, 27], "ro": 8, "rw": 8, "nocopi": 8, "selinux": 8, "addition": 8, "z": 8, "volumes_from": 8, "working_dir": [8, 30], "partial": [8, 13], "destroi": [8, 33], "downtim": 8, "except": [8, 17, 27], "therefor": 8, "relev": 8, "busybox": [8, 25], "redi": 8, "myredi": 8, "appendonli": 8, "ye": [8, 9, 15, 27], "6379": 8, "myapplic": 8, "someus": 8, "appimag": 8, "aliasedredi": 8, "sda": 8, "xvda": 8, "rwm": 8, "8080": [8, 13], "udp": [8, 30], "9001": 8, "8081": 8, "127": [8, 9, 30], "9002": 8, "random": 8, "9003": 8, "8100": 8, "select": [8, 9, 10, 11, 13, 17, 19, 21, 26], "9010": 8, "9020": 8, "7000": 8, "7010": 8, "secret_kei": 8, "ssssh": 8, "boolean_kei": 8, "mycontain": 8, "ubuntu": [8, 30], "14": [8, 30], "04": [8, 30], "sleep": [8, 30], "infin": 8, "balanc": 8, "anotherappimag": 8, "1d": 8, "with_sequ": 8, "ohno": 8, "syslog": 8, "myservic": [8, 26, 29, 30], "my": [8, 9, 27], "514": 8, "facil": 8, "13": [8, 9, 30], "renam": [8, 30], "db_test": 8, "docker_network_nam": 8, "sleeper": 8, "testingnet": 8, "sleepyzz": 8, "testingnet2": 8, "sleepi": 8, "18": 8, "sleepyz": 8, "zzzz": 8, "agent": [8, 24, 28], "jenkinsci": 8, "jenkin": 8, "sys_tim": 8, "finer": 8, "arg1": 8, "arg2": 8, "whatev": [8, 13], "precis": 8, "ok": 8, "ii": 8, "healthstatu": 8, "proxi": [8, 13], "curl": [8, 30], "ing": [8, 30], "20m": [8, 30], "sdb": 8, "300": 8, "some": 8, "3a23c669": 8, "1f69": 8, "c64e": 8, "cf85": 8, "44e9b07e7a2a": 8, "condit": [8, 9, 15, 27, 30], "12": [8, 9, 15, 16, 20, 27, 31], "mb": 8, "backend": 8, "fabianle": 8, "org": 8, "2020": 8, "01": [8, 31], "15": [8, 11], "overlay2": 8, "xf": 8, "rootf": 8, "12m": 8, "fact": [8, 9, 15, 27, 30, 35], "zero": 8, "cove": 8, "schneider": 8, "joshua": 8, "conner": 8, "joshuaconn": 8, "pavel": [8, 13], "antonov": [8, 13], "softzilla": [8, 13], "thoma": 8, "steinbach": 8, "thomassteinbach": 8, "philipp": 8, "jandot": 8, "zfil": 8, "daan": 8, "oosterveld": 8, "dusdanig": 8, "kassian": 8, "sun": 8, "kassiansun": 8, "add_legacy_group": 9, "letter": 9, "image_": 9, "stack_": 9, "stack": [9, 30, 35], "service_": 9, "multipl": [9, 11, 12, 18, 33], "configure_docker_daemon": 9, "connection_typ": 9, "default_ip": 9, "private_ssh_port": 9, "keyed_group": [9, 15, 27], "default_valu": [9, 15, 27], "trailing_separ": [9, 15, 27], "parent_group": [9, 15, 27], "prefix": [9, 15, 27], "_": [9, 15, 27], "leading_separ": [9, 15, 27], "conjunct": [9, 15, 27], "underscor": [9, 15, 27], "lead": [9, 15, 27], "concaten": [9, 15, 27], "recogn": [9, 27], "own": [9, 27], "22": 9, "invalid": [9, 15, 27], "fatal": [9, 15, 27], "skip": [9, 15, 27], "continu": [9, 15, 27, 30], "those": [9, 15, 19, 27], "use_extra_var": [9, 15, 27], "composit": [9, 15, 27, 34], "highest": [9, 15, 27, 34], "inventory_plugin": [9, 15, 27], "ansible_inventory_use_extra_var": [9, 15, 27, 34], "verbose_output": [9, 10, 15, 26, 27], "toggl": [9, 27], "transform": 9, "docker_xxx": 9, "hostconfig": 9, "docker_hostconfig": 9, "construct": [9, 15, 27], "so": [9, 17, 30, 33], "minim": [9, 15, 27], "2375": [9, 27], "unverifi": [9, 27], "somewher": [9, 27], "primari": 9, "network_foo": 9, "networkmod": 9, "linux": [9, 11, 27], "os_linux": [9, 27], "docker_platform": 9, "fallback": 9, "export": 9, "ansible_ssh_host": 9, "ansible_ssh_port": 9, "docker_nam": 9, "queri": [10, 18, 24, 33], "contact": 10, "meet": 10, "containers_al": 10, "containers_filt": [10, 21], "filter": [10, 21, 26], "24h": [10, 21], "disk_usag": 10, "summari": 10, "space": [10, 21], "layer": 10, "sum": 10, "images_filt": [10, 21], "dangl": [10, 21], "networks_filt": [10, 21], "verbos": [10, 26], "method": [10, 26], "your": [10, 14, 17, 26, 28, 33], "_info": [10, 26], "volumes_filt": [10, 21], "mylabel": [10, 30], "key1": [10, 17, 19], "value1": [10, 17], "key2": [10, 17, 19], "value2": [10, 17], "host_info": 10, "can_talk_to_dock": [10, 26], "talk": [10, 26, 33], "basic": [10, 26], "piotr": [10, 18, 19, 26, 28, 30], "wojciechowski": [10, 18, 19, 26, 28, 30], "wojciechowskipiotr": [10, 18, 19, 26, 28, 30], "arrai": 11, "appear": 11, "docker_imag": [11, 33, 35], "docker_image_fact": 11, "singl": [11, 17, 33], "pacur": [11, 13], "cento": [11, 13], "sinatra": [11, 13], "architectur": [11, 27], "amd64": [11, 13], "5000": [11, 13, 14], "e5c68db50333": 11, "c72dce2618dc8f7b794d2b2c2b1e64e0205ead5befc294f8111da23bd6a2c799": 11, "lib": [11, 31], "workingdir": 11, "e83a452b8fb89d78a25a6739457050131ca5c863629a47639530d9ad2008d610": 11, "containerconfig": 11, "nop": 11, "2016": 11, "03": 11, "08t21": 11, "08": 11, "399680378z": 11, "dockervers": 11, "graphdriv": 11, "auf": 11, "53773d8552f07b730f3e19979e32499519807d67b344141d965463a950a66e08": 11, "f0b1f729f784b755e7bf9c8c2e65d8a0a35a533769c2588f02895f6781ac0805": 11, "repodigest": 11, "repotag": 11, "virtuals": 11, "165808884": 11, "tar": [12, 13], "image_nam": 12, "join": [12, 28, 33], "hello": 12, "world": 12, "sha256": [12, 30], "e004c2cc521c95383aebb1fb5893719aa7a8eae2e7a71f316a4410784edb00a9": 12, "push": [13, 33], "archiv": [13, 35], "archive_path": 13, "direct": 13, "conveni": 13, "cache_from": 13, "container_limit": 13, "appli": [13, 19, 24, 28, 30], "cpusetcpu": 13, "cpushar": 13, "memswap": 13, "http_timeout": 13, "context": [13, 33], "intermedi": 13, "stage": 13, "final": 13, "use_config_proxi": 13, "force_abs": 13, "un": 13, "force_sourc": 13, "force_tag": 13, "load_path": 13, "registry_serv": 13, "tag_nam": 13, "ask": [13, 15], "minor": 13, "releas": 13, "hub": [13, 33], "retriev": [13, 23, 25, 28, 33, 35], "about": [13, 17, 19, 28, 33, 35], "buildkit": 13, "buildx": 13, "56": 13, "dcoppenhagan": 13, "myimag": 13, "As": 13, "repo": 13, "my_sinatra": 13, "dir": 13, "log_volum": 13, "myapp": 13, "listen_port": 13, "alpin": [13, 30], "sorin": 13, "sbarnea": 13, "ssbarnea": 13, "login": [14, 33], "credenti": 14, "store": [14, 15, 28], "config_path": 14, "dockercfg_path": 14, "password": [14, 20], "plaintext": 14, "reauthor": 14, "reauth": 14, "refresh": 14, "registry_url": 14, "index": 14, "out": [14, 30, 33], "logout": [14, 33], "dockerhub": 14, "could": 14, "rekcod": 14, "yourself": 14, "secrets3": 14, "mydockercfg": 14, "login_result": 14, "serveraddress": 14, "testus": 14, "olaf": 14, "kilian": 14, "olsaki": 14, "ansible_port": 15, "ansible_ssh_private_kei": 15, "dm_": 15, "daemon_env": 15, "silent": 15, "successfulli": 15, "token": [15, 26, 28], "running_requir": 15, "exmapl": 15, "region": 15, "docker_machine_node_attribut": 15, "digitalocean": 15, "mymachin": 15, "drivernam": 15, "digit": 15, "dm_tag": 15, "behaviour": 15, "ansible_ssh_common_arg": 15, "stricthostkeycheck": 15, "ximon": 15, "eighteen": 15, "ximon18": 15, "docker_network": [16, 33, 35], "configfrom": 16, "configonli": 16, "2018": [16, 31], "07t01": 16, "47": 16, "51": 16, "250835114": 16, "06": 16, "enableipv6": 16, "ipam": [16, 17], "gatewai": [16, 17], "168": [16, 28], "96": 16, "0856968545f22026c41c2c7c3d448319d3b4a6a03a40b148b3ac4031696d1c0a": 16, "ingress": [16, 30], "intern": [16, 17], "f2700bba": 16, "scope": [16, 17, 31], "dave": [16, 17], "bendit": [16, 17], "dbendit": [16, 17], "subcommand": [17, 20, 31, 32], "increment": 17, "canon": 17, "global": [17, 30, 33], "worker": [17, 19, 27, 28], "care": 17, "reli": [17, 36], "overlai": 17, "3rd": [17, 32], "parti": [17, 32], "driver_opt": [17, 32], "consult": [17, 32], "enable_ipv6": 17, "disconnect": 17, "restrict": 17, "extern": [17, 28, 30], "ipam_config": 17, "iprang": 17, "spell": 17, "notat": 17, "aux_address": 17, "auxiliari": 17, "cidr": [17, 28], "ipam_driv": 17, "ipam_driver_opt": 17, "reconnect": 17, "ones": [17, 19], "fix": 17, "over": [17, 33], "loop": 17, "properli": 17, "network_on": 17, "container_a": 17, "container_b": 17, "container_c": 17, "fulllist": 17, "network_two": 17, "net2": 17, "network_thre": 17, "27": [17, 30], "24": [17, 21], "26": 17, "host1": 17, "host2": 17, "network_four": 17, "network_ipv6_on": 17, "fdd1": 17, "ac8c": 17, "0557": 17, "7ce1": 17, "64": 17, "network_ipv6_two": 17, "7ce2": 17, "ben": 17, "keith": 17, "keitwb": 17, "cluster": [18, 19, 35], "self": 18, "presenc": 18, "mynod": [18, 19, 26, 28], "mynode1": 18, "mynode2": 18, "left": 18, "unreach": 18, "role": [19, 28, 30], "activ": 19, "drain": 19, "docker_swarm": [19, 33, 34, 35], "labels_st": 19, "labels_to_remov": 19, "made": [19, 30], "thierri": [19, 28], "bouvet": [19, 28], "tbouvet": [19, 28], "enable_timeout": 20, "force_remov": 20, "plugin_nam": 20, "plugin_opt": 20, "plugin_on": 20, "weavework": 20, "net": 20, "latest_releas": 20, "ipalloc_rang": 20, "weave_password": 20, "sakar": 20, "mehra": 20, "sakar97": 20, "vladimir": 20, "porshkevich": 20, "builder_cach": 21, "builder": 21, "hour": 21, "ago": 21, "builder_cache_space_reclaim": 21, "reclaim": 21, "containers_space_reclaim": 21, "images_space_reclaim": 21, "volumes_space_reclaim": 21, "secret_id": [22, 30], "secret_nam": [22, 30], "awesome_secret": 22, "show": [23, 25, 30], "grafana": 23, "orchestr": [23, 33], "kubernet": [23, 33], "jose": [23, 25], "angel": [23, 25], "munoz": [23, 25], "imjoseangel": [23, 25], "jsondiff": 24, "absent_retri": 24, "last": 24, "absent_retries_interv": 24, "nest": 24, "prune": [24, 33, 35], "deploi": 24, "resolve_imag": [24, 30], "digest": [24, 30], "with_registry_auth": 24, "auth": 24, "mystack": 24, "opt": [24, 30], "envvar": 24, "stack_spec_diff": 24, "spec": [24, 27], "test_stack_test_servic": 24, "tasktempl": 24, "containerspec": 24, "dario": [24, 30], "zanzico": [24, 30], "dariko": [24, 30], "requir": [25, 36], "test_stack": 25, "currentst": 25, "desiredst": 25, "7wqv6m02ugkw": 25, "messag": 26, "nodes_filt": 26, "services_filt": 26, "tasks_filt": 26, "unlock_kei": 26, "unlock": [26, 28], "ignore_error": 26, "docker_swarm_act": 26, "docker_swarm_manag": 26, "swarm_fact": [26, 28], "swarm_unlock_kei": 26, "return": [27, 35], "leader": [27, 28], "nonlead": 27, "include_host_uri": 27, "attribut": 27, "ansible_host_uri": 27, "uri": 27, "modif": 27, "include_host_uri_port": 27, "time_out": 27, "enginevers": 27, "x86_64": 27, "arch_x86_64": 27, "exompl": 27, "w": 27, "label_product": 27, "hint": 27, "charact": 27, "safe": 27, "stefan": 27, "heitm\u00fcller": 27, "morph027": 27, "advertise_addr": 28, "reachabl": 28, "advertis": 28, "4567": 28, "eth0": 28, "initialis": 28, "autolock_manag": 28, "lock": 28, "docker_swarm_info": [28, 33, 35], "ca_force_rot": 28, "whose": 28, "purpos": 28, "sign": 28, "data_path_addr": 28, "traffic": 28, "data_path_port": 28, "9789": 28, "default_addr_pool": 28, "pool": 28, "39": 28, "dispatcher_heartbeat_period": 28, "delai": [28, 30], "heartbeat": 28, "dispatch": 28, "election_tick": 28, "tick": 28, "trigger": [28, 30], "elect": 28, "heartbeat_tick": 28, "join_token": 28, "censor": 28, "keep_old_snapshot": 28, "snapshot": 28, "beyond": 28, "docker_nod": [28, 33, 35], "listen_addr": 28, "inter": 28, "2377": 28, "log_entries_for_slow_follow": 28, "sync": 28, "slow": 28, "node_cert_expiri": 28, "expiri": 28, "3month": 28, "node_id": 28, "rotate_manager_token": 28, "rotat": 28, "rotate_worker_token": 28, "signing_ca_cert": 28, "leaf": 28, "signing_ca_kei": 28, "snapshot_interv": 28, "10000": 28, "subnet_s": 28, "mask": 28, "task_history_retention_limit": 28, "histori": 28, "swmtkn": 28, "xxxxx": 28, "ens10": 28, "jointoken": 28, "value_specified_in_no_log_paramet": 28, "unlockkei": 28, "swmkei": 28, "xxx": 28, "hann": [29, 30], "ljungberg": [29, 30], "hannseman": [29, 30], "41": 30, "filenam": 30, "octal": 30, "0644": 30, "0444": 30, "container_label": 30, "dns_option": 30, "dns_search": 30, "endpoint_mod": 30, "endpoint": 30, "vip": 30, "dnsrr": 30, "signific": 30, "force_upd": 30, "37": 30, "replic": 30, "driver_config": 30, "copi": [30, 35], "readonli": 30, "placement": 30, "constraint": 30, "pref": 30, "replicas_max_per_nod": 30, "40": 30, "protocol": 30, "target_port": 30, "replica": 30, "instanti": 30, "reserv": 30, "restart_config": 30, "max_attempt": 30, "rollback_config": 30, "roll": 30, "rollback": 30, "failure_act": 30, "max_failure_ratio": 30, "fraction": 30, "max": 30, "ratio": 30, "monitor": 30, "parallel": 30, "simultan": 30, "secret": [30, 33, 35], "unspecifi": 30, "stop_grace_period": 30, "grace": 30, "update_config": 30, "invok": 30, "workdir": 30, "3600": 30, "remote_tmp": 30, "webapp": 30, "depart": 30, "financ": 30, "envvar1": 30, "envvar2": 30, "app": [30, 33], "fluentd": 30, "24224": 30, "async": 30, "120": 30, "edg": 30, "spread": 30, "operatingsystem": 30, "myconfig_nam": 30, "mynetwork": 30, "mynetwork_alia": 30, "mysecret_nam": 30, "50": 30, "50m": 30, "alter": 30, "swarm_servic": 30, "ansible_swarm_servic": 30, "ansible_docker_servic": 30, "x": 30, "90000000000": 30, "30000000000": 30, "10000000000": 30, "healthcheck_dis": 30, "b3dbf31b77fd99d9c08f780ce6f5282aba076d70a513a8be859d8d3a4d0c92b8": 30, "limit_cpu": 30, "limit_memori": 30, "52428800": 30, "log_driver_opt": 30, "placement_prefer": 30, "reserve_cpu": 30, "reserve_memori": 30, "20971520": 30, "restart_policy_attempt": 30, "restart_policy_delai": 30, "5000000000": 30, "restart_policy_window": 30, "120000000000": 30, "update_delai": 30, "update_failure_act": 30, "update_max_failure_ratio": 30, "update_monitor": 30, "update_ord": 30, "update_parallel": 30, "jason": 30, "witkowski": 30, "jwitko": 30, "volume_nam": [31, 32], "createdat": 31, "09t17": 31, "43": 31, "44": 31, "mountpoint": 31, "bd3f6172": 31, "_data": 31, "commandlin": 32, "volume_cr": 32, "lost": 32, "volume_on": 32, "volume_two": 32, "btrf": 32, "sda2": 32, "alex": 32, "gr\u00f6nholm": 32, "agronholm": 32, "commun": [33, 34], "collect": [33, 35], "offer": 33, "sever": 33, "python_requirements_info": 33, "note": 33, "inventori": [33, 34], "pypi": 33, "realli": 33, "broken": 33, "doubt": 33, "neither": 33, "nor": 33, "wrap": 33, "exec": 33, "posix": 33, "dynam": [33, 35], "individu": 33, "docker_host_info": [33, 35], "docker_login": [33, 35], "docker_prun": [33, 35], "docker_image_info": [33, 35], "docker_network_info": [33, 35], "docker_volume_info": [33, 35], "docker_volum": [33, 35], "lifecycl": 33, "abil": 33, "docker_container_info": [33, 35], "docker_compos": [33, 35], "next": 33, "docker_machin": [33, 34, 35], "docker_stack": [33, 35], "docker_stack_info": [33, 35], "docker_stack_task_info": [33, 35], "docker_node_info": [33, 35], "docker_secret": [33, 35], "docker_swarm_servic": [33, 35], "docker_swarm_service_info": [33, 35], "bender": 33, "openshift": 33, "laptop": 33, "fulli": 33, "scalabl": 33, "cloud": 33, "moment": 33, "declar": 34, "configu": 34, "docker": 34, "ansible_nsenter_pid": [34, 36], "nsenter": [34, 35], "fine": [34, 36], "author": 35, "matrix": 35, "room": 35, "im": 35, "question": 35, "irc": 35, "channel": 35, "libera": 35, "mail": 35, "subscrib": 35, "current_container_fact": 35, "multi": 35, "applic": 35, "docker_container_copy_into": 35, "docker_container_exec": 35, "docker_image_load": 35, "docker_plugin": 35, "model": 36, "container": 36, "enter": 36, "systemd": 36, "nsenter_pid": 36, "nsenter_connect": 36, "program": 36, "jeff": 36, "goldschraf": 36, "jgoldschraf": 36}, "objects": {"": [[34, 0, 1, "-", "ANSIBLE_DOCKER_TIMEOUT"], [34, 0, 1, "-", "ANSIBLE_INVENTORY_USE_EXTRA_VARS"], [34, 0, 1, "-", "ANSIBLE_NSENTER_PID"]]}, "objtypes": {"0": "std:envvar"}, "objnames": {"0": ["std", "envvar", "environment variable"]}, "titleterms": {"commun": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 35, 36], "docker": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 35, 36], "current_container_fact": 0, "modul": [0, 2, 3, 5, 6, 7, 8, 10, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 28, 29, 30, 31, 32, 35], "return": [0, 2, 3, 5, 6, 7, 8, 10, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 28, 29, 30, 31, 32], "fact": [0, 7, 10, 16, 18, 26, 31], "about": [0, 7, 10, 16, 18, 26, 29, 31], "whether": 0, "run": [0, 1, 4, 36], "contain": [0, 1, 2, 4, 5, 6, 7, 8, 9, 33, 36], "synopsi": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 36], "attribut": [0, 2, 3, 5, 6, 7, 8, 10, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 28, 29, 30, 31, 32], "exampl": [0, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32], "author": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 36], "collect": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 34, 36], "link": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 36], "docker_api": 1, "connect": [1, 4, 33, 35, 36], "task": [1, 4, 25], "requir": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 24, 26, 27, 28, 29, 30, 31, 32, 33], "paramet": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 36], "note": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 26, 28, 29, 30, 31, 32, 36], "docker_compos": 2, "manag": [2, 3, 8, 13, 17, 18, 19, 20, 22, 28, 29, 32, 33], "multi": 2, "applic": 2, "compos": [2, 33], "valu": [2, 3, 5, 6, 7, 8, 10, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 28, 29, 30, 31, 32], "docker_config": 3, "config": 3, "docker_container_copy_into": 5, "copi": 5, "file": 5, "docker_container_exec": 6, "execut": [6, 36], "command": 6, "docker_container_info": 7, "retriev": [7, 10, 16, 18, 26, 29, 31], "docker_contain": [8, 9], "inventori": [9, 15, 27, 35], "ansibl": [9, 27], "dynam": [9, 27], "plugin": [9, 20, 27, 35], "docker_host_info": 10, "host": [10, 36], "list": 10, "object": [10, 21], "servic": [10, 29, 30, 33], "docker_image_info": 11, "inspect": 11, "imag": [11, 12, 13, 33], "docker_image_load": 12, "load": 12, "": 12, "from": [12, 18, 29], "archiv": 12, "docker_imag": 13, "docker_login": 14, "log": 14, "registri": 14, "docker_machin": 15, "machin": [15, 33], "sourc": 15, "docker_network_info": 16, "network": [16, 17, 33], "docker_network": 17, "docker_node_info": 18, "swarm": [18, 19, 26, 27, 28, 29, 30, 33], "node": [18, 19, 27], "docker_nod": 19, "docker_plugin": 20, "docker_prun": 21, "allow": 21, "prune": 21, "variou": 21, "docker_secret": 22, "secret": 22, "docker_stack_info": 23, "inform": [23, 25, 29], "stack": [23, 24, 25, 33], "docker_stack": 24, "docker_stack_task_info": 25, "docker_swarm_info": 26, "cluster": [26, 28], "docker_swarm": [27, 28], "docker_swarm_service_info": 29, "docker_swarm_servic": 30, "docker_volume_info": 31, "volum": [31, 32, 33], "docker_volum": 32, "guid": [33, 35], "api": 33, "environ": [33, 34], "variabl": [33, 34], "plain": 33, "daemon": 33, "configur": 33, "help": 33, "index": [34, 35], "all": 34, "descript": 35, "scenario": 35, "nsenter": 36, "control": 36}, "envversion": {"sphinx.domains.c": 2, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 8, "sphinx.domains.index": 1, "sphinx.domains.javascript": 2, "sphinx.domains.math": 2, "sphinx.domains.python": 3, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.intersphinx": 1, "sphinx": 57}, "alltitles": {"community.docker.current_container_facts module \u2013 Return facts about whether the module runs in a Docker container": [[0, "community-docker-current-container-facts-module-return-facts-about-whether-the-module-runs-in-a-docker-container"]], "Synopsis": [[0, "synopsis"], [1, "synopsis"], [2, "synopsis"], [3, "synopsis"], [4, "synopsis"], [5, "synopsis"], [6, "synopsis"], [7, "synopsis"], [8, "synopsis"], [9, "synopsis"], [10, "synopsis"], [11, "synopsis"], [12, "synopsis"], [13, "synopsis"], [14, "synopsis"], [15, "synopsis"], [16, "synopsis"], [17, "synopsis"], [18, "synopsis"], [19, "synopsis"], [20, "synopsis"], [21, "synopsis"], [22, "synopsis"], [23, "synopsis"], [24, "synopsis"], [25, "synopsis"], [26, "synopsis"], [27, "synopsis"], [28, "synopsis"], [29, "synopsis"], [30, "synopsis"], [31, "synopsis"], [32, "synopsis"], [36, "synopsis"]], "Attributes": [[0, "attributes"], [2, "attributes"], [3, "attributes"], [5, "attributes"], [6, "attributes"], [7, "attributes"], [8, "attributes"], [10, "attributes"], [11, "attributes"], [12, "attributes"], [13, "attributes"], [14, "attributes"], [16, "attributes"], [17, "attributes"], [18, "attributes"], [19, "attributes"], [20, "attributes"], [21, "attributes"], [22, "attributes"], [23, "attributes"], [24, "attributes"], [25, "attributes"], [26, "attributes"], [28, "attributes"], [29, "attributes"], [30, "attributes"], [31, "attributes"], [32, "attributes"]], "Examples": [[0, "examples"], [2, "examples"], [3, "examples"], [5, "examples"], [6, "examples"], [7, "examples"], [8, "examples"], [9, "examples"], [10, "examples"], [11, "examples"], [12, "examples"], [13, "examples"], [14, "examples"], [15, "examples"], [16, "examples"], [17, "examples"], [18, "examples"], [19, "examples"], [20, "examples"], [21, "examples"], [22, "examples"], [23, "examples"], [24, "examples"], [25, "examples"], [26, "examples"], [27, "examples"], [28, "examples"], [29, "examples"], [30, "examples"], [31, "examples"], [32, "examples"]], "Returned Facts": [[0, "returned-facts"]], "Authors": [[0, "authors"], [1, "authors"], [2, "authors"], [3, "authors"], [4, "authors"], [5, "authors"], [6, "authors"], [7, "authors"], [8, "authors"], [9, "authors"], [10, "authors"], [11, "authors"], [12, "authors"], [13, "authors"], [14, "authors"], [15, "authors"], [16, "authors"], [17, "authors"], [18, "authors"], [19, "authors"], [20, "authors"], [21, "authors"], [22, "authors"], [23, "authors"], [24, "authors"], [25, "authors"], [26, "authors"], [27, "authors"], [28, "authors"], [29, "authors"], [30, "authors"], [31, "authors"], [32, "authors"], [36, "authors"]], "Collection links": [[0, "collection-links"], [1, "collection-links"], [2, "collection-links"], [3, "collection-links"], [4, "collection-links"], [5, "collection-links"], [6, "collection-links"], [7, "collection-links"], [8, "collection-links"], [9, "collection-links"], [10, "collection-links"], [11, "collection-links"], [12, "collection-links"], [13, "collection-links"], [14, "collection-links"], [15, "collection-links"], [16, "collection-links"], [17, "collection-links"], [18, "collection-links"], [19, "collection-links"], [20, "collection-links"], [21, "collection-links"], [22, "collection-links"], [23, "collection-links"], [24, "collection-links"], [25, "collection-links"], [26, "collection-links"], [27, "collection-links"], [28, "collection-links"], [29, "collection-links"], [30, "collection-links"], [31, "collection-links"], [32, "collection-links"], [36, "collection-links"]], "community.docker.docker_api connection \u2013 Run tasks in docker containers": [[1, "community-docker-docker-api-connection-run-tasks-in-docker-containers"]], "Requirements": [[1, "requirements"], [2, "requirements"], [3, "requirements"], [5, "requirements"], [6, "requirements"], [7, "requirements"], [8, "requirements"], [9, "requirements"], [10, "requirements"], [11, "requirements"], [12, "requirements"], [13, "requirements"], [14, "requirements"], [15, "requirements"], [16, "requirements"], [17, "requirements"], [18, "requirements"], [19, "requirements"], [20, "requirements"], [21, "requirements"], [22, "requirements"], [24, "requirements"], [26, "requirements"], [27, "requirements"], [28, "requirements"], [29, "requirements"], [30, "requirements"], [31, "requirements"], [32, "requirements"], [33, "requirements"]], "Parameters": [[1, "parameters"], [2, "parameters"], [3, "parameters"], [4, "parameters"], [5, "parameters"], [6, "parameters"], [7, "parameters"], [8, "parameters"], [9, "parameters"], [10, "parameters"], [11, "parameters"], [12, "parameters"], [13, "parameters"], [14, "parameters"], [15, "parameters"], [16, "parameters"], [17, "parameters"], [18, "parameters"], [19, "parameters"], [20, "parameters"], [21, "parameters"], [22, "parameters"], [24, "parameters"], [25, "parameters"], [26, "parameters"], [27, "parameters"], [28, "parameters"], [29, "parameters"], [30, "parameters"], [31, "parameters"], [32, "parameters"], [33, "parameters"], [36, "parameters"]], "Notes": [[1, "notes"], [2, "notes"], [3, "notes"], [5, "notes"], [6, "notes"], [7, "notes"], [8, "notes"], [9, "notes"], [10, "notes"], [11, "notes"], [12, "notes"], [13, "notes"], [14, "notes"], [16, "notes"], [17, "notes"], [18, "notes"], [19, "notes"], [20, "notes"], [21, "notes"], [22, "notes"], [26, "notes"], [28, "notes"], [29, "notes"], [30, "notes"], [31, "notes"], [32, "notes"], [36, "notes"]], "community.docker.docker_compose module \u2013 Manage multi-container Docker applications with Docker Compose.": [[2, "community-docker-docker-compose-module-manage-multi-container-docker-applications-with-docker-compose"]], "Return Values": [[2, "return-values"], [3, "return-values"], [5, "return-values"], [6, "return-values"], [7, "return-values"], [8, "return-values"], [10, "return-values"], [11, "return-values"], [12, "return-values"], [13, "return-values"], [14, "return-values"], [16, "return-values"], [17, "return-values"], [18, "return-values"], [19, "return-values"], [20, "return-values"], [21, "return-values"], [22, "return-values"], [23, "return-values"], [24, "return-values"], [25, "return-values"], [26, "return-values"], [28, "return-values"], [29, "return-values"], [30, "return-values"], [31, "return-values"], [32, "return-values"]], "community.docker.docker_config module \u2013 Manage docker configs.": [[3, "community-docker-docker-config-module-manage-docker-configs"]], "community.docker.docker connection \u2013 Run tasks in docker containers": [[4, "community-docker-docker-connection-run-tasks-in-docker-containers"]], "community.docker.docker_container_copy_into module \u2013 Copy a file into a Docker container": [[5, "community-docker-docker-container-copy-into-module-copy-a-file-into-a-docker-container"]], "community.docker.docker_container_exec module \u2013 Execute command in a docker container": [[6, "community-docker-docker-container-exec-module-execute-command-in-a-docker-container"]], "community.docker.docker_container_info module \u2013 Retrieves facts about docker container": [[7, "community-docker-docker-container-info-module-retrieves-facts-about-docker-container"]], "community.docker.docker_container module \u2013 manage Docker containers": [[8, "community-docker-docker-container-module-manage-docker-containers"]], "community.docker.docker_containers inventory \u2013 Ansible dynamic inventory plugin for Docker containers": [[9, "community-docker-docker-containers-inventory-ansible-dynamic-inventory-plugin-for-docker-containers"]], "community.docker.docker_host_info module \u2013 Retrieves facts about docker host and lists of objects of the services.": [[10, "community-docker-docker-host-info-module-retrieves-facts-about-docker-host-and-lists-of-objects-of-the-services"]], "community.docker.docker_image_info module \u2013 Inspect docker images": [[11, "community-docker-docker-image-info-module-inspect-docker-images"]], "community.docker.docker_image_load module \u2013 Load docker image(s) from archives": [[12, "community-docker-docker-image-load-module-load-docker-image-s-from-archives"]], "community.docker.docker_image module \u2013 Manage docker images": [[13, "community-docker-docker-image-module-manage-docker-images"]], "community.docker.docker_login module \u2013 Log into a Docker registry.": [[14, "community-docker-docker-login-module-log-into-a-docker-registry"]], "community.docker.docker_machine inventory \u2013 Docker Machine inventory source": [[15, "community-docker-docker-machine-inventory-docker-machine-inventory-source"]], "community.docker.docker_network_info module \u2013 Retrieves facts about docker network": [[16, "community-docker-docker-network-info-module-retrieves-facts-about-docker-network"]], "community.docker.docker_network module \u2013 Manage Docker networks": [[17, "community-docker-docker-network-module-manage-docker-networks"]], "community.docker.docker_node_info module \u2013 Retrieves facts about docker swarm node from Swarm Manager": [[18, "community-docker-docker-node-info-module-retrieves-facts-about-docker-swarm-node-from-swarm-manager"]], "community.docker.docker_node module \u2013 Manage Docker Swarm node": [[19, "community-docker-docker-node-module-manage-docker-swarm-node"]], "community.docker.docker_plugin module \u2013 Manage Docker plugins": [[20, "community-docker-docker-plugin-module-manage-docker-plugins"]], "community.docker.docker_prune module \u2013 Allows to prune various docker objects": [[21, "community-docker-docker-prune-module-allows-to-prune-various-docker-objects"]], "community.docker.docker_secret module \u2013 Manage docker secrets.": [[22, "community-docker-docker-secret-module-manage-docker-secrets"]], "community.docker.docker_stack_info module \u2013 Return information on a docker stack": [[23, "community-docker-docker-stack-info-module-return-information-on-a-docker-stack"]], "community.docker.docker_stack module \u2013 docker stack module": [[24, "community-docker-docker-stack-module-docker-stack-module"]], "community.docker.docker_stack_task_info module \u2013 Return information of the tasks on a docker stack": [[25, "community-docker-docker-stack-task-info-module-return-information-of-the-tasks-on-a-docker-stack"]], "community.docker.docker_swarm_info module \u2013 Retrieves facts about Docker Swarm cluster.": [[26, "community-docker-docker-swarm-info-module-retrieves-facts-about-docker-swarm-cluster"]], "community.docker.docker_swarm inventory \u2013 Ansible dynamic inventory plugin for Docker swarm nodes.": [[27, "community-docker-docker-swarm-inventory-ansible-dynamic-inventory-plugin-for-docker-swarm-nodes"]], "community.docker.docker_swarm module \u2013 Manage Swarm cluster": [[28, "community-docker-docker-swarm-module-manage-swarm-cluster"]], "community.docker.docker_swarm_service_info module \u2013 Retrieves information about docker services from a Swarm Manager": [[29, "community-docker-docker-swarm-service-info-module-retrieves-information-about-docker-services-from-a-swarm-manager"]], "community.docker.docker_swarm_service module \u2013 docker swarm service": [[30, "community-docker-docker-swarm-service-module-docker-swarm-service"]], "community.docker.docker_volume_info module \u2013 Retrieve facts about Docker volumes": [[31, "community-docker-docker-volume-info-module-retrieve-facts-about-docker-volumes"]], "community.docker.docker_volume module \u2013 Manage Docker volumes": [[32, "community-docker-docker-volume-module-manage-docker-volumes"]], "Docker Guide": [[33, "docker-guide"]], "Connecting to the Docker API": [[33, "connecting-to-the-docker-api"]], "Environment variables": [[33, "environment-variables"]], "Plain Docker daemon: images, networks, volumes, and containers": [[33, "plain-docker-daemon-images-networks-volumes-and-containers"]], "Docker Compose": [[33, "docker-compose"]], "Docker Machine": [[33, "docker-machine"]], "Docker stack": [[33, "docker-stack"]], "Docker Swarm": [[33, "docker-swarm"]], "Swarm management": [[33, "swarm-management"]], "Configuration management": [[33, "configuration-management"]], "Swarm services": [[33, "swarm-services"]], "Helpful links": [[33, "helpful-links"]], "Index of all Collection Environment Variables": [[34, "index-of-all-collection-environment-variables"]], "Community.Docker": [[35, "community-docker"]], "Description": [[35, "description"]], "Communication": [[35, "communication"]], "Scenario Guide": [[35, "scenario-guide"]], "Plugin Index": [[35, "plugin-index"]], "Modules": [[35, "modules"]], "Connection Plugins": [[35, "connection-plugins"]], "Inventory Plugins": [[35, "inventory-plugins"]], "community.docker.nsenter connection \u2013 execute on host running controller container": [[36, "community-docker-nsenter-connection-execute-on-host-running-controller-container"]]}, "indexentries": {"ansible_docker_timeout": [[1, "index-1"], [4, "index-1"], [34, "envvar-ANSIBLE_DOCKER_TIMEOUT"]], "ansible_remote_user": [[1, "index-2"], [4, "index-2"]], "ansible_timeout": [[1, "index-0"], [4, "index-0"]], "environment variable": [[1, "index-0"], [1, "index-1"], [1, "index-2"], [4, "index-0"], [4, "index-1"], [4, "index-2"], [9, "index-0"], [15, "index-0"], [27, "index-0"], [34, "envvar-ANSIBLE_DOCKER_TIMEOUT"], [34, "envvar-ANSIBLE_INVENTORY_USE_EXTRA_VARS"], [34, "envvar-ANSIBLE_NSENTER_PID"], [36, "index-0"]], "ansible_inventory_use_extra_vars": [[9, "index-0"], [15, "index-0"], [27, "index-0"], [34, "envvar-ANSIBLE_INVENTORY_USE_EXTRA_VARS"]], "ansible_nsenter_pid": [[34, "envvar-ANSIBLE_NSENTER_PID"], [36, "index-0"]]}})
\ No newline at end of file