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