From fbff9817c491f95bc2818fc377d4bc277066ef99 Mon Sep 17 00:00:00 2001 From: felixfontein Date: Sat, 6 Jan 2024 16:05:55 +0000 Subject: [PATCH] deploy: 4a5293503e8a6a57e5fb4d22845d7bdae86d46c6 --- branch/main/docker_api_connection.html | 11 +++++--- branch/main/docker_compose_module.html | 6 +++-- branch/main/docker_compose_v2_module.html | 5 ++-- branch/main/docker_config_module.html | 6 +++-- .../docker_container_copy_into_module.html | 6 +++-- branch/main/docker_container_exec_module.html | 6 +++-- branch/main/docker_container_info_module.html | 6 +++-- branch/main/docker_container_module.html | 6 +++-- branch/main/docker_containers_inventory.html | 8 +++--- branch/main/docker_host_info_module.html | 6 +++-- branch/main/docker_image_build_module.html | 5 ++-- branch/main/docker_image_info_module.html | 6 +++-- branch/main/docker_image_load_module.html | 6 +++-- branch/main/docker_image_module.html | 6 +++-- branch/main/docker_image_pull_module.html | 6 +++-- branch/main/docker_image_push_module.html | 6 +++-- branch/main/docker_image_remove_module.html | 6 +++-- branch/main/docker_image_tag_module.html | 6 +++-- branch/main/docker_login_module.html | 6 +++-- branch/main/docker_network_info_module.html | 6 +++-- branch/main/docker_network_module.html | 6 +++-- branch/main/docker_node_info_module.html | 6 +++-- branch/main/docker_node_module.html | 6 +++-- branch/main/docker_plugin_module.html | 6 +++-- branch/main/docker_prune_module.html | 6 +++-- branch/main/docker_secret_module.html | 6 +++-- branch/main/docker_swarm_info_module.html | 6 +++-- branch/main/docker_swarm_inventory.html | 8 +++--- branch/main/docker_swarm_module.html | 24 ++++++++++-------- .../docker_swarm_service_info_module.html | 6 +++-- branch/main/docker_swarm_service_module.html | 6 +++-- branch/main/docker_volume_info_module.html | 6 +++-- branch/main/docker_volume_module.html | 6 +++-- branch/main/docsite/scenario_guide.html | 4 +-- branch/main/objects.inv | Bin 17855 -> 18134 bytes branch/main/searchindex.js | 2 +- 36 files changed, 148 insertions(+), 81 deletions(-) diff --git a/branch/main/docker_api_connection.html b/branch/main/docker_api_connection.html index 67097fa6..1f2ffb9b 100644 --- a/branch/main/docker_api_connection.html +++ b/branch/main/docker_api_connection.html @@ -228,17 +228,22 @@ see
+
-

ca_cert

-

aliases: tls_ca_cert, cacert_path

+

ca_path

+

aliases: ca_cert, tls_ca_cert, cacert_path

path

Use a CA certificate when performing server verification by providing the path to a CA certificate file.

If the value is not specified in the task and the environment variable DOCKER_CERT_PATH is set, the file ca.pem from the directory specified in the environment variable DOCKER_CERT_PATH will be used.

+

This option was called ca_cert and got renamed to ca_path in community.docker 3.6.0. The old name has been added as an alias and can still be used.

Configuration:

-
diff --git a/branch/main/docker_compose_module.html b/branch/main/docker_compose_module.html index 2e367d79..55ab0036 100644 --- a/branch/main/docker_compose_module.html +++ b/branch/main/docker_compose_module.html @@ -250,14 +250,16 @@ see
+
-

ca_cert

-

aliases: tls_ca_cert, cacert_path

+

ca_path

+

aliases: ca_cert, tls_ca_cert, cacert_path

path

Use a CA certificate when performing server verification by providing the path to a CA certificate file.

If the value is not specified in the task and the environment variable DOCKER_CERT_PATH is set, the file ca.pem from the directory specified in the environment variable DOCKER_CERT_PATH will be used.

+

This option was called ca_cert and got renamed to ca_path in community.docker 3.6.0. The old name has been added as an alias and can still be used.

diff --git a/branch/main/docker_compose_v2_module.html b/branch/main/docker_compose_v2_module.html index e1730662..5ae30082 100644 --- a/branch/main/docker_compose_v2_module.html +++ b/branch/main/docker_compose_v2_module.html @@ -227,10 +227,11 @@ see
+
-

ca_cert

-

aliases: tls_ca_cert, cacert_path

+

ca_path

+

aliases: ca_cert, tls_ca_cert, cacert_path

path

Use a CA certificate when performing server verification by providing the path to a CA certificate file.

diff --git a/branch/main/docker_config_module.html b/branch/main/docker_config_module.html index b824a7a5..2ae51d7f 100644 --- a/branch/main/docker_config_module.html +++ b/branch/main/docker_config_module.html @@ -229,14 +229,16 @@ see
+
-

ca_cert

-

aliases: tls_ca_cert, cacert_path

+

ca_path

+

aliases: ca_cert, tls_ca_cert, cacert_path

path

Use a CA certificate when performing server verification by providing the path to a CA certificate file.

If the value is not specified in the task and the environment variable DOCKER_CERT_PATH is set, the file ca.pem from the directory specified in the environment variable DOCKER_CERT_PATH will be used.

+

This option was called ca_cert and got renamed to ca_path in community.docker 3.6.0. The old name has been added as an alias and can still be used.

diff --git a/branch/main/docker_container_copy_into_module.html b/branch/main/docker_container_copy_into_module.html index 90eeefaf..0235bcdd 100644 --- a/branch/main/docker_container_copy_into_module.html +++ b/branch/main/docker_container_copy_into_module.html @@ -236,14 +236,16 @@ see
+
-

ca_cert

-

aliases: tls_ca_cert, cacert_path

+

ca_path

+

aliases: ca_cert, tls_ca_cert, cacert_path

path

Use a CA certificate when performing server verification by providing the path to a CA certificate file.

If the value is not specified in the task and the environment variable DOCKER_CERT_PATH is set, the file ca.pem from the directory specified in the environment variable DOCKER_CERT_PATH will be used.

+

This option was called ca_cert and got renamed to ca_path in community.docker 3.6.0. The old name has been added as an alias and can still be used.

diff --git a/branch/main/docker_container_exec_module.html b/branch/main/docker_container_exec_module.html index b2e8ae23..50a06686 100644 --- a/branch/main/docker_container_exec_module.html +++ b/branch/main/docker_container_exec_module.html @@ -239,14 +239,16 @@ see
+
-

ca_cert

-

aliases: tls_ca_cert, cacert_path

+

ca_path

+

aliases: ca_cert, tls_ca_cert, cacert_path

path

Use a CA certificate when performing server verification by providing the path to a CA certificate file.

If the value is not specified in the task and the environment variable DOCKER_CERT_PATH is set, the file ca.pem from the directory specified in the environment variable DOCKER_CERT_PATH will be used.

+

This option was called ca_cert and got renamed to ca_path in community.docker 3.6.0. The old name has been added as an alias and can still be used.

diff --git a/branch/main/docker_container_info_module.html b/branch/main/docker_container_info_module.html index fc895e16..03a30180 100644 --- a/branch/main/docker_container_info_module.html +++ b/branch/main/docker_container_info_module.html @@ -230,14 +230,16 @@ see
+
-

ca_cert

-

aliases: tls_ca_cert, cacert_path

+

ca_path

+

aliases: ca_cert, tls_ca_cert, cacert_path

path

Use a CA certificate when performing server verification by providing the path to a CA certificate file.

If the value is not specified in the task and the environment variable DOCKER_CERT_PATH is set, the file ca.pem from the directory specified in the environment variable DOCKER_CERT_PATH will be used.

+

This option was called ca_cert and got renamed to ca_path in community.docker 3.6.0. The old name has been added as an alias and can still be used.

diff --git a/branch/main/docker_container_module.html b/branch/main/docker_container_module.html index c99999d8..3206dd97 100644 --- a/branch/main/docker_container_module.html +++ b/branch/main/docker_container_module.html @@ -250,14 +250,16 @@ see
+
-

ca_cert

-

aliases: tls_ca_cert, cacert_path

+

ca_path

+

aliases: ca_cert, tls_ca_cert, cacert_path

path

Use a CA certificate when performing server verification by providing the path to a CA certificate file.

If the value is not specified in the task and the environment variable DOCKER_CERT_PATH is set, the file ca.pem from the directory specified in the environment variable DOCKER_CERT_PATH will be used.

+

This option was called ca_cert and got renamed to ca_path in community.docker 3.6.0. The old name has been added as an alias and can still be used.

diff --git a/branch/main/docker_containers_inventory.html b/branch/main/docker_containers_inventory.html index fa3ae51f..a19f244a 100644 --- a/branch/main/docker_containers_inventory.html +++ b/branch/main/docker_containers_inventory.html @@ -248,14 +248,16 @@ see
+
-

ca_cert

-

aliases: tls_ca_cert, cacert_path

+

ca_path

+

aliases: ca_cert, tls_ca_cert, cacert_path

path

Use a CA certificate when performing server verification by providing the path to a CA certificate file.

If the value is not specified in the task and the environment variable DOCKER_CERT_PATH is set, the file ca.pem from the directory specified in the environment variable DOCKER_CERT_PATH will be used.

+

This option was called ca_cert and got renamed to ca_path in community.docker 3.6.0. The old name has been added as an alias and can still be used.

@@ -608,7 +610,7 @@ see plugin: community.docker.docker_containers docker_host: tcp://my-docker-host:2376 validate_certs: true -ca_cert: /somewhere/ca.pem +ca_path: /somewhere/ca.pem client_key: /somewhere/key.pem client_cert: /somewhere/cert.pem diff --git a/branch/main/docker_host_info_module.html b/branch/main/docker_host_info_module.html index b56611db..06d450f4 100644 --- a/branch/main/docker_host_info_module.html +++ b/branch/main/docker_host_info_module.html @@ -233,14 +233,16 @@ see
+
-

ca_cert

-

aliases: tls_ca_cert, cacert_path

+

ca_path

+

aliases: ca_cert, tls_ca_cert, cacert_path

path

Use a CA certificate when performing server verification by providing the path to a CA certificate file.

If the value is not specified in the task and the environment variable DOCKER_CERT_PATH is set, the file ca.pem from the directory specified in the environment variable DOCKER_CERT_PATH will be used.

+

This option was called ca_cert and got renamed to ca_path in community.docker 3.6.0. The old name has been added as an alias and can still be used.

diff --git a/branch/main/docker_image_build_module.html b/branch/main/docker_image_build_module.html index 367c9926..ebf36288 100644 --- a/branch/main/docker_image_build_module.html +++ b/branch/main/docker_image_build_module.html @@ -235,10 +235,11 @@ see
+
-

ca_cert

-

aliases: tls_ca_cert, cacert_path

+

ca_path

+

aliases: ca_cert, tls_ca_cert, cacert_path

path

Use a CA certificate when performing server verification by providing the path to a CA certificate file.

diff --git a/branch/main/docker_image_info_module.html b/branch/main/docker_image_info_module.html index eaa46e4e..85d4ca04 100644 --- a/branch/main/docker_image_info_module.html +++ b/branch/main/docker_image_info_module.html @@ -231,14 +231,16 @@ see
+
-

ca_cert

-

aliases: tls_ca_cert, cacert_path

+

ca_path

+

aliases: ca_cert, tls_ca_cert, cacert_path

path

Use a CA certificate when performing server verification by providing the path to a CA certificate file.

If the value is not specified in the task and the environment variable DOCKER_CERT_PATH is set, the file ca.pem from the directory specified in the environment variable DOCKER_CERT_PATH will be used.

+

This option was called ca_cert and got renamed to ca_path in community.docker 3.6.0. The old name has been added as an alias and can still be used.

diff --git a/branch/main/docker_image_load_module.html b/branch/main/docker_image_load_module.html index 1b5e1db4..e4b78c60 100644 --- a/branch/main/docker_image_load_module.html +++ b/branch/main/docker_image_load_module.html @@ -232,14 +232,16 @@ see
+
-

ca_cert

-

aliases: tls_ca_cert, cacert_path

+

ca_path

+

aliases: ca_cert, tls_ca_cert, cacert_path

path

Use a CA certificate when performing server verification by providing the path to a CA certificate file.

If the value is not specified in the task and the environment variable DOCKER_CERT_PATH is set, the file ca.pem from the directory specified in the environment variable DOCKER_CERT_PATH will be used.

+

This option was called ca_cert and got renamed to ca_path in community.docker 3.6.0. The old name has been added as an alias and can still be used.

diff --git a/branch/main/docker_image_module.html b/branch/main/docker_image_module.html index e3ee3271..b96e3437 100644 --- a/branch/main/docker_image_module.html +++ b/branch/main/docker_image_module.html @@ -416,14 +416,16 @@ see
+
-

ca_cert

-

aliases: tls_ca_cert, cacert_path

+

ca_path

+

aliases: ca_cert, tls_ca_cert, cacert_path

path

Use a CA certificate when performing server verification by providing the path to a CA certificate file.

If the value is not specified in the task and the environment variable DOCKER_CERT_PATH is set, the file ca.pem from the directory specified in the environment variable DOCKER_CERT_PATH will be used.

+

This option was called ca_cert and got renamed to ca_path in community.docker 3.6.0. The old name has been added as an alias and can still be used.

diff --git a/branch/main/docker_image_pull_module.html b/branch/main/docker_image_pull_module.html index c8b294fa..2e2a0218 100644 --- a/branch/main/docker_image_pull_module.html +++ b/branch/main/docker_image_pull_module.html @@ -232,14 +232,16 @@ see
+
-

ca_cert

-

aliases: tls_ca_cert, cacert_path

+

ca_path

+

aliases: ca_cert, tls_ca_cert, cacert_path

path

Use a CA certificate when performing server verification by providing the path to a CA certificate file.

If the value is not specified in the task and the environment variable DOCKER_CERT_PATH is set, the file ca.pem from the directory specified in the environment variable DOCKER_CERT_PATH will be used.

+

This option was called ca_cert and got renamed to ca_path in community.docker 3.6.0. The old name has been added as an alias and can still be used.

diff --git a/branch/main/docker_image_push_module.html b/branch/main/docker_image_push_module.html index 5c7bf2b7..ad99b887 100644 --- a/branch/main/docker_image_push_module.html +++ b/branch/main/docker_image_push_module.html @@ -232,14 +232,16 @@ see
+
-

ca_cert

-

aliases: tls_ca_cert, cacert_path

+

ca_path

+

aliases: ca_cert, tls_ca_cert, cacert_path

path

Use a CA certificate when performing server verification by providing the path to a CA certificate file.

If the value is not specified in the task and the environment variable DOCKER_CERT_PATH is set, the file ca.pem from the directory specified in the environment variable DOCKER_CERT_PATH will be used.

+

This option was called ca_cert and got renamed to ca_path in community.docker 3.6.0. The old name has been added as an alias and can still be used.

diff --git a/branch/main/docker_image_remove_module.html b/branch/main/docker_image_remove_module.html index 1c2e645c..da01094d 100644 --- a/branch/main/docker_image_remove_module.html +++ b/branch/main/docker_image_remove_module.html @@ -232,14 +232,16 @@ see
+
-

ca_cert

-

aliases: tls_ca_cert, cacert_path

+

ca_path

+

aliases: ca_cert, tls_ca_cert, cacert_path

path

Use a CA certificate when performing server verification by providing the path to a CA certificate file.

If the value is not specified in the task and the environment variable DOCKER_CERT_PATH is set, the file ca.pem from the directory specified in the environment variable DOCKER_CERT_PATH will be used.

+

This option was called ca_cert and got renamed to ca_path in community.docker 3.6.0. The old name has been added as an alias and can still be used.

diff --git a/branch/main/docker_image_tag_module.html b/branch/main/docker_image_tag_module.html index 4ca2d79b..cfca99a2 100644 --- a/branch/main/docker_image_tag_module.html +++ b/branch/main/docker_image_tag_module.html @@ -232,14 +232,16 @@ see
+
-

ca_cert

-

aliases: tls_ca_cert, cacert_path

+

ca_path

+

aliases: ca_cert, tls_ca_cert, cacert_path

path

Use a CA certificate when performing server verification by providing the path to a CA certificate file.

If the value is not specified in the task and the environment variable DOCKER_CERT_PATH is set, the file ca.pem from the directory specified in the environment variable DOCKER_CERT_PATH will be used.

+

This option was called ca_cert and got renamed to ca_path in community.docker 3.6.0. The old name has been added as an alias and can still be used.

diff --git a/branch/main/docker_login_module.html b/branch/main/docker_login_module.html index 96467509..1f9e06ac 100644 --- a/branch/main/docker_login_module.html +++ b/branch/main/docker_login_module.html @@ -231,14 +231,16 @@ see
+
-

ca_cert

-

aliases: tls_ca_cert, cacert_path

+

ca_path

+

aliases: ca_cert, tls_ca_cert, cacert_path

path

Use a CA certificate when performing server verification by providing the path to a CA certificate file.

If the value is not specified in the task and the environment variable DOCKER_CERT_PATH is set, the file ca.pem from the directory specified in the environment variable DOCKER_CERT_PATH will be used.

+

This option was called ca_cert and got renamed to ca_path in community.docker 3.6.0. The old name has been added as an alias and can still be used.

diff --git a/branch/main/docker_network_info_module.html b/branch/main/docker_network_info_module.html index 0f192d37..62cf03e0 100644 --- a/branch/main/docker_network_info_module.html +++ b/branch/main/docker_network_info_module.html @@ -230,14 +230,16 @@ see
+
-

ca_cert

-

aliases: tls_ca_cert, cacert_path

+

ca_path

+

aliases: ca_cert, tls_ca_cert, cacert_path

path

Use a CA certificate when performing server verification by providing the path to a CA certificate file.

If the value is not specified in the task and the environment variable DOCKER_CERT_PATH is set, the file ca.pem from the directory specified in the environment variable DOCKER_CERT_PATH will be used.

+

This option was called ca_cert and got renamed to ca_path in community.docker 3.6.0. The old name has been added as an alias and can still be used.

diff --git a/branch/main/docker_network_module.html b/branch/main/docker_network_module.html index 8e08b2fd..71799383 100644 --- a/branch/main/docker_network_module.html +++ b/branch/main/docker_network_module.html @@ -257,14 +257,16 @@ see
+
-

ca_cert

-

aliases: tls_ca_cert, cacert_path

+

ca_path

+

aliases: ca_cert, tls_ca_cert, cacert_path

path

Use a CA certificate when performing server verification by providing the path to a CA certificate file.

If the value is not specified in the task and the environment variable DOCKER_CERT_PATH is set, the file ca.pem from the directory specified in the environment variable DOCKER_CERT_PATH will be used.

+

This option was called ca_cert and got renamed to ca_path in community.docker 3.6.0. The old name has been added as an alias and can still be used.

diff --git a/branch/main/docker_node_info_module.html b/branch/main/docker_node_info_module.html index dad94f0f..aaa34b6e 100644 --- a/branch/main/docker_node_info_module.html +++ b/branch/main/docker_node_info_module.html @@ -228,14 +228,16 @@ see
+
-

ca_cert

-

aliases: tls_ca_cert, cacert_path

+

ca_path

+

aliases: ca_cert, tls_ca_cert, cacert_path

path

Use a CA certificate when performing server verification by providing the path to a CA certificate file.

If the value is not specified in the task and the environment variable DOCKER_CERT_PATH is set, the file ca.pem from the directory specified in the environment variable DOCKER_CERT_PATH will be used.

+

This option was called ca_cert and got renamed to ca_path in community.docker 3.6.0. The old name has been added as an alias and can still be used.

diff --git a/branch/main/docker_node_module.html b/branch/main/docker_node_module.html index 79a2582f..d404170b 100644 --- a/branch/main/docker_node_module.html +++ b/branch/main/docker_node_module.html @@ -240,14 +240,16 @@ see
+
-

ca_cert

-

aliases: tls_ca_cert, cacert_path

+

ca_path

+

aliases: ca_cert, tls_ca_cert, cacert_path

path

Use a CA certificate when performing server verification by providing the path to a CA certificate file.

If the value is not specified in the task and the environment variable DOCKER_CERT_PATH is set, the file ca.pem from the directory specified in the environment variable DOCKER_CERT_PATH will be used.

+

This option was called ca_cert and got renamed to ca_path in community.docker 3.6.0. The old name has been added as an alias and can still be used.

diff --git a/branch/main/docker_plugin_module.html b/branch/main/docker_plugin_module.html index 79e3d2b4..f142e453 100644 --- a/branch/main/docker_plugin_module.html +++ b/branch/main/docker_plugin_module.html @@ -239,14 +239,16 @@ see
+
-

ca_cert

-

aliases: tls_ca_cert, cacert_path

+

ca_path

+

aliases: ca_cert, tls_ca_cert, cacert_path

path

Use a CA certificate when performing server verification by providing the path to a CA certificate file.

If the value is not specified in the task and the environment variable DOCKER_CERT_PATH is set, the file ca.pem from the directory specified in the environment variable DOCKER_CERT_PATH will be used.

+

This option was called ca_cert and got renamed to ca_path in community.docker 3.6.0. The old name has been added as an alias and can still be used.

diff --git a/branch/main/docker_prune_module.html b/branch/main/docker_prune_module.html index 720783ea..bd987f85 100644 --- a/branch/main/docker_prune_module.html +++ b/branch/main/docker_prune_module.html @@ -241,14 +241,16 @@ see
+
-

ca_cert

-

aliases: tls_ca_cert, cacert_path

+

ca_path

+

aliases: ca_cert, tls_ca_cert, cacert_path

path

Use a CA certificate when performing server verification by providing the path to a CA certificate file.

If the value is not specified in the task and the environment variable DOCKER_CERT_PATH is set, the file ca.pem from the directory specified in the environment variable DOCKER_CERT_PATH will be used.

+

This option was called ca_cert and got renamed to ca_path in community.docker 3.6.0. The old name has been added as an alias and can still be used.

diff --git a/branch/main/docker_secret_module.html b/branch/main/docker_secret_module.html index e31a3ec3..a6637abc 100644 --- a/branch/main/docker_secret_module.html +++ b/branch/main/docker_secret_module.html @@ -229,14 +229,16 @@ see
+
-

ca_cert

-

aliases: tls_ca_cert, cacert_path

+

ca_path

+

aliases: ca_cert, tls_ca_cert, cacert_path

path

Use a CA certificate when performing server verification by providing the path to a CA certificate file.

If the value is not specified in the task and the environment variable DOCKER_CERT_PATH is set, the file ca.pem from the directory specified in the environment variable DOCKER_CERT_PATH will be used.

+

This option was called ca_cert and got renamed to ca_path in community.docker 3.6.0. The old name has been added as an alias and can still be used.

diff --git a/branch/main/docker_swarm_info_module.html b/branch/main/docker_swarm_info_module.html index 6dbceea2..2698f5ab 100644 --- a/branch/main/docker_swarm_info_module.html +++ b/branch/main/docker_swarm_info_module.html @@ -229,14 +229,16 @@ see
+
-

ca_cert

-

aliases: tls_ca_cert, cacert_path

+

ca_path

+

aliases: ca_cert, tls_ca_cert, cacert_path

path

Use a CA certificate when performing server verification by providing the path to a CA certificate file.

If the value is not specified in the task and the environment variable DOCKER_CERT_PATH is set, the file ca.pem from the directory specified in the environment variable DOCKER_CERT_PATH will be used.

+

This option was called ca_cert and got renamed to ca_path in community.docker 3.6.0. The old name has been added as an alias and can still be used.

diff --git a/branch/main/docker_swarm_inventory.html b/branch/main/docker_swarm_inventory.html index dc06266f..b2a8d925 100644 --- a/branch/main/docker_swarm_inventory.html +++ b/branch/main/docker_swarm_inventory.html @@ -218,13 +218,15 @@ see
+
-

ca_cert

-

aliases: tls_ca_cert, cacert_path

+

ca_path

+

aliases: ca_cert, tls_ca_cert, cacert_path

path

Use a CA certificate when performing server verification by providing the path to a CA certificate file.

+

This option was called ca_cert and got renamed to ca_path in community.docker 3.6.0. The old name has been added as an alias and can still be used.

@@ -518,7 +520,7 @@ see plugin: community.docker.docker_swarm docker_host: tcp://my-docker-host:2376 validate_certs: true -ca_cert: /somewhere/ca.pem +ca_path: /somewhere/ca.pem client_key: /somewhere/key.pem client_cert: /somewhere/cert.pem diff --git a/branch/main/docker_swarm_module.html b/branch/main/docker_swarm_module.html index 6f7be672..0ce829d7 100644 --- a/branch/main/docker_swarm_module.html +++ b/branch/main/docker_swarm_module.html @@ -252,17 +252,6 @@ see
-
-
-

ca_cert

-

aliases: tls_ca_cert, cacert_path

-

path

-
-

Use a CA certificate when performing server verification by providing the path to a CA certificate file.

-

If the value is not specified in the task and the environment variable DOCKER_CERT_PATH is set, the file ca.pem from the directory specified in the environment variable DOCKER_CERT_PATH will be used.

-
- -

ca_force_rotate

integer

@@ -271,6 +260,19 @@ see
+
+
+
+

ca_path

+

aliases: ca_cert, tls_ca_cert, cacert_path

+

path

+
+

Use a CA certificate when performing server verification by providing the path to a CA certificate file.

+

If the value is not specified in the task and the environment variable DOCKER_CERT_PATH is set, the file ca.pem from the directory specified in the environment variable DOCKER_CERT_PATH will be used.

+

This option was called ca_cert and got renamed to ca_path in community.docker 3.6.0. The old name has been added as an alias and can still be used.

+
+
diff --git a/branch/main/docker_swarm_service_info_module.html b/branch/main/docker_swarm_service_info_module.html index 9854a5cc..9e9f1679 100644 --- a/branch/main/docker_swarm_service_info_module.html +++ b/branch/main/docker_swarm_service_info_module.html @@ -228,14 +228,16 @@ see
+
-

ca_cert

-

aliases: tls_ca_cert, cacert_path

+

ca_path

+

aliases: ca_cert, tls_ca_cert, cacert_path

path

Use a CA certificate when performing server verification by providing the path to a CA certificate file.

If the value is not specified in the task and the environment variable DOCKER_CERT_PATH is set, the file ca.pem from the directory specified in the environment variable DOCKER_CERT_PATH will be used.

+

This option was called ca_cert and got renamed to ca_path in community.docker 3.6.0. The old name has been added as an alias and can still be used.

diff --git a/branch/main/docker_swarm_service_module.html b/branch/main/docker_swarm_service_module.html index e6bebede..cd36fb47 100644 --- a/branch/main/docker_swarm_service_module.html +++ b/branch/main/docker_swarm_service_module.html @@ -236,14 +236,16 @@ see
+
-

ca_cert

-

aliases: tls_ca_cert, cacert_path

+

ca_path

+

aliases: ca_cert, tls_ca_cert, cacert_path

path

Use a CA certificate when performing server verification by providing the path to a CA certificate file.

If the value is not specified in the task and the environment variable DOCKER_CERT_PATH is set, the file ca.pem from the directory specified in the environment variable DOCKER_CERT_PATH will be used.

+

This option was called ca_cert and got renamed to ca_path in community.docker 3.6.0. The old name has been added as an alias and can still be used.

diff --git a/branch/main/docker_volume_info_module.html b/branch/main/docker_volume_info_module.html index ae2f34a2..92aa2f02 100644 --- a/branch/main/docker_volume_info_module.html +++ b/branch/main/docker_volume_info_module.html @@ -229,14 +229,16 @@ see
+
-

ca_cert

-

aliases: tls_ca_cert, cacert_path

+

ca_path

+

aliases: ca_cert, tls_ca_cert, cacert_path

path

Use a CA certificate when performing server verification by providing the path to a CA certificate file.

If the value is not specified in the task and the environment variable DOCKER_CERT_PATH is set, the file ca.pem from the directory specified in the environment variable DOCKER_CERT_PATH will be used.

+

This option was called ca_cert and got renamed to ca_path in community.docker 3.6.0. The old name has been added as an alias and can still be used.

diff --git a/branch/main/docker_volume_module.html b/branch/main/docker_volume_module.html index b98573e0..ffde84f0 100644 --- a/branch/main/docker_volume_module.html +++ b/branch/main/docker_volume_module.html @@ -230,14 +230,16 @@ see
+
-

ca_cert

-

aliases: tls_ca_cert, cacert_path

+

ca_path

+

aliases: ca_cert, tls_ca_cert, cacert_path

path

Use a CA certificate when performing server verification by providing the path to a CA certificate file.

If the value is not specified in the task and the environment variable DOCKER_CERT_PATH is set, the file ca.pem from the directory specified in the environment variable DOCKER_CERT_PATH will be used.

+

This option was called ca_cert and got renamed to ca_path in community.docker 3.6.0. The old name has been added as an alias and can still be used.

diff --git a/branch/main/docsite/scenario_guide.html b/branch/main/docsite/scenario_guide.html index 51c46aeb..77ba7e92 100644 --- a/branch/main/docsite/scenario_guide.html +++ b/branch/main/docsite/scenario_guide.html @@ -219,7 +219,7 @@
validate_certs

Secure the connection to the API by using TLS and verifying the authenticity of the Docker host server. Default is false.

-
cacert_path

Use a CA certificate when performing server verification by providing the path to a CA certificate file.

+
ca_path

Use a CA certificate when performing server verification by providing the path to a CA certificate file.

cert_path

Path to the client’s TLS certificate file.

@@ -253,7 +253,7 @@ tls: true validate_certs: true tls_hostname: docker.example.com - cacert_path: /path/to/cacert.pem + ca_path: /path/to/cacert.pem # Increase timeout timeout: 120 tasks: diff --git a/branch/main/objects.inv b/branch/main/objects.inv index ae8c1eb64c5c57a1dbe7cafc022e7334bc97fade..4250fb32717dc3490eb43925a60463180949ffff 100644 GIT binary patch delta 16865 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 g>6}+bYEY)Uu>Rrn+4P%VrtklvZ%m&FcAX@!* zexO@qN*w)UtX~Drj*Cl$qF+_zFub`7E-#LbtzR;4?t&vjdas)LSn2n_xhpe2spr_m z6dQ%qtAD@Nx<#Rne@zyORlL70{@4YfKfiQ?+7#C|H`$-J`~6NSZ8P{%cd4ese(JmH zB}3lDedJ<_OoihU1i4}M%YRW6kLt%wvRmWxfTUNxiBTvj-+q{vYuz04VoV{a07A`R zHUwA`I0O-{cQb-OE8YPZAryL$NT-Ak1>7Nt!uUEP+${S$eo^NKJ9^lu>tC1NA}}Y4iCh4Rz;T?RKgiISz+^DjCiCmiMx;u=SBG9z zW9G~17L^X;+`X%^K3AvQcl#8&aG{BTy8iN}cPK(M$0kO4@0#mb=p@at>5zu8>PL0V zO*4n30vQff?#A#Gk_@R5Kme=7l)G5d>U3P}ghT`swA?l~wG zM94VA1_3h;1t6NtclLhcP%!yYL@|LIhaxaiHF}(JCstF0U3wnI)s5ES=hiVr z@hAZHe_S1MiFyG(_aQsxbA5aa(jCLN;jj;I;m){OF5>6mt?S3~Va~BlhxbeyW70Sk z?xdk@DpMgZ5AXxr%nRmh=lLOS>m@kzy=@Bi>i8Jf_>>F#MZQFSfUA5-&3l=zz#ri{ zU!l`o=sD}H_aR9EoE$^v^~KDDpoWLKMLv?sbr2r%s#vC#=Rh=d`%rI*VoE3v{JA23ZQ}PlmN8D**CcoN3=6hp~tmvGNlb|XF|dba9u5M(pa>6xMf(RrZ|!_h-ju@ULKQ1Ef- zn@sc2bdkr#JVKrHnUORinh6LwE_#zEX;d*24{~g=k0)(-F&`6lka3VJHqMwCe+xd^ zc#|q=#4ZyOa@?+mCw1s98x(#3Z-^{q3@^}!A+(eOlJ$p)t)x_J@upQA-+dYWhR+^=uyyDIq~w3Rew_B1Hms6;w8`Ob_pVr zIA1=qy742gT`$SG$bx~@A_HPJkte&OB7Lemp0PSf z;h4}^n&iQv#2hq3M%&l=6do?R*aDKc`8jl$=pyvaA)<6iQwmmoGIl8FL77}7@~!a+_EwHESlAnb%; z62Fa*69i%%^l%)jvC2tc;}Paw)$G7ldKnAt=7y>Ix^8kR> zmG)(yIv|z@1wRlrf6NsaFv0+DIihykwKs=0N}x& z9)_UFhJ^rVs`2C>s2;Lp4=NOTa_{wz>-IE1WV4K<(miG41N^uMsH-4p zgZlVr=zHHu1Npdt2z%iPgZJ2Iz=QSzEWrVLY$U*edLE9X_5D~_kgNN7c#;MkvhW}W z8~S)$E3OtVAw$F?NNGjbi#RQJ7D?5;`HtDk4NW59FWc8MY=sKfe+LSkmN) zgx6Mu7EPSLe+H#H@45iyv?`Y0=6sGcXbBQ7Hp0RiwHq+*OZ9E+tFr1(Lmn9Soef*q zuoN(6_7(j~FcZ4x!I%OTHXtE@er4tbumN`ixVzxcUA~uft6yAU*Mw(t5Q)1J%)Sb< zFR-7&lhj^wMFuu9+eHF$+=G!97~{@Jz>Qip^3ozqe;i)eU5<_%xI|u$1mH;7BQGqt z7?K1U^;P7CMR+b!fFBH(7dBq=%8ZMtgrx%qN@60sph8&+?!485(B9Hvg?*&k_qGw= zJ#1#*Z^y^s1y$tIK_h-95niy_DFHj^8p=xx^b@5(CYy^g6BF2u((ywcBoS_yJ1HGF zU{w;~e+8MC5^!Jjp1QA(f$DPM!3-F;a#MmVT?vr3LK4s*@^ad2K>9=iYRt-(7Zq-D zOF*?#9+i)DpW2K#?^fyJ)LkYVh}~DS#iQJ-HXE*c^>OY~wtF6Qc zf9y~1qG%>QF;iN1j1>#p0rQfjnpl|W@a7dC;Y0AT(Y+n(UX;uxKuwig4d7)X=>LZa zk%$g?i zvm#=}eIHpPdg3r@zMrUkfXWetd>@FAQxNU2)v)l;nrZ6xHE|l6#g-Ttvm30LW|0ce zOhXStZKm-sCYxzk2?@+J9==pFe+?@h-b}NigP3U;_-M^E9>TQp0V^H0bl@dRHD)l= z;jI}y!iV5vqf0LP@bVFqe8PnBa!(FGOsU7imm>AEqT!@|AJtw-oEMQ!5)bnxNa8s_ zQIdF=FfNJb0K`b*9==2YnUxMLAbZ#n%E+u-sPeIgDP0t2MWYbKJ%ni@e{wMiv1#z}=+okSvIfHP5KWT!-ni~+_Zk&&GcDKdKa zc1d!qj6{;0hjW*F#mY$}U#&Rr$IRyE`;-ACm-)&8eRq-IxfC`sDNOZJH}zPn zK?LX{Iw6$cCC72WP4n6658_=u4y0)UTNj=hs~xho89s-nZZ{kne^s?tiKl}LOo@_O z{$s(x7yJUG=--QQ-GWmh&EFl> zYjthL@?{(Kp5YAt@T#8#Rgus_;c~O1cN!)IiYvE$k0{#278!H)}DKst4@TS`- zgA9+0O$sD~LJgsGe=9X7RK}@GWud!UnGF0*N;h{ zs4t{w3A5?25TWMK*#dd54@O(5j^)c`kRUP%6efYfB*2FDEK`KI?>M>2*Po!f zt3=)R6Rk~y57Yf!A0Ob%y1(lq=XpK$^}FgH0CviQ545}3eaVx~iIAgy?dwsAHfC)G zJgwOqoNP1UM#$7m_`noxCVXJ>G!rIF(I)ML$kV3%zCnX#nh@vPr5hy9%oLXze z(wDjsczN2`g^f)NB*;UIW8Jp`*PDw=2lA$>W_+_Fs`Aq;gR>w#>-L52j8u&%TXD;R z2eMaVFQOeaX21lOG))XQA9A9Y4aBsW zDLA;We{)fMhN(|&*Q>HVS0@3WDS9zQCxjBB;lLD663CrLF zXhRmaET|#PEi2Awl3+p9+Y2z6sFV=;zh?RbiSg#k;Dkt*gV1Mo-UjR{PSBI5~kIK)1{b9FEafA(q+ zK+?gBIXEGb&>NKe)j933)Q88^5JwU3!<0j@%z+$m_*z}W$ZT*Hq>J7}8&nu=dA4t8=oBP(s!5Y zB=xYL;FdX%1KL4tUE9c=J3F4uWHDa;&lHPihpya^dN*&X-rIS-fU6 zlLB>lY=t+}{~?WMQ=rHDeh~yS!O4-Pf1;vT_usKiSdX5-$kP!6ME*)Ts#kdySUKgHyO=-1p##;#Uc?p)UG>QueC&TOUEu;e{5Qy z;b1&m)$#8#Og4OB!V_X$$IEpro9-m={Fs6lHaH#9rMilY#Bgy5LF%JWJ5fibZX@bl z4rNoHC0tACUICEq|7@4s?)MI=ux@%oG>Lhaef5avPy1q2^@K#n$ zBQ+k&rJy?_4gL9=_ANKq?3Mrnf11R=EE|;)qBp);vF^Q%&(X;j6iYZ%l3pG3ZYAb? zxkaXgId|_>Q+}=Lu@oEI;<6}A77T-1dSypFNpMYp$x-wpyr~c0#fSH_MO?f6g$ykiIh| z-nUa&N{sFzX1q7S>5camNvz#qndsXKdbhn9<0kZwo1&9H5Px;a(9 z3Y{qzn-Iu&=>%A8SVD|Zf8vCUlxN~3Qn!BUPbO3(tGB;YU-oz-r5F^0L>h~nBo(H$=Z*(e8*xFMbOU?;r3X* z_T5>Gr?AoKpp0l%x2N)03tV(AcwvHLk$N>=`}QMRE}Bnqi9k#de=pzKr|Y0d1haBZ z-K(?8I9hcT^RJ6PU?@Xbx9|Gr(Xs4{4G|PW@e!^-XS}?>tK+e3)TugrFH)@8q?PpU$bw_eT6sRU=sYjiwD>%H-FY9}&gG+6A<34J3d6>i zlFC4dSyC#D7hP5=107;{DG!`<&xoZvls5M#Cl+=NP(PSDe~R~JZ5C{2?gscgzaieM z=Bge8_x8q^a$6_pyQ2nv#Y}mgZgm_A6`im94SFiQAM}eM_VZ`J}*9XC~=i<{sB^io2sgTBEA66sSu1A=R{Wzt#ctc<~ z4&gn56hLG?j$?}UN@$G80mw8nGB+aDlpFv|F(z~4;S9Gav0e`a_Rgq-qlGfh!IrW>H>xoC_~ z=JBgjd+nS@?mH$R`TC4Gi1zmrgFv@dhXBw=Yz`nZg`OmonLm#Q?6q!2;WJju zInV+64PmTI5F=O+qaMDL*TJ_=IxmZkT}-hFfzpg$ykJjFeCb$xr^?$`T+f9 z7gM@fx!?+S2q`24v*N%6;2=sPaJB6heIp2^SlI+F^hS{+JLfoYHxW&wla3N}V_-os zmmLcz;>Mr?0xmleNVp9FCFq%~P$(TU1eTy-vVx(s%OF@>x8w!G=#@dRz+5f7M4-7^ ze-cpS+ON0iT8Nsj^E4w>TaH!pr5rmq#5EV%M*@XOpcp&1DH&S!y7K41L@4Pn?xV2#fEjx}C$Y=g!^1#h?+K$te+)kCU|^F^7%Ob^VW)yxeYT*|%|1+66o#J& zSnpZrlb@*Hy~<}8B~*rEr-7B>VnAWbPX;Kc@h1xQru=hj=HPl$kl8gOSi)zE=UmyP zsoPO~le)9)lGIZI#9+Y^cMdRMi8~3*SK!XYwZFg}#!57ru;Zc4CP|q3Ad2FdOZW^} zUKdR+E`XCJ3C!oE$;GwbPm_Z6T4(J!7Mt-YvDA35*Pu|FSBEdA@RU$NZw)&W&|ecq zvJ^rm$;GC`@yfF7FaSw5f-+SIlcgIWe|+n}^W*Ga3qFj}EBlQM%^aK(D7eNhI}vc5 z-7wNvon&ZCU|Nv=q(&(g8=DkIs&z9GH*I1D$Q(c{)z=goWF9!CI#GfdGAAE(y(nsl z%mN3rMaIzr#>gySAai6GE5Sv`j)rm)Zs9H6Avuv&anTr2D+C(_ogE@J#mT3wf1m{L zNlrec0I)*P0#F(uU=y7%Qz2atpt(+%k#H6W;B+S}OmzMSz>Fu%M3^=!aMBZYBAf&b zn)ig8iG?VsTfxVK>`=gFKgk0H?M3XKb%GfOGVer~WRHB#heacv1E*@p0|%CvVY4;l zfr9GGkm&%JiBN*2ZxDUB$iT(|e=aQm$ICP0z(>pnsX{~MnTcS7=EF3>(lH+iuy70< zIL}YR(E?8|8uOCzwD6KE#yQ}KTY8D*VpcL#u^2XpJ_8k^QVbtQ&&-7yNgrfOE`qbM z5tP7p4$5Q!!VJs&Op#asCug85e>Yu~Fc@&L6%@ei0#p88qyQ*?(*jVIf4@CkN#$=g zDrEWF!<16~W<$c2zgI+i%iqLIbmeakRlEVtMucg6dudWi#f(I_VzG}(l!=8Xse{DF zgzOxJslpv2ZYXG{$ioyXf3xAh%ilhdJ>_pcESmCnm@!iR=7s~8zr$4F@;5gWwEXR1 zN+^G`5uwW89v&$cYL2w>e>WQrw*2j(ikH9Hh%n`EA5F0Q%|`+(fBPv)!PYmn{2ii_ zZQW6nzvFa5tvrJAcYrOS{LM;+Dt`yKqUCQ^Dn$9)!<1b9X5%6#e|y-H%inBl1m*7) z+p-Q_n#(&Q)iQQ5#U|wuLcvocmh;IO=*s!gN;i3#8%zdflxN2WpK$R9od zq7NczT0IsNvBK9KknVk{(>$-}%T(aFPjP!Q9G`B3t9LM9ICF35Ajgkd}&n5n|N zFyX1fctD_&g!v%yp9|u%kT5A23kGUBFds~G7A+PO#Qa%45Tk+Urrv9PlUg4bf7F3V zj(~G1!Yr565Yz}sDm*m=Qg;WMDtRcN0{ea!C2{_6?3Sv_F7^Bl&N-O z`g`L$$V*^-3WNv|BN=h_VB6U4e+jyY6DRC%n_USMKulQb`iBu?auN(wSADN8-B6EN zHJ(LG8i?F4G1AvpnuVX50BPLcz!}{za$QAU_e0)XaJ67V8B3(U_cCBAO;~Af3koWtw0Pz zFh*hL{PZLM=sD@{lGf>Fcw?`FA<|A9bU>6e-B1J5!;6nMSZoE&-F77rBM%lS0EQpX z0#FV_@NgxKMqr~tj!W<`r3_ABL&6PHSP|_Vt3b>|H)_E{6>qb%5n)>HUYZoimyrl3 z|N5vznOKODx>$Tn$c|Q+e=6M5;)a6uw>(TS&6^Deu73MS_DJA-STtgIm@%S=bHjnP z@i0|bAm@gHO64A=1Zk6v2qkiQcp^m^HWqMM#>0`IyRosL#5W&LSOw){f$E_ijx;%l z4F@X>d8on?3mXkoZ1GV<6&F4dg!ba22?{WLBtR*~Pf-f??Xb#Be~3!9??55c#OZ|k z5CpnSfGt71VI@P!I03GxmcvSgP<1>^$A626~G zwv9?t!jI7jwN*(<_+GZ85QM2L zAv;ttws3bU2O6|HB#Gnu3$^BnTa>NGP$xOBE?Eu@ZqxOJ15we{IEZf2QE1JZT~hD-~AA@v?=b99AZ% zoa1MS3Oc+z2vNt+6qI#%d4SSRh@}+nJz@o(Fq?djghJ*?VHE6{5QsfN!UVa8oew4X z1nHup4?7z|`0 zn%p)}iXg|tgOlQxID2(CQXo17ZW}4yfnvhJbenuADcTep4o;WyAPE9-;3V~Exqy)U z*dS841ItSU?Y3?M#S}Fr7Pyw?!Pq0DaWT+LY1AlKd521?V(n24|n z*)~#G9%Dj*3S%CGs4B*VfzZP|D2>1)87hN$5lXQx99I1bAW3!3}?j8H3|1p(HwfA^;!)-sq7pelwJLjZyrA=0htp zUk3_99A0zZ<+r$$H+oR@VZi{ZJwAX-H4I<7{+JKo7Lf*^SJgG=@pthklkfWae?L@i zf+;8!#;G30{(DXa7m*eq@1u2&O89V%NrWsMaB0wsF;-*7J7Nk)lX^%FWJw+-1A5c< zNPs-4@0R`oX_wgx0&ux6h#}D(#Yub#I9a=;C|NHA6O{DWP=Hci2qYlmv0;GZJ0C>W z7d74cIYDvcA;2h&0hm7T-EfOYe*=&pld@o-Bq`*U}@C_VxexJ1{**7KzsRJPoU&!Guvj+HuhZK>LK z37{!@VWJZ%~%h*BOtJnIQJnNJO7v-SL7kU$M(2q>GSjWDq8#D0c zaiHgvc<38d9mRQF5-;D|<#H%)IS}#PAj4(vma9e+-*JVKX3PdsqF7?v|9@b-Y|f&X>!ea2a6PqFrki9GXsc ztH!Tg|3#?QDJZX;J9B^2FZyKrB=9>=@VERpC^XcCC(DsYr5wf6%HUk&XQ5&K1 z3ga1w01|nGCgv;500nm$M%Y4*y$oD1|6YvAW8=%gv)j}cXDNkS^l+zN3Y&Z@5oiBP zXB2ELqC9~Kgh6Xye(F#8?mH2fIX0dqDmXBrP>K!-dIL6jl*)h*7-;gQl@-8>0yzv?M}SHQZ9*5i@Q&2L9ajXt+)k~H~Rk0bD3MHkBe@D)N>(s$j8U_%oh5?mj z=uzlF5_{P6DCj;lSa{)Lfp?xaXM1V&uRVS*K9XBlLXfelTh$NQN#?jzC~@_RoC2eH zq2(@m8Y+`VHAgjy!0qXWJ)nls6_xmz19n5G3B4;OYQOPha)w!HzzspRb z1G{PWIAETu>$kEx9(y$mY7j#!bQ;A+8XTafYE)mV?{bK90vvGlrLWqPl7pKQ;D8&h zFM2~cHW!~1O`;uSnTQ)h3mBOe(E^IRS(IeAA}2zcf2=-Z*vvDZ78jEWA!-*O2SAtu zHqv+B2w=D`NO6Wkcgf5#g(L$=^ytxJpq+VpW&q^F0L%jD2S{-hk|W@}g!^rT^ZR@>~IEhGEqtz$yPuXAfy2h?EPbbK{@_VWWlQ`YFql%BMzuO3qyWRt4RQ+87`y6lN*%P_m0#GsE8z&On z`xXF-xZgN=zz(=iI6FLW^gtv&xBybHk<5t$Y$OL!BBmu?9I$mMgd_;WffMV*umZt5 zF>xes7bXJ{pbHZK3V47xSwKFZ5JsXCh?NQLe+G&J`u#u|$RM7eIFi>Dlz|A~3<>~+ zK{$$nmSfL%2GrYVGt*jHIOIS~bmC|V$ za0PTw?VJ_>RWSz^%P9!RO5__1?^Uhyt{eS}Y!J(sBoxu6JS_mC@eVBNQ|FJWeS@m_ z#013or}UeM32;3nSe>2)0oWzlU6`j$MIKy^$5rBqAxP@)z|uPl3bf!3tF^Nr04waD z3F4Ij+WaxK0Ejd|n>|Jl*f#)!K6lvAi%{lez+%poKg?quq!>HhD?XEOEEIpj&?b-6 zUI4NSZT<+cWv9+UoHy0eCrMZ#&z-hMmaL>Oa8UOOQl%3%6tdnynpQ&3LE9=y5l845 z;F1Vj4WXsLYanp>gO&s@dTi(&yvZ*E!ShX%H)!&u5H+TSKtr;|YK#3TPd|rA8>`T} z#0|=%X#@^0OGM&eA_2=BUXFjT(7}WO6+7-I7G?XUt_FUB`+!v0N2+sN4B*n7mn77@ zW}<*KuLA^O!GMhdDjWDoL^#MPBAp#B4sd5DM&j%0@Ph2`>UcT)QV0_QL=N$1pC*WK zpvxLGhmRX!#bHw`AN;OFJBvr>PCO5RK~HZH8> z?PUoHKujD!5y;EnzVOzZm@wSufU;AJBsAe0FAQv^H!n|2oM3{13lx45uTsaw0Fddt z*$X^+iJ!SXnT0F+W+2SG6zC1Y1(z_1OfLi{yQC0h?v0?tmmp72eqp2mN-#l|fC$4# z0uo}p90^hk6AMa?@$!Ep2r^7OC{gB)$EhV#K|BM+T|A21r%$t`?!sX*kBUpgd6NiC z{k07an^|rENZI@vs4gu6?-Q5EGA5FiJRmV;i30`-OsAV@SB z55~*2ZjSoTd)#tX8)?&jqUXcAZ3onNq{F@VD3P_ZF(3`*n0CayRco_n-%`y>yW}Nlr?-j|IvIodx z-rRfrav32qO*9E)rx3_(d2=K#mbFM}lR9i3MdE z@$!EpxJHt^^u=s6|ty~l=j=*J$xDSB007ZYkbQeDCnkQz!UFjP-_sd{<6#DAxYc+6l z+{Z2ExEwJ04%Hv(hL{vpaZ7*(Pj7$e29*zI4oH)}zmdd|JEVE!N!;44@?}1Sqe)%A zPP*n@mDVqr55a|KAjpeJ3o}!({+8uYDn$>+;0k{F#AFGgzl5s-4^7c zp=%$85K~%;83=K$$IpPtFLyRJf*1a0tmHl*8y2oN__gZK@rT6yR)FNqE-;UV`xN$h zyBPq8Jl-L$*wc=e3jT}>F-0D4yhwlGhuUYN9sX|)CK4Zbh$^V<@)7~{-7rnWPt8pP zc2)<*S)c%Ve26LF{^i91xqyQtiB4cz;WdT9oNiEFz0oUrja>2%|J|1 z3ij3!j_fFvY;O?h&Q7Eg>J{Rg+A+4UTbrK@>e`NRg`C^`R4@m3i0RrkdMl}GaEeZS z{iQh5nYmC7^$=T%OP!Yu=T?6YvZ?;1)8|gVF2{u0K0 zU@{W>&8xnO1z_wKQ*2ruiH61sin6WYcAU9jv5Jaih@0AY5J>E8F13Gm{mZToUr=rv zc=B_Q0+S-dEo`QOhI6aV>e;KKg~jrEQWxk+49 zGK#uAG}oiD7nwdYb#9ZTG#3UvVZcJ#PLskkF$v=qxDlsBPy-l~{4^W_=lGKvH5-2o zjsXR4f!pF4`}&Z*QR$+RQ5c_A8S{uSaG1CS+#u#55dxv*XtFng;TE^;{7a!KGv3_h zY)m{T6Wa!jv3sd+x+SQ)!+rJ#ow0h^ z=!K0=N|k70W1>PE*fywk*w+}SNUS<*TU6=BH4Z8Y)7ngxYzrU*p|k`^uJ?flL@SaNz<|;iTAn$Wd?>AJ{}D)DYANNgaA>2xK=NI8_M`1+>@h zSzXbb+sv;*yTYQ0OZh7NfQeWR*kHgegZ;C{P&0t%irGqi65Y+I)u*Csa$-y>y9r&` z&_qb}pnp%WZcO*(o2vTpMOFGStoph;W`w&XQQVR!ToOc>dwhM=bTp1W=!`x*G+-ki za0(wD3aEeYGlX)#EXVrrB_GEewyAvd!)98P)R*7^Th0DV{iwl!S@sS4& zY(zOFMgnW4+cUn|9(}34UFtq#m)Jy}N)#?KAy9qH%u!P{4Q#;LxY@gA9?7E@Fr z5Pw?(oU6jQ-}6)SxiC!n#&=*}yZ(z9*A$!-Yp74H@q%VAe!IZLMeqeq)qN&ey#)p_)vczRk+_EU9EPseVqgGvNCWJ|M??jZ;sgrfa(u}$E=@Y*W z)BU&{DC81evJIDyhVJd2=)Pq@LHTZhvqv&uAndk?sTGMq2>hssxfF?E2yCc#6H!gB zK6Zq=XatF;&2>hZJa&dNKftpopW9BS086n5&W80IpZ$;@4>kK?8s=0$kfn4v5Pw5X zli+1&6>PwL#700R`qPOR=$z?pmdM1F7B{wrvbbHLS6)UkV{Jo%%sq!326|0&{}+nUxqNize_!HPWoK2=z3=nk=Pe<9{U(StHEJ zifcAz0xfov+36qZTRljEuG65VbKi;M&3RDqC5lY!aP;z1vhqZOL!dXIr6x)e4uJ`& zEivH{DM~moiHVIyLc*#?q;T|_(FR_B8U(pabXuVF9wQSIMIR9>c(I|;h(B9+7c&4% z676Eff-ztn`|cvkWiucKdw+n7k?T_2RfOS!BPzQfHAh}LY<*<|PXDfIB_AU$0cx!F zwU&HO&k3+#Jx~9JM=<9BbpJxfHYcMdmj3dHR&}elj7|^3&p2g*nK;G|n(8iMqQiTNHh+*>!P9kY2YQ^c zyTnE`@naQp67+b3s`|s5ES<}N7!KlW0K7IfYFthnb8od zG5ew3RMm`cRwwNgG#+-yr}z`e3_B0dK1oD3iCFjjrS%-bn&OqCOy|9$sPddhN>fGX|FoOw$ppNd>3bIyTazd z0(t4XOLeM7QGYqqfi81lf$ddw?Ak{Dl-?3y!5q44e~^C`yEIr3$ErW6Q5?~w!Gn0d zybh&w3vj|Tsqi%i9cpAngPf?~bq?aF-!BgUX_BDDlWqMmH1t|Enu%@&n>e=&Xu&Q` zb+Ds#<;Xr#U_vt%^pzzAZoC=fnz~m{E%DVsq4o;ri0lgP;U5C%}Rw?ACW#aI|@5K;7FJyF=H=liNJM z3QaioIP5MjHxV9_q&JHj|4!Q7u}Ki6B^-?h@T% zmB(7}rDO*KuSglj3a>}WP6b_yatkVbB}yhNid87XV4)&5I~1&V9Rmul zkCy=ox;kD2Oc;v?Dk3uQV}ZqmBru<>kc(@-oDjzHul2)D1X<@N0+Y6Xv2RY-0+@6Q5N9z-1{7-vqRb_6yr8ut3mni^5=RS| zO0s}~3?*T#1R;wZ4JBfKh4B&;A9g&H+7rQ>zLmS(+?Pamo2%ceZ}pJ(WUT{}flOZs zfVjYDkf`v%hCwKL#Ptqj<`|U&E^v?}O)6_Z6%A?16C#IDUfA*pbSCIK~9m@>m=vE_A{YE0}}|iLkUn8s1Xo7Yj)(> z(>;R{MLGro>b~lK4pokYhQ5!KF2gYb5%!f*bvF(goZ1Ez+Birs@)|~2qh_Jd(=bvR zH4lY=2G-8VVX%tXZjFhCfIwN=DJoIrjg^vydQ`s|4yvvCx+_oDdP4><+dQwg*_XK4 zK{4;3n1cM?e*5%4%pYmlwu2^{)^lyu#)$jR-|xuM{kT|v?7V=cwd$<7Z!h`ZCyw+B1pfBD*(h--p%UUhp^-=u z+uR_Wh1+&{nEqI`W>JLmwHfQ;7Jj}btBYOIWGWnet;e_di{H6D{p}y_6Mg^3c&@i? zlG4?i6K4FoKm7c3X|AWb{m9&mq7P-g_&%1goml06bG9GnSAReJW)a$deI;I7(Cccx zbIfAJW!;Wl@CbM|jvkKt-z|^L@60mE)svY;_Q`%%%_r;A&G@k=^-Ud8GF@z!nxy&3 zGQXen-`7#uUsmmLdQKdp8QzaR^<{YPCP~Q9{N(N-*VpP@4Xfu|JjI0Ub|tpV={#NW zzmHyjd4tAz*H7_z5gbn@i_H?VF<1V)W0TR3(~I=!_+2+g>%-#P=|S+MUugb(O~)^C zPVYAf=Xu*Y`Ak|p$XtPqHEwmUPu{2(S8TNkkr~P@OaN>*Y zm#P1={lFbRyUp-)9qRTpe`bI2ZJk>9fPUJ4CMB`^L;7<&T=YSj58{;BI*X>OqQ_^k zO-dGK^JNx)Fn=#o_%FkMeR}P?^HbFy-s<=Jlp@(AC*pqzZ5@cqwP|9Z7u%#92($Sz ziNBb?*H?)>481z(t6E?DpHdp$;wjy>NlR&XTc?gnXpRTbw#q#*rBqa&G^)iEBtJB?au}!H~eSI=L`oTPmp7ldh|Lm4o)9FX4 zKda@};f(B->s#n_*FJEk==<$?cdqok)T-bc<X7##Z5+mOn^-d$=Fnrxwj>M?xEa51Zewg5RzZv$AgNsN8K5$za|(`FPm*N1p5w zzxDz2i~V~_yI4@BKm~vQd zzlj~2sgXN%YP&@z%>-UB0T)9^J_WNRMYOE;3 z?)10rU7L;j{)g~9SnFIogIb;v2F`39!L7St`pNKvccjW@M(N4;-)@V@8=}QsY@e*L zmL^pDUiV#VRF%@a!zz8d4a+@kZZPfWXH!cz4>I$R|J|*i|Mb(xPoDmNHvi;@lWJ}8 zeO-^AKV9tchmXx%4vQ^*cRO?w#t)`?PH@{5Z O|3%+2Km0$vY*$TC1sy;D diff --git a/branch/main/searchindex.js b/branch/main/searchindex.js index aa0579bd..8f9ff3b9 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_compose_v2_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_build_module", "docker_image_info_module", "docker_image_load_module", "docker_image_module", "docker_image_pull_module", "docker_image_push_module", "docker_image_remove_module", "docker_image_tag_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_compose_v2_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_build_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_image_remove_module.rst", "docker_image_tag_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 V1", "community.docker.docker_compose_v2 module \u2013 Manage multi-container Docker applications with Docker Compose CLI plugin", "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_build module \u2013 Build Docker images using Docker buildx", "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_image_remove module \u2013 Remove Docker images", "community.docker.docker_image_tag module \u2013 Tag Docker images with new names and/or tags", "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, 36, 37, 38, 39, 42], "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, 36, 37, 38, 39, 42], "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, 35, 36, 37, 38, 39, 42], "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, 36, 37, 38, 39, 41, 42], "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, 36, 37, 38, 39, 41, 42], "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, 36, 37, 38, 39, 41, 42], "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, 36, 37, 38, 39, 41, 42], "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, 36, 37, 38, 39, 42], "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, 36, 37, 38, 39, 42], "ansibl": [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, 34, 35, 36, 37, 38, 39, 40, 41, 42], "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, 35, 36, 37, 38, 40, 41, 42], "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, 36, 37, 38, 39, 42], "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, 36, 37, 38, 42], "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, 36, 37, 38, 39, 42], "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, 35, 36, 37, 38, 42], "list": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 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, 39, 41, 42], "us": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 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, 39, 40, 41, 42], "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, 36, 37, 38, 39, 42], "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, 35, 36, 37, 38, 39, 42], "new": [0, 1, 2, 3, 4, 6, 7, 9, 10, 12, 14, 15, 16, 17, 18, 21, 23, 25, 26, 28, 30, 34, 36, 38, 41, 42], "1": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 42], "podman": 0, "attempt": [0, 9, 13, 21], "best": 0, "effort": 0, "detect": [0, 2, 9, 33, 34, 39], "There": 0, "might": [0, 2, 4, 7, 9, 10, 15, 21, 24, 25, 28, 32, 33, 34, 35, 36], "special": [0, 9, 11, 15, 33], "case": [0, 9, 11, 36], "where": [0, 2, 3, 4, 6, 9, 13, 15, 21, 28, 36, 39], "doe": [0, 1, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 26, 27, 28, 29, 31, 32, 33, 34, 35, 36, 37, 38], "work": [0, 1, 2, 4, 6, 7, 9, 10, 25, 28, 36, 39, 41], "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, 25, 26, 27, 28, 30, 32, 33, 34, 35, 36, 37, 38, 39, 40, 42], "encount": [0, 9], "one": [0, 2, 3, 4, 5, 7, 9, 12, 13, 14, 15, 16, 17, 18, 19, 24, 25, 28, 32, 34, 35, 36, 39], "pleas": [0, 2, 4, 7, 9, 23, 24, 25, 28, 32, 34, 35, 36, 38, 39], "file": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 30, 32, 33, 34, 35, 36, 37, 38, 39, 41], "an": [0, 1, 2, 4, 5, 6, 8, 9, 10, 12, 13, 15, 16, 17, 18, 19, 21, 22, 23, 24, 25, 28, 32, 33, 34, 35, 36, 38, 39], "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, 35, 36, 37, 38, 41, 42], "support": [0, 1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 41], "descript": [0, 2, 3, 4, 6, 7, 8, 9, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38], "check_mod": [0, 2, 3, 4, 6, 7, 8, 9, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 34, 35, 36, 37, 38], "full": [0, 2, 3, 4, 6, 8, 9, 11, 12, 13, 16, 18, 19, 20, 22, 23, 24, 25, 26, 28, 29, 31, 32, 34, 35, 36, 37, 38, 39], "action": [0, 2, 3, 4, 6, 7, 8, 9, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 29, 31, 32, 34, 35, 36, 37, 38], "modifi": [0, 2, 3, 4, 6, 7, 8, 9, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 34, 35, 36, 37, 38, 39], "state": [0, 2, 3, 4, 8, 9, 11, 13, 15, 20, 21, 22, 23, 24, 25, 26, 28, 29, 30, 31, 32, 34, 35, 36, 37, 38], "can": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 34, 35, 36, 37, 38, 39, 40], "chang": [0, 2, 3, 4, 6, 7, 8, 9, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 34, 35, 36, 37, 38, 39], "statu": [0, 2, 3, 4, 6, 7, 8, 9, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 34, 35, 36, 37, 38], "predict": [0, 2, 3, 4, 6, 7, 8, 9, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 34, 35, 36, 37, 38], "without": [0, 1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39], "target": [0, 2, 3, 4, 6, 7, 8, 9, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 34, 35, 36, 37, 38], "diff_mod": [0, 2, 3, 4, 6, 7, 8, 9, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 34, 35, 36, 37, 38], "n": [0, 8, 11, 13, 22, 24, 29, 30, 31, 32, 35, 37], "A": [0, 2, 3, 4, 8, 9, 10, 11, 13, 15, 19, 21, 22, 24, 27, 28, 29, 31, 32, 33, 35, 36, 37], "Will": [0, 2, 3, 4, 6, 7, 8, 9, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 34, 35, 36, 37, 38], "detail": [0, 1, 2, 3, 4, 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, 39], "what": [0, 2, 3, 4, 6, 7, 8, 9, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 34, 35, 36, 37, 38], "ha": [0, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 34, 35, 36, 37, 38, 39], "possibli": [0, 2, 3, 4, 6, 7, 8, 9, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 34, 35, 36, 37, 38], "need": [0, 1, 2, 3, 4, 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, 39], "when": [0, 1, 2, 3, 4, 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, 39], "diff": [0, 2, 3, 4, 6, 7, 8, 9, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 34, 35, 36, 37, 38], "mode": [0, 1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 34, 35, 36, 37, 38, 42], "ansible_fact": 0, "dictionari": [0, 2, 3, 4, 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], "updat": [0, 4, 9, 12, 15, 20, 23, 25, 28, 34, 36, 39], "exist": [0, 1, 2, 3, 4, 5, 6, 8, 9, 12, 13, 15, 16, 19, 20, 22, 23, 26, 28, 34, 35, 36, 37, 38, 39], "host": [0, 1, 2, 3, 4, 6, 7, 8, 9, 10, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 30, 32, 33, 34, 35, 36, 37, 38, 39, 41], "name": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 41], "get": [0, 6, 8, 9, 11, 21, 22, 24, 32, 35, 37], "current": [0, 2, 3, 4, 6, 8, 9, 16, 20, 22, 24, 28, 30, 32, 34, 35, 36], "print": [0, 7, 8, 9, 14, 22, 32, 37], "inform": [0, 1, 2, 6, 7, 8, 9, 10, 11, 14, 22, 24, 25, 27, 32, 34, 37, 39, 41], "builtin": [0, 2, 3, 4, 6, 7, 8, 11, 13, 14, 22, 24, 25, 28, 29, 31, 32, 34, 35, 36, 37, 39], "debug": [0, 1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 29, 31, 32, 34, 35, 36, 37, 38, 39], "msg": [0, 8, 14, 22, 32, 37, 39], "id": [0, 2, 3, 4, 6, 7, 8, 9, 10, 12, 13, 14, 15, 16, 18, 19, 22, 23, 24, 25, 27, 28, 31, 34, 36], "ansible_module_container_id": 0, "ansible_module_running_in_contain": 0, "ar": [0, 1, 2, 3, 4, 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, 39, 40, 41, 42], "ad": [0, 1, 2, 4, 5, 6, 7, 8, 9, 10, 11, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 32, 33, 34, 35, 36, 37, 38], "hostvar": 0, "referenc": 0, "just": 0, "like": [0, 7, 9, 23, 34, 36], "ani": [0, 3, 6, 9, 12, 15, 21, 30, 36, 38], "other": [0, 2, 7, 9, 10, 21, 24, 25, 32, 33, 34, 35, 36, 39], "thei": [0, 6, 9, 10, 21, 23, 33, 36, 39], "do": [0, 6, 9, 10, 12, 15, 21], "regist": [0, 2, 3, 7, 8, 11, 13, 14, 22, 24, 25, 29, 31, 32, 35, 36, 37], "order": [0, 1, 2, 5, 7, 9, 10, 21, 33, 36, 39, 42], "them": [0, 2, 9, 20, 21, 23, 24, 25, 32, 34, 35, 39], "kei": [0, 1, 2, 3, 4, 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, 39], "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, 25, 26, 27, 28, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39], "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, 25, 26, 27, 28, 30, 32, 33, 34, 35, 36, 37, 38, 39, 40, 42], "empti": [0, 2, 7, 9, 10, 13, 18, 21, 23, 24, 25, 33], "wa": [0, 1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 34, 35, 36, 37, 38, 39], "alwai": [0, 2, 3, 4, 8, 9, 10, 11, 12, 13, 15, 16, 21, 22, 24, 27, 28, 29, 30, 31, 32, 33, 35, 36, 37, 38, 39, 42], "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, 25, 26, 27, 28, 30, 32, 33, 34, 35, 36, 37, 38, 42], "non": [0, 6, 8, 9, 12, 15, 22, 23, 27, 40, 42], "identifi": [0, 8, 9, 19, 22, 24], "indic": [0, 6, 21, 32], "ran": [0, 7], "insid": [0, 1, 5, 6, 7, 9, 10, 36], "regular": 0, "azure_pipelin": 0, "azur": 0, "pipelin": 0, "seem": [0, 6], "longer": [0, 2, 4, 9, 24, 25, 28, 32, 34, 35, 36, 39], "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, 35, 36, 37, 38, 41, 42], "github_act": 0, "github": [0, 1, 3, 7, 9, 10], "sinc": [0, 7, 9, 10, 21, 33, 39], "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, 26, 27, 28, 29, 32, 33, 34, 35, 36, 37, 38, 39, 41, 42], "4": [0, 2, 4, 6, 9, 11, 23, 24, 25, 28, 32, 33, 34, 35, 36, 39], "onli": [0, 2, 3, 4, 6, 7, 9, 10, 11, 13, 15, 16, 20, 23, 24, 25, 27, 28, 32, 34, 35, 36, 39], "boolean": [0, 1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 30, 32, 33, 34, 35, 36, 37, 38], "abl": [0, 1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 30, 32, 33, 34, 35, 36, 37, 38], "felix": [0, 1, 3, 6, 7, 8, 9, 10, 12, 14, 16, 17, 18, 19, 27, 37], "fontein": [0, 1, 3, 6, 7, 8, 9, 10, 12, 14, 16, 17, 18, 19, 27, 37], "felixfontein": [0, 1, 3, 6, 7, 8, 9, 10, 12, 14, 16, 17, 18, 19, 27, 37], "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, 35, 36, 37, 38, 41, 42], "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, 35, 36, 37, 38, 41, 42], "sourc": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 41, 42], "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, 35, 36, 37, 38, 41, 42], "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, 35, 36, 37, 38, 41, 42], "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, 35, 36, 37, 38, 41, 42], "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, 35, 36, 37, 38, 41, 42], "plugin": [1, 2, 5, 6, 12, 21, 36, 39, 40, 42], "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, 35, 36, 37, 38, 41, 42], "further": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 30, 32, 33, 34, 35, 36, 37, 38, 39], "see": [1, 4, 6, 7, 8, 9, 10, 11, 13, 20, 21, 22, 23, 24, 25, 26, 27, 28, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39], "command": [1, 2, 3, 5, 9, 20, 29, 30, 31, 36, 39, 41], "put": [1, 5], "fetch": [1, 5, 21], "librari": 1, "interact": [1, 9], "directli": [1, 2, 3, 4, 5, 7, 12, 28, 36, 39], "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, 25, 26, 27, 28, 32, 34, 35, 36, 37, 38], "instead": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 32, 33, 34, 35, 36, 37, 38, 39, 42], "cli": [1, 2, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 33, 34, 35, 36, 37, 38, 39, 41], "want": [1, 5, 9, 13, 15, 23], "below": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 30, 32, 33, 34, 35, 36, 37, 38], "local": [1, 2, 3, 8, 9, 10, 13, 15, 19, 20, 21, 22, 23, 26, 33, 37, 38, 39], "control": [1, 4, 5, 9, 10, 20, 21, 23, 28, 33, 38, 39, 40, 41], "node": [1, 6, 9, 10, 21, 23, 29, 30, 31, 32, 34, 36, 39, 41, 42], "execut": [1, 2, 3, 4, 5, 6, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 30, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41], "pywin32": [1, 6, 7, 8, 9, 10, 11, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 26, 27, 37, 38], "pipe": [1, 6, 7, 8, 9, 10, 11, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 26, 27, 37, 38], "window": [1, 6, 7, 8, 9, 10, 11, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 26, 27, 36, 37, 38], "32": [1, 6, 7, 8, 9, 10, 11, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 26, 27, 34, 36, 37, 38], "paramiko": [1, 4, 6, 7, 8, 9, 10, 11, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 33, 34, 35, 36, 37, 38], "ssh": [1, 4, 6, 7, 8, 9, 10, 11, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 32, 33, 34, 35, 36, 37, 38], "use_ssh_cli": [1, 2, 4, 6, 7, 8, 9, 10, 11, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 33, 34, 35, 36, 37, 38], "fals": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 30, 32, 33, 34, 35, 36, 37, 38, 39], "pyopenssl": [1, 6, 7, 8, 9, 10, 11, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 26, 27, 37, 38], "tl": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 33, 34, 35, 36, 37, 38, 39], "backport": [1, 6, 7, 8, 9, 10, 11, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 26, 27, 37, 38], "ssl_match_hostnam": [1, 6, 7, 8, 9, 10, 11, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 26, 27, 37, 38], "python": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 33, 34, 35, 36, 37, 38, 39], "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, 25, 26, 27, 28, 30, 31, 32, 33, 34, 35, 36, 37, 38, 42], "api_vers": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 33, 34, 35, 36, 37, 38, 39], "alias": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 33, 34, 35, 36, 37, 38], "docker_api_vers": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 33, 34, 35, 36, 37, 38, 39], "api": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 33, 34, 35, 36, 37, 38], "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, 27, 28, 29, 30, 32, 33, 34, 35, 36, 37, 38, 40, 42], "latest": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 30, 32, 33, 34, 35, 36, 37, 38, 39], "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, 25, 26, 27, 28, 30, 32, 33, 34, 35, 36, 37, 38, 39], "valu": [1, 5, 10, 21, 33, 39], "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, 25, 26, 27, 28, 32, 33, 34, 35, 36, 37, 38, 42], "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, 25, 26, 27, 28, 30, 32, 33, 34, 35, 36, 37, 38, 39, 40], "auto": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 34, 35, 36, 37, 38], "configur": [1, 2, 3, 4, 5, 6, 9, 10, 15, 20, 21, 24, 25, 28, 32, 33, 34, 35, 36, 40, 42], "ansible_docker_api_vers": 1, "ca_cert": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 33, 34, 35, 36, 37, 38], "tls_ca_cert": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 33, 34, 35, 36, 37, 38], "cacert_path": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 33, 34, 35, 36, 37, 38, 39], "path": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 30, 32, 33, 34, 35, 36, 37, 38, 39], "ca": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 33, 34, 35, 36, 37, 38, 39], "certif": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 33, 34, 35, 36, 37, 38, 39], "perform": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 33, 34, 35, 36, 37, 38, 39], "server": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 33, 34, 35, 36, 37, 38, 39], "verif": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 33, 34, 35, 36, 37, 38, 39], "provid": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 32, 33, 34, 35, 36, 37, 38, 39, 42], "docker_cert_path": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 34, 35, 36, 37, 38, 39], "pem": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 33, 34, 35, 36, 37, 38, 39], "from": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 15, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 28, 30, 32, 33, 34, 36, 37, 38, 39, 40, 41], "directori": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 34, 35, 36, 37, 38, 39], "ansible_docker_ca_cert": 1, "client_cert": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 33, 34, 35, 36, 37, 38], "tls_client_cert": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 33, 34, 35, 36, 37, 38], "cert_path": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 33, 34, 35, 36, 37, 38, 39], "client": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 33, 34, 35, 36, 37, 38, 39], "": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 32, 33, 34, 35, 36, 37, 38, 39, 41, 42], "cert": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 33, 34, 35, 36, 37, 38], "ansible_docker_client_cert": 1, "client_kei": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 33, 34, 35, 36, 37, 38], "tls_client_kei": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 33, 34, 35, 36, 37, 38], "key_path": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 33, 34, 35, 36, 37, 38, 39], "ansible_docker_client_kei": 1, "container_timeout": [1, 5], "integ": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 30, 32, 33, 34, 35, 36, 37, 38, 42], "how": [1, 5, 6, 9, 10, 21, 23, 36, 39, 40], "long": [1, 2, 5, 8, 9, 22, 40], "we": [1, 5, 9, 10, 15, 21, 23, 33, 40], "wait": [1, 4, 5, 6, 7, 8, 9, 10, 11, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 33, 34, 35, 36, 37, 38, 39, 40], "access": [1, 5, 23, 36, 39, 40, 42], "read": [1, 2, 4, 5, 9, 10, 28, 33, 36, 40], "output": [1, 2, 3, 5, 7, 8, 9, 11, 15, 21, 22, 24, 32, 35, 39, 40], "onc": [1, 5, 36, 40], "start": [1, 2, 3, 5, 9, 10, 21, 33, 36, 39, 40], "10": [1, 2, 4, 5, 9, 26, 28, 32, 33, 34, 36], "ini": [1, 5, 10, 21, 33, 42], "entri": [1, 5, 9, 10, 21, 24, 25, 33, 34, 42], "timeout": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 33, 34, 35, 36, 37, 38, 39], "docker_connect": [1, 5], "ansible_timeout": [1, 5], "ansible_docker_timeout": [1, 5, 40], "argument": [1, 5, 7, 12, 15, 36], "choic": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 30, 32, 33, 34, 35, 36, 37, 38], "true": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 30, 32, 33, 34, 35, 36, 37, 38, 39], "docker_host": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 33, 34, 35, 36, 37, 38, 39], "docker_url": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 33, 34, 35, 36, 37, 38], "url": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 34, 35, 36, 37, 38, 39], "unix": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 33, 34, 35, 36, 37, 38, 39], "socket": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 33, 34, 35, 36, 37, 38, 39], "remot": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 32, 33, 34, 35, 36, 37, 38, 39, 42], "tcp": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 33, 34, 35, 36, 37, 38, 39], "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, 25, 26, 27, 28, 32, 33, 34, 35, 36, 37, 38, 39, 42], "exampl": [1, 5, 39, 42], "192": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 34, 35, 36, 37, 38, 39], "23": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 34, 35, 36, 37, 38, 39], "2376": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 33, 34, 35, 36, 37, 38, 39], "encrypt": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 34, 35, 36, 37, 38, 39], "modul": [1, 10, 33], "automat": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 34, 35, 36, 37, 38, 39], "replac": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 34, 35, 36, 37, 38, 39], "http": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 32, 34, 35, 36, 37, 38, 39], "var": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40], "sock": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 33, 34, 35, 36, 37, 38, 39], "ansible_docker_docker_host": 1, "remote_addr": [1, 5, 34], "inventory_hostnam": [1, 5], "ansible_host": [1, 5, 10, 21, 33], "ansible_docker_host": [1, 5], "remote_us": [1, 5], "user": [1, 5, 6, 7, 8, 9, 12, 13, 20, 21, 25, 34, 36, 39, 40, 41, 42], "ansible_remote_us": [1, 5], "ansible_us": [1, 5, 21], "ansible_docker_us": [1, 5], "keyword": [1, 5], "ssl_version": [1, 2, 4, 6, 7, 8, 9, 10, 11, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 33, 34, 35, 36, 37, 38, 39], "valid": [1, 2, 4, 6, 7, 8, 9, 10, 11, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 33, 34, 35, 36, 37, 38, 39], "ssl": [1, 2, 4, 6, 7, 8, 9, 10, 11, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 33, 34, 35, 36, 37, 38, 39], "number": [1, 2, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 33, 34, 35, 36, 37, 38, 39], "determin": [1, 2, 4, 6, 7, 8, 9, 10, 11, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 33, 34, 35, 36, 37, 38, 39], "docker_ssl_vers": [1, 2, 4, 6, 7, 8, 9, 10, 11, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 34, 35, 36, 37, 38, 39], "ansible_docker_ssl_vers": 1, "maximum": [1, 4, 6, 7, 8, 9, 10, 11, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 33, 34, 35, 36, 37, 38, 39], "amount": [1, 3, 4, 6, 7, 8, 9, 10, 11, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 33, 34, 35, 36, 37, 38, 39], "time": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 30, 32, 33, 34, 35, 36, 37, 38, 39], "second": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 30, 32, 33, 34, 35, 36, 37, 38, 39], "respons": [1, 4, 6, 7, 8, 9, 10, 11, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 33, 34, 35, 36, 37, 38, 39], "docker_timeout": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 33, 34, 35, 36, 37, 38, 39], "60": [1, 4, 6, 7, 8, 9, 10, 11, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 33, 34, 35, 36, 37, 38, 39], "secur": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 34, 35, 36, 37, 38, 39], "verifi": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 33, 34, 35, 36, 37, 38, 39], "authent": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 30, 32, 33, 34, 35, 36, 37, 38, 39], "validate_cert": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 33, 34, 35, 36, 37, 38, 39], "well": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 34, 35, 36, 37, 38], "take": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 34, 35, 36, 37, 38], "preced": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 32, 33, 34, 35, 36, 37, 38, 39, 40], "docker_tl": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 34, 35, 36, 37, 38, 39], "ansible_docker_tl": 1, "tls_hostnam": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 33, 34, 35, 36, 37, 38, 39], "expect": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 33, 34, 35, 36, 37, 38, 39], "docker_tls_hostnam": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 34, 35, 36, 37, 38, 39], "option": [1, 2, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 30, 32, 33, 34, 35, 36, 37, 38, 39], "had": [1, 2, 4, 6, 7, 8, 9, 10, 11, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 34, 35, 36, 37, 38], "localhost": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 34, 35, 36, 37, 38, 39], "older": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 34, 35, 36, 37, 38], "remov": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 13, 14, 15, 16, 17, 19, 20, 22, 23, 24, 25, 26, 27, 28, 30, 32, 34, 35, 36, 37, 38, 39, 41], "ansible_docker_tls_hostnam": 1, "5": [1, 2, 4, 6, 7, 8, 9, 10, 11, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 33, 34, 35, 36, 37, 38, 39], "transport": [1, 4, 6, 7, 8, 9, 10, 11, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 33, 34, 35, 36, 37, 38], "tool": [1, 4, 6, 7, 8, 9, 10, 11, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 33, 34, 35, 36, 37, 38, 39], "tls_verifi": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 33, 34, 35, 36, 37, 38], "docker_tls_verifi": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 34, 35, 36, 37, 38, 39], "ansible_docker_validate_cert": 1, "caus": [1, 4, 7, 9, 28, 38], "inabl": [1, 7], "send": [1, 7, 9, 30, 34], "close_notifi": [1, 7], "close": [1, 7], "sslsocket": [1, 7], "com": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 32, 34, 35, 36, 37, 38, 39], "605": [1, 7, 10], "more": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 34, 35, 36, 37, 38], "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, 25, 26, 27, 28, 32, 33, 34, 35, 36, 37, 38, 39, 42], "defin": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 34, 35, 36, 37, 38], "machin": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 34, 35, 36, 37, 38, 41], "script": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 34, 35, 36, 37, 38, 39], "ship": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 34, 35, 36, 37, 38], "product": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 33, 34, 35, 36, 37, 38], "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, 25, 26, 27, 28, 30, 32, 33, 34, 35, 36, 37, 38, 42], "doc": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 32, 34, 35, 36, 37, 38], "refer": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 30, 32, 34, 35, 36, 37, 38], "env": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 30, 32, 34, 35, 36, 37, 38], "sdk": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 33, 34, 35, 36, 37, 38, 39], "code": [1, 2, 3, 6, 7, 8, 9, 10, 11, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 26, 27, 36, 37, 38], "deriv": [1, 6, 7, 8, 9, 10, 11, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 26, 27, 33, 37, 38], "type": [1, 5, 7, 9, 10, 11, 21, 23, 32, 33, 36, 38, 42], "have": [1, 3, 5, 9, 10, 21, 23, 24, 30, 33, 34, 36, 39, 42], "low": [1, 5, 10, 21, 33, 42], "high": [1, 5, 9, 10, 21, 33, 42], "prioriti": [1, 5, 10, 21, 33, 42], "lower": [1, 5, 10, 21, 33, 42], "overrid": [1, 2, 5, 9, 10, 21, 30, 33, 36, 42], "higher": [1, 5, 10, 21, 33, 42], "run": [2, 3, 4, 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, 39, 41], "shutdown": [2, 3], "scale": 2, "servic": [2, 3, 9, 10, 23, 29, 30, 32, 41], "docker_compose_v2": [2, 39, 41], "modern": 2, "yml": [2, 3, 10, 13, 21, 30, 33], "yaml": [2, 3, 7, 9, 10, 21, 30, 33, 36], "inlin": 2, "definit": [2, 3, 30], "call": [2, 3, 9, 12, 13, 36, 39], "docker_servic": 2, "befor": [2, 4, 6, 9, 13, 15, 18, 20, 27, 28, 30, 34, 36, 39], "8": [2, 6, 9, 10, 13, 15, 26, 36], "usag": [2, 9, 11, 13, 15, 36, 41], "did": [2, 9, 13], "25": [2, 6, 7, 8, 9, 11, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 34, 35, 36, 37, 38], "py": [2, 4, 24, 25, 28, 32, 34, 35, 36, 39], "been": [2, 3, 4, 9, 10, 24, 25, 28, 30, 32, 34, 35, 36], "supersed": [2, 4, 24, 25, 28, 32, 34, 35, 36], "here": [2, 3, 4, 6, 7, 8, 9, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 34, 35, 36, 37, 38, 39], "both": [2, 4, 9, 11, 13, 24, 25, 28, 32, 34, 35, 36, 39], "should": [2, 4, 6, 9, 10, 21, 24, 25, 28, 32, 33, 34, 35, 36, 39, 40, 42], "same": [2, 9, 10, 23, 24, 25, 26, 32, 34, 35, 37, 38, 39], "uninstal": [2, 24, 25, 32, 34, 35, 39], "function": [2, 4, 20, 23, 24, 25, 26, 28, 32, 34, 35, 36, 37, 38, 39], "reinstal": [2, 24, 25, 32, 34, 35, 39], "7": [2, 4, 5, 9, 13, 15, 16, 18, 24, 25, 28, 32, 33, 34, 35, 36, 39], "incompat": 2, "pyyaml": [2, 30], "11": [2, 10, 21, 33, 41], "task": [2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 33, 34, 35, 36, 37, 38, 39, 41, 42], "build": [2, 10, 11, 15, 21, 33, 39, 41], "present": [2, 3, 4, 6, 9, 11, 15, 19, 20, 23, 26, 28, 30, 34, 36, 38], "imag": [2, 3, 8, 9, 10, 11, 21, 27, 30, 31, 36, 41, 42], "prior": [2, 9, 23, 36], "pull": [2, 9, 12, 13, 15, 17, 18, 19, 39, 41, 42], "rebuilt": [2, 36], "dockerfil": [2, 9, 12, 15, 36], "content": [2, 6, 30, 34], "nocach": [2, 12, 15], "ignor": [2, 3, 9, 10, 16, 17, 21, 24, 25, 33, 42], "cach": [2, 9, 11, 12, 15, 27], "recreat": [2, 3, 4, 9, 23, 28, 36, 38], "unless": [2, 4, 9, 11, 28, 32, 40, 42], "never": [2, 3, 12, 30, 38, 39], "describ": [2, 36], "network": [2, 3, 9, 10, 11, 12, 15, 27, 36, 41], "volum": [2, 3, 8, 9, 11, 13, 27, 32, 36, 41], "mutual": [2, 4, 6, 10, 21, 28, 33], "exclus": [2, 4, 6, 10, 21, 28, 33], "project_src": [2, 3], "depend": [2, 3, 9, 11, 15, 24, 25, 32, 34], "connect": [2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 32, 33, 34, 35, 36, 37, 38, 40], "env_fil": [2, 3, 9, 36], "9": [2, 9, 13, 36, 42], "By": [2, 3, 9, 10, 11, 21, 23, 33], "load": [2, 3, 9, 15, 18, 41], "locat": [2, 3], "under": [2, 3, 29, 39], "custom": [2, 3, 9, 20, 23, 36], "rel": [2, 3, 9, 12, 15], "greater": 2, "28": [2, 36], "rather": [2, 9], "than": [2, 9, 19, 21, 24, 25, 27, 30, 36], "element": [2, 3, 7, 9, 10, 11, 12, 13, 14, 15, 18, 19, 21, 23, 24, 25, 26, 27, 29, 30, 31, 32, 33, 34, 36], "merg": [2, 10, 21, 25, 33, 40], "given": [2, 9, 10, 14, 21, 33, 34], "hostname_check": 2, "hostnam": [2, 8, 9, 12, 13, 15, 23, 24, 25, 36, 39], "against": [2, 10], "dure": [2, 9, 10, 15, 26, 36], "process": [2, 9, 15, 36], "profil": [2, 3], "enabl": [2, 3, 9, 15, 23, 26], "equival": [2, 3, 9], "project_nam": [2, 3], "project": [2, 3, 41], "taken": [2, 3, 9], "basenam": [2, 3], "differ": [2, 3, 6, 9, 11, 23, 30, 32, 34, 38], "leav": [2, 3, 9, 23, 34, 39], "unchang": [2, 3, 25, 36], "forc": [2, 3, 4, 6, 9, 15, 18, 20, 23, 28, 34, 36, 38], "all": [2, 3, 6, 9, 10, 11, 13, 14, 15, 18, 21, 23, 24, 25, 30, 33, 34, 36, 39, 41], "smart": 2, "remove_imag": [2, 3], "absent": [2, 3, 4, 8, 9, 15, 20, 22, 23, 26, 28, 30, 34, 36, 38], "remove_orphan": [2, 3], "remove_volum": [2, 3], "data": [2, 3, 4, 6, 7, 9, 13, 28, 34, 36, 38], "restart": [2, 3, 9, 36], "pair": [2, 9, 12, 15, 36], "count": [2, 3, 9], "resp": [2, 20], "stop": [2, 3, 9, 10, 36, 39], "subset": [2, 11, 23, 32], "which": [2, 4, 7, 9, 10, 11, 15, 17, 20, 21, 28, 32, 33, 34, 36, 39], "oper": [2, 3, 15, 23, 25, 26, 34, 36, 38], "newer": [2, 3, 4, 9, 24, 25, 28, 32, 33, 34, 35, 36, 41], "lead": [2, 4, 10, 21, 24, 25, 28, 32, 33, 34, 35, 36], "error": [2, 4, 7, 10, 11, 21, 24, 25, 28, 31, 32, 33, 34, 35, 36], "desir": [2, 3, 9, 34], "down": [2, 3], "17": 2, "first": [2, 4, 9, 10, 28, 36], "suppos": 2, "creat": [2, 3, 4, 9, 10, 13, 15, 21, 22, 23, 27, 28, 33, 34, 36, 38, 39], "attach": [2, 3, 9, 22, 23, 40, 42], "alreadi": [2, 3, 9, 12, 15, 19, 23, 25, 26, 34, 38], "default_grace_period": 2, "particular": [2, 11], "suddenli": 2, "later": [2, 3, 4, 28, 39], "action_group": [2, 3, 4, 6, 7, 8, 9, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 34, 35, 36, 37, 38], "group": [2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 32, 33, 34, 35, 36, 37, 38, 41], "module_default": [2, 3, 4, 6, 7, 8, 9, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 34, 35, 36, 37, 38, 39], "none": [2, 3, 4, 7, 8, 9, 12, 14, 15, 17, 20, 22, 25, 27, 28, 30, 34, 35, 36, 37], "addit": [2, 4, 6, 9, 24, 25, 28, 32, 33, 34, 35, 36, 39], "packag": [2, 4, 24, 25, 28, 32, 34, 35, 36, 39], "done": [2, 4, 15, 24, 25, 28, 32, 34, 35, 36], "pip": [2, 4, 24, 25, 28, 32, 34, 35, 36, 39], "allow": [2, 4, 5, 9, 11, 15, 19, 20, 24, 25, 26, 28, 32, 34, 35, 36, 39, 41, 42], "veri": [2, 4, 9, 24, 25, 28, 32, 34, 35, 36], "few": [2, 4, 24, 25, 28, 32, 34, 35, 36], "In": [2, 4, 9, 24, 25, 28, 32, 34, 35, 36], "gener": [2, 4, 9, 10, 21, 24, 25, 28, 32, 33, 34, 35, 36, 39, 41], "home": [2, 4, 6, 12, 15, 24, 25, 28, 32, 34, 35, 36], "config": [2, 8, 9, 13, 15, 20, 22, 23, 24, 25, 28, 32, 34, 35, 36, 39, 41], "json": [2, 4, 9, 15, 20, 21, 24, 25, 28, 32, 34, 35, 36], "docker_config": [2, 24, 25, 28, 32, 34, 35, 36, 39, 41], "otherwis": [2, 4, 6, 9, 10, 21, 24, 25, 28, 32, 33, 34, 35, 36], "django": [2, 3], "follow": [2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 42], "flask": [2, 3], "gather_fact": [2, 3, 39], "tear": [2, 3], "show": [2, 3, 11, 29, 31, 32, 36, 39], "result": [2, 3, 7, 8, 9, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 26, 29, 31, 32, 35, 37, 38, 39], "again": [2, 3, 4, 9, 28], "assert": [2, 3, 9, 13, 15, 36], "web": [2, 3, 30, 36], "db": [2, 3, 9], "flask_web_1": [2, 3], "flask_db_1": [2, 3], "two": [2, 4, 9, 19, 28, 39], "instanc": 2, "v2": 2, "postgr": [2, 9], "playbook_dir": 2, "runserv": 2, "8000": [2, 9], "port": [2, 3, 9, 10, 12, 15, 16, 17, 18, 19, 31, 33, 34, 36], "depends_on": 2, "common": [2, 3, 4, 6, 7, 8, 9, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 34, 35, 36, 37, 38, 39], "document": [2, 3, 4, 6, 7, 8, 9, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 34, 35, 36, 37, 38, 40], "field": [2, 3, 4, 6, 7, 8, 9, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 34, 35, 36, 37, 38], "uniqu": [2, 3, 4, 6, 7, 8, 9, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 34, 35, 36, 37, 38], "complex": 2, "service_nam": 2, "short_id": 2, "short": [2, 8, 9, 10, 22, 39], "built_imag": 2, "built": [2, 15], "hash": [2, 4, 9, 12, 15, 16, 17, 18, 19, 28], "pulled_imag": 2, "map": [2, 3, 4, 9, 10, 12, 15, 21, 23, 28, 33, 36], "success": [2, 3, 4, 6, 7, 9, 11, 12, 14, 15, 16, 17, 18, 19, 23, 25, 26, 28, 32, 34, 37, 38], "container_nam": [2, 9], "format": [2, 3, 9, 10, 12, 13, 15, 16, 17, 18, 19, 33, 34, 36], "project_service_": 2, "cmd": [2, 8, 9, 13, 36], "One": [2, 4, 6, 10, 28, 39], "sampl": [2, 3, 4, 7, 8, 9, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 26, 27, 28, 29, 30, 31, 34, 35, 36, 37, 38], "label": [2, 3, 4, 8, 9, 11, 12, 13, 15, 22, 23, 25, 28, 33, 34, 36, 37, 38], "meta": [2, 4, 28], "assign": [2, 3, 4, 9, 10, 25, 28, 36], "null": [2, 8, 9, 13, 22, 36, 37], "member": 2, "globalipv6": 2, "ipv6": [2, 9, 23], "address": [2, 9, 10, 12, 15, 23, 34, 36], "globalipv6prefixlen": 2, "subnet": [2, 22, 23, 34], "length": [2, 9, 13, 34], "ipaddress": 2, "ip": [2, 9, 10, 12, 15, 23, 36], "172": [2, 9, 23, 33], "ipprefixlen": 2, "bit": 2, "16": [2, 9, 33], "macaddress": 2, "mac": [2, 9, 23], "virtual": 2, "nic": 2, "02": [2, 3], "42": 2, "ac": 2, "00": [2, 22, 37], "regard": 2, "disposit": 2, "chri": [2, 4, 9, 13, 15, 20, 23, 28], "houseknecht": [2, 4, 9, 13, 15, 20, 23, 28], "chouseknecht": [2, 4, 9, 13, 15, 20, 23, 28], "18": [3, 9], "cli_context": [3, 12], "context": [3, 12, 15, 39], "docker_cli": [3, 12], "search": [3, 9, 12, 36], "multipl": [3, 10, 13, 14, 24, 39], "stabl": 3, "10872": 3, "main": 3, "friendli": 3, "tri": [3, 9], "accomod": 3, "variou": [3, 9, 41], "behavior": [3, 9, 12, 19], "adjust": 3, "test": [3, 4, 9, 22, 28, 36, 37], "between": [3, 9, 30, 34, 36, 39], "exact": 3, "over": [3, 23, 39], "releas": [3, 15], "break": 3, "program": [3, 12, 42], "docker_compos": [3, 39, 41], "v1": [3, 8, 9, 15, 20, 41], "appli": [3, 15, 25, 30, 34, 36], "resourc": [3, 9, 30, 36], "happen": [3, 4, 9, 28, 39], "exit": [3, 7, 9, 36], "kill": [3, 9, 36], "kind": 3, "associ": [3, 9, 20, 31], "createdat": [3, 37], "timestamp": 3, "2024": 3, "01": [3, 9, 37], "12": [3, 9, 10, 12, 19, 21, 22, 26, 33, 37, 39], "20": [3, 9, 22], "41": [3, 36], "0100": 3, "cet": 3, "exitcod": 3, "health": [3, 9, 36], "44a7d607219a60b7db0a4817fb3205dce46e91df2cb4b78a6100b6e27b0d3135": 3, "localvolum": 3, "mount": [3, 9, 36], "primari": [3, 10], "publish": [3, 9, 36], "assig": 3, "protocol": [3, 36], "udp": [3, 9, 36], "publishedport": 3, "targetport": 3, "interfac": [3, 9, 10, 34], "bound": [3, 9], "runningfor": 3, "size": [3, 9, 12, 13, 15, 21, 36], "0b": 3, "about": [3, 15, 23, 25, 29, 34, 39, 41], "minut": 3, "containernam": 3, "conain": 3, "sha256": [3, 14, 36], "c8bccc0af9571ec0d006a43acb5a8d08c4ce42b6cc7194dd6eb167976f501ef1": 3, "belong": [3, 9, 10, 15], "byte": [3, 9, 12, 15, 27, 36], "tag": [3, 9, 12, 13, 14, 15, 16, 17, 18, 21, 36, 39, 41], "swarm": [4, 23, 28, 30, 31, 41], "similar": [4, 6, 8, 20, 22, 28, 39], "rm": [4, 15, 28], "add": [4, 7, 9, 10, 12, 15, 20, 21, 23, 25, 28, 30, 33, 34, 36, 39], "metadata": [4, 9, 10, 21, 25, 28, 33, 34], "ansible_kei": [4, 28], "represent": [4, 28], "futur": [4, 15, 20, 28], "30": [4, 9, 34, 36], "data_src": [4, 28], "data_is_b64": [4, 28], "assum": [4, 6, 9, 15, 16, 28], "base64": [4, 6, 28], "encod": [4, 6, 28], "decod": [4, 6, 28], "being": [4, 6, 15, 28, 34], "binari": [4, 6, 28], "better": [4, 6, 28], "keep": [4, 6, 9, 19, 28, 34, 42], "let": [4, 6, 28], "even": [4, 9, 23, 26, 28, 34, 36], "rolling_vers": [4, 28], "increas": [4, 28, 39], "append": [4, 7, 12, 15, 16, 17, 18, 19, 23, 28], "contain": [4, 11, 12, 13, 15, 16, 17, 22, 23, 24, 25, 27, 28, 29, 30, 31, 32, 33, 36, 40, 41], "ansible_vers": [4, 28], "template_driv": 4, "golang": 4, "go": 4, "templat": [4, 7, 9], "versions_to_keep": [4, 28], "old": [4, 5, 9, 28, 36, 39], "extran": [4, 28], "delet": [4, 18, 23, 26, 27, 28, 30, 38], "after": [4, 9, 10, 15, 21, 25, 28, 30, 33, 34, 36], "everyth": [4, 6, 27, 28], "foo": [4, 7, 9, 10, 28, 36], "becaus": [4, 9, 10, 21, 28, 33, 34], "re": [4, 9, 20, 23, 28], "prevent": [4, 7, 9, 28], "lookup": [4, 9, 28], "b64encod": [4, 28], "goodnight": [4, 28], "everyon": [4, 28], "bar": [4, 9, 28, 36], "baz": [4, 28], "No": [4, 28, 39], "though": [4, 15, 28], "miss": [4, 9, 28], "monkei": [4, 28], "creation": [4, 9, 23, 28, 36], "config_id": [4, 36], "object": [4, 6, 21, 28, 32, 41], "hzehrmyjigmcp2gb6nlhmjqcv": [4, 28], "config_nam": [4, 36], "awesome_config": 4, "john": 4, "hu": 4, "ushuz": 4, "prefer": [5, 9, 15, 16, 36], "docker_api": [5, 10, 39, 40, 41], "docker_extra_arg": 5, "extra": [5, 10, 12, 15, 21, 33, 40], "pass": [5, 7, 9, 10, 34, 36, 39], "line": [5, 7, 9, 39], "extra_cli_arg": 5, "ansible_docker_extra_arg": 5, "too": 5, "itself": [5, 9, 39, 42], "lorin": 5, "hochestein": 5, "leendert": 5, "brouwer": 5, "cp": [6, 39], "must": [6, 7, 9, 15, 16, 17, 24, 25, 32, 34, 35, 36, 39], "owner_id": 6, "group_id": 6, "also": [6, 9, 11, 13, 23, 24, 25, 32, 34, 35, 36, 38, 39], "necessari": 6, "bin": [6, 7, 8, 9, 13], "sh": [6, 13], "shell": [6, 9, 36], "correspond": [6, 9, 11, 15, 34, 36], "container_path": 6, "absolut": 6, "plan": 6, "pre": 6, "content_is_b64": 6, "risk": 6, "interpret": [6, 39], "utf": 6, "corrupt": 6, "flag": [6, 32], "filesystem": [6, 9, 36], "write": [6, 9], "idempot": [6, 9, 34], "destin": [6, 9], "try": [6, 9, 15, 16, 23, 30], "match": [6, 8, 9, 11, 15, 16, 18, 22, 24, 32, 35, 36], "download": [6, 12, 15], "compar": [6, 9, 39], "upload": 6, "disk": [6, 11, 27], "avail": [6, 9, 10, 15, 21, 25, 32, 33, 36, 39, 40], "local_follow": 6, "tree": 6, "system": [6, 9, 11, 39], "owner": [6, 9, 36], "manag": [6, 30, 32, 33, 36, 41], "transfer": 6, "comput": 6, "max_file_size_for_diff": 6, "larg": [6, 23, 26, 37, 38], "mydata": [6, 8, 9, 22, 37], "txt": [6, 36], "input": [6, 10, 21, 33], "runm": 6, "o": [6, 9, 10, 12, 13, 15, 21, 33], "root": [6, 7, 9, 36, 40, 42], "0o755": 6, "readabl": [6, 9], "writabl": 6, "actual": [6, 25, 36], "argv": 7, "quot": [7, 9, 36], "exactli": 7, "chdir": 7, "detach": [7, 9, 39], "synchron": [7, 39], "asynchron": 7, "stdin": [7, 9], "cannot": [7, 9, 11, 12, 21, 23], "stdout": [7, 15], "stderr": 7, "rc": 7, "respect": [7, 20], "pars": [7, 9, 36], "parser": [7, 9, 36], "avoid": [7, 9, 36, 39], "loss": [7, 9, 36], "jinja2": [7, 9, 10, 21, 33], "convert": [7, 9, 10, 12, 15, 33], "back": [7, 9, 36], "correct": [7, 9, 39], "wai": [7, 9, 10, 15, 42], "stdin_add_newlin": 7, "newlin": 7, "strip_empty_end": 7, "strip": 7, "end": [7, 10, 21, 33, 39], "tty": [7, 8, 9, 13, 36], "alloc": [7, 9, 36], "simpl": 7, "bash": 7, "c": [7, 13], "l": [7, 11, 32], "lah": 7, "dev": [7, 9, 12, 15, 38], "stderr_lin": 7, "exec_id": 7, "249d9e3075655baf705ed8f40488c5e9434049cf3431976f1bfdb73741c574c5": 7, "standard": [7, 21], "essenti": [8, 11, 22, 24, 35, 39], "inspect": [8, 9, 10, 12, 14, 15, 16, 17, 18, 19, 22, 23, 24, 26, 35, 37, 38, 39, 41], "docker_contain": [8, 23, 39, 40, 41], "mai": [8, 9, 22, 30, 33, 36], "info": [8, 11, 22, 24, 29, 31, 32, 35, 37], "els": [8, 22, 37], "repres": [8, 9, 11, 22, 24, 32, 35, 36], "apparmorprofil": [8, 9], "arg": [8, 9, 12, 15, 36], "attachstderr": [8, 9, 13], "attachstdin": [8, 9, 13], "attachstdout": [8, 9, 13], "usr": [8, 9, 13], "supervisord": [8, 9], "domainnam": [8, 9, 13], "entrypoint": [8, 9, 13], "sbin": [8, 9, 13], "exposedport": [8, 9, 13], "443": [8, 9], "80": [8, 9], "8e47bf643eb9": [8, 9], "lnmp_nginx": [8, 9], "onbuild": [8, 9, 13], "openstdin": [8, 9, 13], "stdinonc": [8, 9, 13], "tmp": [8, 9, 20, 36], "lnmp": [8, 9], "nginx": [8, 9, 15, 30, 36], "site": [8, 9], "log": [8, 9, 15, 34, 36, 39, 41], "life": [9, 39], "cycl": 9, "view": 9, "auto_remov": 9, "side": [9, 34], "container_default_behavior": 9, "compat": [9, 10, 39], "blkio_weight": 9, "block": [9, 23], "io": [9, 20], "weight": [9, 15], "1000": 9, "cap_drop": [9, 36], "capabl": [9, 36], "drop": [9, 36], "cap": 9, "compos": [9, 10, 21, 30, 33, 41], "cap_add": [9, 36], "cgroup_par": 9, "parent": [9, 10, 13, 18, 21, 33], "cgroup": 9, "cgroupns_mod": 9, "namespac": [9, 29, 42], "simpli": 9, "cgroupn": 9, "privat": [9, 15, 20, 36, 39], "cleanup": [9, 39], "either": [9, 15, 24, 34, 36], "were": [9, 15, 18], "split": 9, "comma": 9, "command_handl": 9, "handl": 9, "consid": [9, 12, 15, 23, 27, 34], "rule": 9, "relat": 9, "until": [9, 11, 27, 30], "kept": [9, 19], "correctli": [9, 23], "comparison": 9, "properti": 9, "decid": 9, "strict": [9, 10, 21, 33], "allow_more_pres": 9, "equal": [9, 36], "dict": [9, 11, 32, 36], "wildcard": 9, "explicitli": 9, "problem": 9, "now": 9, "no_default": 9, "restor": 9, "ensur": [9, 13, 21, 23], "affect": [9, 12, 15, 16, 17, 18, 19, 23, 26, 37, 38], "init": [9, 34, 36, 42], "memori": [9, 15, 36], "paus": [9, 25, 36], "privileg": [9, 42], "read_onli": [9, 36], "cpu_period": 9, "limit": [9, 15, 36], "cpu": [9, 15, 36], "cf": 9, "complet": [9, 25, 30], "fair": 9, "schedul": 9, "period": [9, 36], "easier": 9, "altern": [9, 10, 12, 15], "cpu_quota": 9, "quota": 9, "cpu_shar": 9, "share": [9, 15, 36], "float": [9, 36], "much": 9, "mean": [9, 15, 23], "most": [9, 39], "half": 9, "cpuset_cpu": 9, "cpuset_mem": 9, "mem": 9, "default_host_ip": 9, "ipv4": [9, 23], "With": [9, 21, 23], "bind": [9, 36], "explicit": [9, 10], "70": 9, "bridg": [9, 22, 23], "host_binding_ipv4": 9, "fall": 9, "background": 9, "disabl": [9, 26, 36], "reflect": 9, "fail": [9, 11, 23, 24, 25, 30, 32, 34, 35, 36], "device_read_bp": 9, "devic": [9, 38], "rate": 9, "per": [9, 21, 33, 36], "unit": [9, 12, 15, 36], "posit": [9, 12, 15, 36], "b": [9, 12, 15, 36], "k": [9, 12, 15, 36], "kibibyt": [9, 12, 15, 36], "1024b": [9, 12, 15, 36], "m": [9, 12, 15, 36], "mebibyt": [9, 12, 15, 36], "g": [9, 12, 15, 36], "gibibyt": [9, 12, 15, 36], "t": [9, 12, 15, 36], "tebibyt": [9, 12, 15, 36], "p": [9, 12, 15, 32, 36], "pebibyt": [9, 12, 15, 36], "omit": [9, 10, 12, 15, 21, 33, 34, 36], "device_read_iop": 9, "device_request": 9, "gpu": 9, "top": [9, 10], "level": [9, 10], "combin": [9, 16, 25, 34], "OR": 9, "everi": [9, 39], "AND": 9, "driver": [9, 21, 22, 23, 36, 37, 38], "satisfi": 9, "sub": [9, 36], "nvidia": 9, "found": [9, 15, 18, 20, 39], "runtim": 9, "device_id": 9, "specif": [9, 15, 16, 23, 29, 38, 39], "device_write_bp": 9, "device_write_iop": 9, "express": [9, 10, 21, 33], "path_on_host": 9, "path_in_contain": 9, "cgroup_permiss": 9, "dns_opt": 9, "dn": [9, 36], "dns_search_domain": 9, "domain": [9, 36], "dns_server": 9, "overwrit": [9, 15, 19], "etc_host": [9, 12, 15], "etc": [9, 12, 13, 15, 23, 36], "exposed_port": 9, "expos": [9, 36], "listen": [9, 34], "force_kil": 9, "forcekil": 9, "healthcheck": [9, 36], "healthi": [9, 36], "instruct": [9, 12, 15, 36], "interv": [9, 30, 36], "start_period": [9, 36], "durat": [9, 36], "accept": [9, 21, 36], "look": [9, 36], "5h34m56": [9, 36], "1m30": [9, 36], "so": [9, 10, 23, 36, 39], "u": [9, 30, 36], "h": [9, 36], "retri": [9, 30, 36], "consecut": [9, 30, 36], "failur": [9, 36], "unhealthi": [9, 36], "initi": [9, 36], "countdown": [9, 36], "item": [9, 10, 21, 33, 36], "ignore_imag": 9, "evalu": [9, 36], "registri": [9, 12, 13, 14, 15, 18, 19, 30, 36, 39, 41], "warn": [9, 21], "deprec": [9, 39], "image_comparison": 9, "via": [9, 23, 25, 27, 33, 36], "yet": 9, "image_label_mismatch": 9, "inherit": 9, "while": [9, 36, 42], "introduc": 9, "unexpect": 9, "base": [9, 10, 21, 30, 33, 39], "image_name_mismatch": 9, "still": [9, 10, 21, 30, 33, 36, 39, 42], "reason": 9, "emit": 9, "would": 9, "make": [9, 10, 13, 15, 21, 23, 33, 34, 36, 38, 39], "forward": [9, 36], "signal": [9, 36], "reap": [9, 36], "open": 9, "launch": [9, 42], "ipc_mod": 9, "ipc": 9, "reus": 9, "anoth": [9, 19], "within": 9, "keep_volum": 9, "retain": 9, "anonym": 9, "kernel_memori": 9, "kernel": 9, "minimum": 9, "4m": 9, "kill_sign": 9, "alia": [9, 26], "log_driv": [9, 36], "possibl": [9, 10, 11, 15, 21, 27, 32, 33, 34], "log_opt": 9, "chosen": 9, "engin": [9, 11, 32, 36, 38], "admin": 9, "overview": 9, "effect": [9, 30, 34], "mac_address": 9, "92": 9, "d0": 9, "c6": 9, "0a": 9, "29": [9, 36], "33": 9, "memory_reserv": 9, "soft": 9, "memory_swap": 9, "total": [9, 15], "swap": [9, 15], "unlimit": [9, 15], "memory_swappi": 9, "tune": 9, "swappi": 9, "100": 9, "remain": [9, 25], "power": 9, "consist": 9, "deleg": 9, "no_copi": [9, 36], "popul": 9, "propag": [9, 36], "rprivat": [9, 36], "rshare": [9, 36], "slave": [9, 36], "rslave": [9, 36], "suppli": 9, "tmpfs_mode": [9, 36], "permiss": 9, "tmpf": [9, 36], "tmpfs_size": [9, 36], "npipe": [9, 36], "volume_driv": 9, "volume_opt": 9, "network_mod": 9, "network_nam": [9, 23], "networks_cli_compat": 9, "least": 9, "structur": 9, "enforc": 9, "mention": 9, "These": [9, 10, 41], "reach": 9, "ipv4_address": 9, "ipv6_address": 9, "behav": [9, 21], "afterward": 9, "oom_kil": 9, "oom": 9, "killer": 9, "oom_score_adj": 9, "score": 9, "output_log": [9, 39], "journald": 9, "pid_mod": 9, "pid": [9, 40, 42], "pids_limit": 9, "platform": [9, 12, 15, 16, 30, 33], "arch": [9, 12, 15, 33], "variant": [9, 12, 15], "normal": 9, "similarli": 9, "notic": 9, "accident": 9, "due": 9, "give": 9, "extend": [9, 32], "publish_all_port": 9, "published_port": [9, 36], "intact": 9, "syntax": 9, "9000": 9, "rang": [9, 23], "shorter": 9, "free": 9, "util": [9, 39], "dig": 9, "resolv": [9, 30, 36], "point": 9, "earlier": 9, "purge_network": 9, "sure": [9, 13, 15, 23, 34, 38, 39], "removal_wait_timeout": 9, "usual": [9, 15], "fast": 9, "howev": 9, "mani": 9, "phase": 9, "restart_polici": [9, 36], "polici": [9, 36], "place": 9, "around": [9, 34], "restart_retri": 9, "security_opt": 9, "form": [9, 34], "shm_size": [9, 12, 15], "shm": [9, 12, 15], "entir": [9, 12, 15], "64m": [9, 12, 15], "move": 9, "account": [9, 20, 36], "stop_sign": [9, 36], "stop_timeout": 9, "sigkil": 9, "its": [9, 25, 36, 39], "stoptimeout": 9, "storage_opt": 9, "storag": 9, "sysctl": 9, "pseudo": [9, 36], "ulimit": 9, "nofil": 9, "262144": 9, "usernam": [9, 20, 36], "uid": [9, 36], "groupnam": 9, "gid": [9, 36], "userns_mod": 9, "ut": 9, "style": 9, "separ": [9, 10, 21, 33], "ro": 9, "rw": 9, "nocopi": 9, "selinux": 9, "addition": 9, "z": 9, "volumes_from": 9, "working_dir": [9, 36], "partial": [9, 15, 16], "destroi": [9, 39], "downtim": 9, "except": [9, 23, 33], "therefor": 9, "relev": 9, "busybox": [9, 31], "redi": 9, "myredi": 9, "appendonli": 9, "ye": [9, 10, 21, 33], "6379": 9, "myapplic": 9, "someus": 9, "appimag": 9, "aliasedredi": 9, "sda": 9, "xvda": 9, "rwm": 9, "8080": [9, 15], "9001": 9, "8081": 9, "127": [9, 10, 36], "9002": 9, "random": 9, "9003": 9, "8100": 9, "select": [9, 10, 11, 13, 15, 16, 17, 23, 25, 27, 32, 39], "9010": 9, "9020": 9, "7000": 9, "7010": 9, "secret_kei": 9, "ssssh": 9, "boolean_kei": 9, "mycontain": 9, "ubuntu": [9, 36], "14": [9, 36], "04": [9, 36], "sleep": [9, 36], "infin": 9, "balanc": 9, "anotherappimag": 9, "1d": 9, "with_sequ": 9, "ohno": 9, "syslog": 9, "myservic": [9, 32, 35, 36], "my": [9, 10, 33, 39], "514": 9, "facil": 9, "13": [9, 10, 36], "renam": [9, 36], "db_test": 9, "docker_network_nam": 9, "sleeper": 9, "testingnet": 9, "sleepyzz": 9, "testingnet2": 9, "sleepi": 9, "sleepyz": 9, "zzzz": 9, "agent": [9, 30, 34], "jenkinsci": 9, "jenkin": 9, "sys_tim": 9, "finer": 9, "arg1": 9, "arg2": 9, "whatev": [9, 15, 16], "precis": 9, "ok": 9, "ii": 9, "healthstatu": 9, "proxi": [9, 15], "curl": [9, 36], "ing": [9, 36], "22": [9, 10], "1700": 9, "16g": 9, "20m": [9, 36], "sdb": 9, "300": 9, "some": 9, "3a23c669": 9, "1f69": 9, "c64e": 9, "cf85": 9, "44e9b07e7a2a": 9, "condit": [9, 10, 21, 33, 36], "mb": 9, "backend": 9, "fabianle": 9, "org": 9, "2020": 9, "15": [9, 13], "overlay2": 9, "xf": 9, "rootf": 9, "12m": 9, "fact": [9, 10, 21, 33, 36, 41], "zero": 9, "cove": 9, "schneider": 9, "joshua": 9, "conner": 9, "joshuaconn": 9, "pavel": [9, 15], "antonov": [9, 15], "softzilla": [9, 15], "thoma": 9, "steinbach": 9, "thomassteinbach": 9, "philipp": 9, "jandot": 9, "zfil": 9, "daan": 9, "oosterveld": 9, "dusdanig": 9, "kassian": 9, "sun": 9, "kassiansun": 9, "add_legacy_group": 10, "letter": 10, "image_": 10, "stack_": 10, "stack": [10, 36, 41], "service_": 10, "configure_docker_daemon": 10, "connection_typ": 10, "default_ip": 10, "private_ssh_port": 10, "keyed_group": [10, 21, 33], "default_valu": [10, 21, 33], "trailing_separ": [10, 21, 33], "parent_group": [10, 21, 33], "prefix": [10, 21, 33], "_": [10, 21, 33], "leading_separ": [10, 21, 33], "conjunct": [10, 21, 33], "underscor": [10, 21, 33], "concaten": [10, 21, 33], "recogn": [10, 33], "own": [10, 33], "invalid": [10, 21, 33], "fatal": [10, 21, 33], "skip": [10, 21, 33], "continu": [10, 21, 33, 36], "those": [10, 21, 25, 33], "use_extra_var": [10, 21, 33], "composit": [10, 21, 33, 40], "highest": [10, 21, 33, 40], "inventory_plugin": [10, 21, 33], "ansible_inventory_use_extra_var": [10, 21, 33, 40], "verbose_output": [10, 11, 21, 32, 33], "toggl": [10, 33], "transform": 10, "docker_xxx": 10, "hostconfig": 10, "docker_hostconfig": 10, "minim": [10, 21, 33], "2375": [10, 33], "unverifi": [10, 33], "somewher": [10, 33], "construct": [10, 21, 33], "network_foo": 10, "networkmod": 10, "linux": [10, 13, 33], "os_linux": [10, 33], "docker_platform": 10, "fallback": 10, "export": 10, "ansible_ssh_host": 10, "ansible_ssh_port": 10, "docker_nam": 10, "queri": [11, 24, 30, 39], "contact": 11, "meet": 11, "containers_al": 11, "containers_filt": [11, 27], "filter": [11, 27, 32], "24h": [11, 27], "disk_usag": 11, "summari": 11, "space": [11, 27], "layer": 11, "sum": 11, "images_filt": [11, 27], "dangl": [11, 27], "networks_filt": [11, 27], "verbos": [11, 32], "method": [11, 32], "your": [11, 20, 23, 32, 34, 39], "volumes_filt": [11, 27], "mylabel": [11, 36], "key1": [11, 23, 25], "value1": [11, 23], "key2": [11, 23, 25], "value2": [11, 23], "host_info": 11, "can_talk_to_dock": [11, 32], "talk": [11, 32, 39], "basic": [11, 32], "piotr": [11, 24, 25, 32, 34, 36], "wojciechowski": [11, 24, 25, 32, 34, 36], "wojciechowskipiotr": [11, 24, 25, 32, 34, 36], "allo": 12, "buildkit": [12, 15], "direct": [12, 15], "conveni": [12, 15], "cache_from": [12, 15], "registry_serv": [12, 15, 16, 17, 18, 19], "push": [12, 14, 15, 18, 19, 39, 41], "tag_nam": [12, 15, 16, 17, 18, 19], "digest": [12, 16, 17, 18, 30, 36], "rebuild": 12, "intermedi": [12, 15], "stage": [12, 15], "final": [12, 15], "docker_image_push": [12, 14, 15, 19, 39, 41], "docker_image_tag": [12, 14, 15, 16, 17, 18, 39, 41], "arrai": 13, "appear": 13, "docker_imag": [13, 39, 41], "docker_image_fact": 13, "singl": [13, 23, 39], "pacur": [13, 15, 16, 18], "cento": [13, 15, 16, 18], "sinatra": [13, 15], "architectur": [13, 33], "amd64": [13, 15, 16], "5000": [13, 15, 17, 19, 20], "e5c68db50333": 13, "c72dce2618dc8f7b794d2b2c2b1e64e0205ead5befc294f8111da23bd6a2c799": 13, "lib": [13, 37], "workingdir": 13, "e83a452b8fb89d78a25a6739457050131ca5c863629a47639530d9ad2008d610": 13, "containerconfig": 13, "nop": 13, "2016": 13, "03": 13, "08t21": 13, "08": 13, "399680378z": 13, "dockervers": 13, "graphdriv": 13, "auf": 13, "53773d8552f07b730f3e19979e32499519807d67b344141d965463a950a66e08": 13, "f0b1f729f784b755e7bf9c8c2e65d8a0a35a533769c2588f02895f6781ac0805": 13, "repodigest": 13, "repotag": 13, "virtuals": 13, "165808884": 13, "tar": [14, 15], "docker_image_remov": [14, 15, 16, 17, 19, 39, 41], "image_nam": 14, "join": [14, 34, 39], "hello": 14, "world": 14, "e004c2cc521c95383aebb1fb5893719aa7a8eae2e7a71f316a4410784edb00a9": 14, "archiv": [15, 18, 41], "archive_path": 15, "container_limit": 15, "cpusetcpu": 15, "cpushar": 15, "memswap": 15, "neither": [15, 39], "http_timeout": 15, "use_config_proxi": 15, "force_abs": 15, "un": [15, 18], "force_sourc": 15, "force_tag": 15, "load_path": 15, "ask": [15, 16, 21], "minor": 15, "hub": [15, 39], "retriev": [15, 29, 31, 34, 39, 41], "buildx": [15, 39, 41], "docker_image_build": [15, 39, 41], "docker_image_info": [15, 39, 41], "docker_image_load": [15, 18, 39, 41], "docker_image_pul": [15, 17, 18, 39, 41], "56": 15, "dcoppenhagan": 15, "myimag": 15, "As": 15, "repo": [15, 17], "my_sinatra": 15, "dir": 15, "log_volum": 15, "myapp": 15, "listen_port": 15, "alpin": [15, 36], "sorin": 15, "sbarnea": 15, "ssbarnea": 15, "not_pres": 16, "shown": 16, "unknown": 16, "prune": [18, 30, 39, 41], "untag": [18, 39], "existing_imag": 19, "overwritten": 19, "tagged_imag": 19, "got": 19, "login": [20, 39], "credenti": 20, "store": [20, 21, 34], "config_path": 20, "dockercfg_path": 20, "password": [20, 26], "plaintext": 20, "reauthor": 20, "reauth": 20, "refresh": 20, "registry_url": 20, "index": 20, "out": [20, 36, 39], "logout": [20, 39], "dockerhub": 20, "could": 20, "rekcod": 20, "yourself": 20, "secrets3": 20, "mydockercfg": 20, "login_result": 20, "serveraddress": 20, "testus": 20, "olaf": 20, "kilian": 20, "olsaki": 20, "ansible_port": 21, "ansible_ssh_private_kei": 21, "dm_": 21, "daemon_env": 21, "silent": 21, "successfulli": 21, "token": [21, 32, 34], "running_requir": 21, "region": 21, "docker_machine_node_attribut": 21, "digitalocean": 21, "mymachin": 21, "drivernam": 21, "digit": 21, "dm_tag": 21, "behaviour": 21, "ansible_ssh_common_arg": 21, "stricthostkeycheck": 21, "ximon": 21, "eighteen": 21, "ximon18": 21, "docker_network": [22, 39, 41], "configfrom": 22, "configonli": 22, "2018": [22, 37], "07t01": 22, "47": 22, "51": 22, "250835114": 22, "06": 22, "enableipv6": 22, "ipam": [22, 23], "gatewai": [22, 23], "168": [22, 34], "96": 22, "0856968545f22026c41c2c7c3d448319d3b4a6a03a40b148b3ac4031696d1c0a": 22, "ingress": [22, 36], "intern": [22, 23], "f2700bba": 22, "scope": [22, 23, 37], "dave": [22, 23], "bendit": [22, 23], "dbendit": [22, 23], "subcommand": [23, 26, 37, 38], "increment": 23, "canon": 23, "global": [23, 36, 39], "worker": [23, 25, 33, 34], "care": 23, "reli": [23, 42], "overlai": 23, "3rd": [23, 38], "parti": [23, 38], "driver_opt": [23, 38], "consult": [23, 38], "enable_ipv6": 23, "disconnect": 23, "restrict": 23, "extern": [23, 34, 36], "ipam_config": 23, "iprang": 23, "spell": 23, "notat": 23, "aux_address": 23, "auxiliari": 23, "cidr": [23, 34], "ipam_driv": 23, "ipam_driver_opt": 23, "reconnect": 23, "ones": [23, 25], "fix": 23, "loop": 23, "properli": 23, "network_on": 23, "container_a": 23, "container_b": 23, "container_c": 23, "fulllist": 23, "network_two": 23, "net2": 23, "network_thre": 23, "27": [23, 36], "24": [23, 27], "26": 23, "host1": 23, "host2": 23, "network_four": 23, "network_ipv6_on": 23, "fdd1": 23, "ac8c": 23, "0557": 23, "7ce1": 23, "64": 23, "network_ipv6_two": 23, "7ce2": 23, "ben": 23, "keith": 23, "keitwb": 23, "cluster": [24, 25, 41], "self": 24, "presenc": 24, "mynod": [24, 25, 32, 34], "mynode1": 24, "mynode2": 24, "left": 24, "unreach": 24, "role": [25, 34, 36], "activ": 25, "drain": 25, "docker_swarm": [25, 39, 40, 41], "labels_st": 25, "labels_to_remov": 25, "made": [25, 36], "thierri": [25, 34], "bouvet": [25, 34], "tbouvet": [25, 34], "enable_timeout": 26, "force_remov": 26, "plugin_nam": 26, "plugin_opt": 26, "plugin_on": 26, "weavework": 26, "net": 26, "latest_releas": 26, "ipalloc_rang": 26, "weave_password": 26, "sakar": 26, "mehra": 26, "sakar97": 26, "vladimir": 26, "porshkevich": 26, "builder_cach": 27, "builder": 27, "hour": 27, "ago": 27, "builder_cache_space_reclaim": 27, "reclaim": 27, "containers_space_reclaim": 27, "images_space_reclaim": 27, "volumes_space_reclaim": 27, "secret_id": [28, 36], "secret_nam": [28, 36], "awesome_secret": 28, "docker_stack_task_info": [29, 39, 41], "grafana": 29, "orchestr": [29, 39], "kubernet": 29, "jose": [29, 31], "angel": [29, 31], "munoz": [29, 31], "imjoseangel": [29, 31], "jsondiff": 30, "absent_retri": 30, "larger": 30, "last": 30, "absent_retries_interv": 30, "nest": 30, "deploi": 30, "resolve_imag": [30, 36], "with_registry_auth": 30, "auth": 30, "mystack": 30, "opt": [30, 36], "envvar": 30, "stack_spec_diff": 30, "spec": [30, 33], "test_stack_test_servic": 30, "tasktempl": 30, "containerspec": 30, "dario": [30, 36], "zanzico": [30, 36], "dariko": [30, 36], "requir": [31, 42], "test_stack": 31, "currentst": 31, "desiredst": 31, "7wqv6m02ugkw": 31, "messag": 32, "nodes_filt": 32, "services_filt": 32, "tasks_filt": 32, "unlock_kei": 32, "unlock": [32, 34], "ignore_error": 32, "docker_swarm_act": 32, "docker_swarm_manag": 32, "swarm_fact": [32, 34], "swarm_unlock_kei": 32, "return": [33, 41], "leader": [33, 34], "nonlead": 33, "include_host_uri": 33, "attribut": 33, "ansible_host_uri": 33, "uri": 33, "modif": 33, "include_host_uri_port": 33, "time_out": 33, "enginevers": 33, "x86_64": 33, "arch_x86_64": 33, "exompl": 33, "w": 33, "label_product": 33, "hint": 33, "charact": 33, "safe": 33, "stefan": 33, "heitm\u00fcller": 33, "morph027": 33, "advertise_addr": 34, "reachabl": 34, "advertis": 34, "4567": 34, "eth0": 34, "initialis": 34, "autolock_manag": 34, "lock": 34, "docker_swarm_info": [34, 39, 41], "ca_force_rot": 34, "whose": 34, "purpos": 34, "sign": 34, "data_path_addr": 34, "traffic": 34, "data_path_port": 34, "9789": 34, "40": [34, 36], "default_addr_pool": 34, "pool": 34, "39": 34, "dispatcher_heartbeat_period": 34, "delai": [34, 36], "nanosecond": 34, "heartbeat": 34, "dispatch": 34, "5000000000": [34, 36], "election_tick": 34, "tick": 34, "trigger": [34, 36], "elect": 34, "heartbeat_tick": 34, "join_token": 34, "censor": 34, "keep_old_snapshot": 34, "snapshot": 34, "beyond": 34, "docker_nod": [34, 39, 41], "listen_addr": 34, "inter": 34, "2377": 34, "log_entries_for_slow_follow": 34, "sync": 34, "slow": 34, "node_cert_expiri": 34, "expiri": 34, "90": 34, "dai": 34, "7776000000000000": 34, "node_id": 34, "rotate_manager_token": 34, "rotat": 34, "rotate_worker_token": 34, "signing_ca_cert": 34, "leaf": 34, "signing_ca_kei": 34, "snapshot_interv": 34, "10000": 34, "demot": 34, "subnet_s": 34, "mask": 34, "task_history_retention_limit": 34, "histori": 34, "swmtkn": 34, "xxxxx": 34, "ens10": 34, "jointoken": 34, "value_specified_in_no_log_paramet": 34, "unlockkei": 34, "swmkei": 34, "xxx": 34, "hann": [35, 36], "ljungberg": [35, 36], "hannseman": [35, 36], "filenam": 36, "octal": 36, "0644": 36, "0444": 36, "container_label": 36, "dns_option": 36, "dns_search": 36, "endpoint_mod": 36, "endpoint": 36, "vip": 36, "dnsrr": 36, "signific": 36, "force_upd": 36, "37": 36, "replic": 36, "driver_config": 36, "copi": [36, 39, 41], "readonli": 36, "placement": 36, "constraint": 36, "pref": 36, "replicas_max_per_nod": 36, "target_port": 36, "replica": 36, "instanti": 36, "reserv": 36, "restart_config": 36, "max_attempt": 36, "rollback_config": 36, "roll": 36, "rollback": 36, "failure_act": 36, "max_failure_ratio": 36, "fraction": 36, "max": 36, "ratio": 36, "monitor": 36, "parallel": 36, "simultan": 36, "secret": [36, 39, 41], "unspecifi": 36, "stop_grace_period": 36, "grace": 36, "update_config": 36, "invok": 36, "workdir": 36, "3600": 36, "remote_tmp": 36, "webapp": 36, "depart": 36, "financ": 36, "envvar1": 36, "envvar2": 36, "app": 36, "fluentd": 36, "24224": 36, "async": 36, "120": [36, 39], "edg": 36, "spread": 36, "operatingsystem": 36, "myconfig_nam": 36, "mynetwork": 36, "mynetwork_alia": 36, "mysecret_nam": 36, "50": 36, "50m": 36, "alter": 36, "swarm_servic": 36, "ansible_swarm_servic": 36, "ansible_docker_servic": 36, "x": [36, 39], "90000000000": 36, "30000000000": 36, "10000000000": 36, "healthcheck_dis": 36, "b3dbf31b77fd99d9c08f780ce6f5282aba076d70a513a8be859d8d3a4d0c92b8": 36, "limit_cpu": 36, "limit_memori": 36, "52428800": 36, "log_driver_opt": 36, "placement_prefer": 36, "reserve_cpu": 36, "reserve_memori": 36, "20971520": 36, "restart_policy_attempt": 36, "restart_policy_delai": 36, "restart_policy_window": 36, "120000000000": 36, "update_delai": 36, "update_failure_act": 36, "update_max_failure_ratio": 36, "update_monitor": 36, "update_ord": 36, "update_parallel": 36, "jason": 36, "witkowski": 36, "jwitko": 36, "volume_nam": [37, 38], "09t17": 37, "43": 37, "44": 37, "mountpoint": 37, "bd3f6172": 37, "_data": 37, "commandlin": 38, "volume_cr": 38, "lost": 38, "volume_on": 38, "volume_two": 38, "btrf": 38, "sda2": 38, "alex": 38, "gr\u00f6nholm": 38, "agronholm": 38, "commun": [39, 40], "collect": [39, 41], "offer": 39, "sever": 39, "python_requirements_info": 39, "note": 39, "inventori": [39, 40], "pypi": 39, "realli": 39, "broken": 39, "doubt": 39, "nor": 39, "mainli": 39, "legaci": 39, "docker_stack": [39, 41], "docker_stack_info": [39, 41], "cacert": 39, "wrap": 39, "exec": 39, "posix": 39, "dynam": [39, 41], "individu": 39, "docker_host_info": [39, 41], "docker_login": [39, 41], "docker_prun": [39, 41], "import": 39, "tarbal": 39, "docker_network_info": [39, 41], "docker_volume_info": [39, 41], "docker_volum": [39, 41], "lifecycl": 39, "abil": 39, "docker_container_copy_into": [39, 41], "docker_container_exec": [39, 41], "docker_container_info": [39, 41], "docker_plugin": [39, 41], "thu": 39, "next": 39, "date": 39, "docker_machin": [39, 40, 41], "docker_node_info": [39, 41], "docker_secret": [39, 41], "docker_swarm_servic": [39, 41], "docker_swarm_service_info": [39, 41], "declar": 40, "docker": 40, "ansible_nsenter_pid": [40, 42], "nsenter": [40, 41], "fine": [40, 42], "author": 41, "matrix": 41, "room": 41, "im": 41, "question": 41, "irc": 41, "channel": 41, "libera": 41, "mail": 41, "subscrib": 41, "current_container_fact": 41, "multi": 41, "applic": 41, "model": 42, "container": 42, "enter": 42, "systemd": 42, "nsenter_pid": 42, "nsenter_connect": 42, "jeff": 42, "goldschraf": 42, "jgoldschraf": 42}, "objects": {"": [[40, 0, 1, "-", "ANSIBLE_DOCKER_TIMEOUT"], [40, 0, 1, "-", "ANSIBLE_INVENTORY_USE_EXTRA_VARS"], [40, 0, 1, "-", "ANSIBLE_NSENTER_PID"], [39, 0, 1, "-", "DOCKER_API_VERSION"], [39, 0, 1, "-", "DOCKER_CERT_PATH"], [39, 0, 1, "-", "DOCKER_HOST"], [39, 0, 1, "-", "DOCKER_SSL_VERSION"], [39, 0, 1, "-", "DOCKER_TIMEOUT"], [39, 0, 1, "-", "DOCKER_TLS"], [39, 0, 1, "-", "DOCKER_TLS_HOSTNAME"], [39, 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, 35, 36, 37, 38, 41, 42], "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, 36, 37, 38, 39, 41, 42], "current_container_fact": 0, "modul": [0, 2, 3, 4, 6, 7, 8, 9, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 34, 35, 36, 37, 38, 39, 41], "return": [0, 2, 3, 4, 6, 7, 8, 9, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 34, 35, 36, 37, 38], "fact": [0, 8, 11, 22, 24, 32, 37], "about": [0, 8, 11, 22, 24, 32, 35, 37], "whether": 0, "run": [0, 1, 5, 42], "contain": [0, 1, 2, 3, 5, 6, 7, 8, 9, 10, 39, 42], "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, 35, 36, 37, 38, 42], "attribut": [0, 2, 3, 4, 6, 7, 8, 9, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 34, 35, 36, 37, 38], "exampl": [0, 2, 3, 4, 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], "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, 35, 36, 37, 38, 42], "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, 35, 36, 37, 38, 40, 42], "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, 36, 37, 38, 42], "docker_api": 1, "connect": [1, 5, 39, 41, 42], "task": [1, 5, 31], "requir": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 30, 32, 33, 34, 35, 36, 37, 38, 39], "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, 25, 26, 27, 28, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 42], "note": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 34, 35, 36, 37, 38, 42], "docker_compos": 2, "manag": [2, 3, 4, 9, 15, 23, 24, 25, 26, 28, 34, 35, 38, 39], "multi": [2, 3], "applic": [2, 3], "compos": [2, 3, 39], "v1": [2, 39], "see": [2, 3, 12, 14, 15, 16, 17, 18, 19, 29], "also": [2, 3, 12, 14, 15, 16, 17, 18, 19, 29], "valu": [2, 3, 4, 6, 7, 8, 9, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 34, 35, 36, 37, 38], "docker_compose_v2": 3, "cli": 3, "plugin": [3, 10, 26, 33, 41], "docker_config": 4, "config": 4, "docker_container_copy_into": 6, "copi": 6, "file": 6, "docker_container_exec": 7, "execut": [7, 42], "command": 7, "docker_container_info": 8, "retriev": [8, 11, 22, 24, 32, 35, 37], "docker_contain": [9, 10], "inventori": [10, 21, 33, 41], "ansibl": [10, 33], "dynam": [10, 33], "docker_host_info": 11, "host": [11, 42], "list": 11, "object": [11, 27], "servic": [11, 35, 36, 39], "docker_image_build": 12, "build": 12, "imag": [12, 13, 14, 15, 16, 17, 18, 19, 39], "us": 12, "buildx": 12, "docker_image_info": 13, "inspect": 13, "docker_image_load": 14, "load": 14, "": 14, "from": [14, 16, 24, 35], "archiv": 14, "docker_imag": 15, "docker_image_pul": 16, "pull": 16, "registri": [16, 17, 20], "docker_image_push": 17, "push": 17, "docker_image_remov": 18, "remov": 18, "docker_image_tag": 19, "tag": 19, "new": 19, "name": 19, "docker_login": 20, "log": 20, "docker_machin": 21, "machin": [21, 39], "sourc": 21, "docker_network_info": 22, "network": [22, 23, 39], "docker_network": 23, "docker_node_info": 24, "swarm": [24, 25, 32, 33, 34, 35, 36, 39], "node": [24, 25, 33], "docker_nod": 25, "docker_plugin": 26, "docker_prun": 27, "allow": 27, "prune": 27, "variou": 27, "docker_secret": 28, "secret": 28, "docker_stack_info": 29, "inform": [29, 31, 35], "all": [29, 40], "stack": [29, 30, 31, 39], "docker_stack": 30, "docker_stack_task_info": 31, "docker_swarm_info": 32, "cluster": [32, 34], "docker_swarm": [33, 34], "docker_swarm_service_info": 35, "docker_swarm_servic": 36, "docker_volume_info": 37, "volum": [37, 38, 39], "docker_volum": 38, "guid": [39, 41], "api": 39, "default": 39, "group": 39, "environ": [39, 40], "variabl": [39, 40], "plain": 39, "daemon": 39, "v2": 39, "configur": 39, "index": [40, 41], "descript": 41, "scenario": 41, "nsenter": 42, "control": 42}, "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"], [35, "synopsis"], [36, "synopsis"], [37, "synopsis"], [38, "synopsis"], [42, "synopsis"]], "Attributes": [[0, "attributes"], [2, "attributes"], [3, "attributes"], [4, "attributes"], [6, "attributes"], [7, "attributes"], [8, "attributes"], [9, "attributes"], [11, "attributes"], [12, "attributes"], [13, "attributes"], [14, "attributes"], [15, "attributes"], [16, "attributes"], [17, "attributes"], [18, "attributes"], [19, "attributes"], [20, "attributes"], [22, "attributes"], [23, "attributes"], [24, "attributes"], [25, "attributes"], [26, "attributes"], [27, "attributes"], [28, "attributes"], [29, "attributes"], [30, "attributes"], [31, "attributes"], [32, "attributes"], [34, "attributes"], [35, "attributes"], [36, "attributes"], [37, "attributes"], [38, "attributes"]], "Examples": [[0, "examples"], [2, "examples"], [3, "examples"], [4, "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"], [35, "examples"], [36, "examples"], [37, "examples"], [38, "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"], [35, "authors"], [36, "authors"], [37, "authors"], [38, "authors"], [42, "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"], [35, "collection-links"], [36, "collection-links"], [37, "collection-links"], [38, "collection-links"], [42, "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"], [4, "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"], [25, "requirements"], [26, "requirements"], [27, "requirements"], [28, "requirements"], [30, "requirements"], [32, "requirements"], [33, "requirements"], [34, "requirements"], [35, "requirements"], [36, "requirements"], [37, "requirements"], [38, "requirements"], [39, "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"], [25, "parameters"], [26, "parameters"], [27, "parameters"], [28, "parameters"], [30, "parameters"], [31, "parameters"], [32, "parameters"], [33, "parameters"], [34, "parameters"], [35, "parameters"], [36, "parameters"], [37, "parameters"], [38, "parameters"], [39, "parameters"], [42, "parameters"]], "Notes": [[1, "notes"], [2, "notes"], [3, "notes"], [4, "notes"], [6, "notes"], [7, "notes"], [8, "notes"], [9, "notes"], [10, "notes"], [11, "notes"], [12, "notes"], [13, "notes"], [14, "notes"], [15, "notes"], [16, "notes"], [17, "notes"], [18, "notes"], [19, "notes"], [20, "notes"], [22, "notes"], [23, "notes"], [24, "notes"], [25, "notes"], [26, "notes"], [27, "notes"], [28, "notes"], [32, "notes"], [34, "notes"], [35, "notes"], [36, "notes"], [37, "notes"], [38, "notes"], [42, "notes"]], "community.docker.docker_compose module \u2013 Manage multi-container Docker applications with Docker Compose V1": [[2, "community-docker-docker-compose-module-manage-multi-container-docker-applications-with-docker-compose-v1"]], "See Also": [[2, "see-also"], [3, "see-also"], [12, "see-also"], [14, "see-also"], [15, "see-also"], [16, "see-also"], [17, "see-also"], [18, "see-also"], [19, "see-also"], [29, "see-also"]], "Return Values": [[2, "return-values"], [3, "return-values"], [4, "return-values"], [6, "return-values"], [7, "return-values"], [8, "return-values"], [9, "return-values"], [11, "return-values"], [12, "return-values"], [13, "return-values"], [14, "return-values"], [15, "return-values"], [16, "return-values"], [17, "return-values"], [18, "return-values"], [19, "return-values"], [20, "return-values"], [22, "return-values"], [23, "return-values"], [24, "return-values"], [25, "return-values"], [26, "return-values"], [27, "return-values"], [28, "return-values"], [29, "return-values"], [30, "return-values"], [31, "return-values"], [32, "return-values"], [34, "return-values"], [35, "return-values"], [36, "return-values"], [37, "return-values"], [38, "return-values"]], "community.docker.docker_compose_v2 module \u2013 Manage multi-container Docker applications with Docker Compose CLI plugin": [[3, "community-docker-docker-compose-v2-module-manage-multi-container-docker-applications-with-docker-compose-cli-plugin"]], "community.docker.docker_config module \u2013 Manage docker configs.": [[4, "community-docker-docker-config-module-manage-docker-configs"]], "community.docker.docker connection \u2013 Run tasks in docker containers": [[5, "community-docker-docker-connection-run-tasks-in-docker-containers"]], "community.docker.docker_container_copy_into module \u2013 Copy a file into a Docker container": [[6, "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": [[7, "community-docker-docker-container-exec-module-execute-command-in-a-docker-container"]], "community.docker.docker_container_info module \u2013 Retrieves facts about docker container": [[8, "community-docker-docker-container-info-module-retrieves-facts-about-docker-container"]], "community.docker.docker_container module \u2013 manage Docker containers": [[9, "community-docker-docker-container-module-manage-docker-containers"]], "community.docker.docker_containers inventory \u2013 Ansible dynamic inventory plugin for Docker containers": [[10, "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.": [[11, "community-docker-docker-host-info-module-retrieves-facts-about-docker-host-and-lists-of-objects-of-the-services"]], "community.docker.docker_image_build module \u2013 Build Docker images using Docker buildx": [[12, "community-docker-docker-image-build-module-build-docker-images-using-docker-buildx"]], "community.docker.docker_image_info module \u2013 Inspect docker images": [[13, "community-docker-docker-image-info-module-inspect-docker-images"]], "community.docker.docker_image_load module \u2013 Load docker image(s) from archives": [[14, "community-docker-docker-image-load-module-load-docker-image-s-from-archives"]], "community.docker.docker_image module \u2013 Manage docker images": [[15, "community-docker-docker-image-module-manage-docker-images"]], "community.docker.docker_image_pull module \u2013 Pull Docker images from registries": [[16, "community-docker-docker-image-pull-module-pull-docker-images-from-registries"]], "community.docker.docker_image_push module \u2013 Push Docker images to registries": [[17, "community-docker-docker-image-push-module-push-docker-images-to-registries"]], "community.docker.docker_image_remove module \u2013 Remove Docker images": [[18, "community-docker-docker-image-remove-module-remove-docker-images"]], "community.docker.docker_image_tag module \u2013 Tag Docker images with new names and/or tags": [[19, "community-docker-docker-image-tag-module-tag-docker-images-with-new-names-and-or-tags"]], "community.docker.docker_login module \u2013 Log into a Docker registry.": [[20, "community-docker-docker-login-module-log-into-a-docker-registry"]], "community.docker.docker_machine inventory \u2013 Docker Machine inventory source": [[21, "community-docker-docker-machine-inventory-docker-machine-inventory-source"]], "community.docker.docker_network_info module \u2013 Retrieves facts about docker network": [[22, "community-docker-docker-network-info-module-retrieves-facts-about-docker-network"]], "community.docker.docker_network module \u2013 Manage Docker networks": [[23, "community-docker-docker-network-module-manage-docker-networks"]], "community.docker.docker_node_info module \u2013 Retrieves facts about docker swarm node from Swarm Manager": [[24, "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": [[25, "community-docker-docker-node-module-manage-docker-swarm-node"]], "community.docker.docker_plugin module \u2013 Manage Docker plugins": [[26, "community-docker-docker-plugin-module-manage-docker-plugins"]], "community.docker.docker_prune module \u2013 Allows to prune various docker objects": [[27, "community-docker-docker-prune-module-allows-to-prune-various-docker-objects"]], "community.docker.docker_secret module \u2013 Manage docker secrets.": [[28, "community-docker-docker-secret-module-manage-docker-secrets"]], "community.docker.docker_stack_info module \u2013 Return information on all docker stacks": [[29, "community-docker-docker-stack-info-module-return-information-on-all-docker-stacks"]], "community.docker.docker_stack module \u2013 docker stack module": [[30, "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": [[31, "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.": [[32, "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.": [[33, "community-docker-docker-swarm-inventory-ansible-dynamic-inventory-plugin-for-docker-swarm-nodes"]], "community.docker.docker_swarm module \u2013 Manage Swarm cluster": [[34, "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": [[35, "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": [[36, "community-docker-docker-swarm-service-module-docker-swarm-service"]], "community.docker.docker_volume_info module \u2013 Retrieve facts about Docker volumes": [[37, "community-docker-docker-volume-info-module-retrieve-facts-about-docker-volumes"]], "community.docker.docker_volume module \u2013 Manage Docker volumes": [[38, "community-docker-docker-volume-module-manage-docker-volumes"]], "Docker Guide": [[39, "docker-guide"]], "Connecting to the Docker API": [[39, "connecting-to-the-docker-api"]], "Module default group": [[39, "module-default-group"]], "Environment variables": [[39, "environment-variables"]], "Plain Docker daemon: images, networks, volumes, and containers": [[39, "plain-docker-daemon-images-networks-volumes-and-containers"]], "Docker Compose": [[39, "docker-compose"]], "Docker Compose v2": [[39, "docker-compose-v2"]], "Docker Compose v1": [[39, "docker-compose-v1"]], "Docker Machine": [[39, "docker-machine"]], "Docker Swarm stack": [[39, "docker-swarm-stack"]], "Docker Swarm": [[39, "docker-swarm"]], "Swarm management": [[39, "swarm-management"]], "Configuration management": [[39, "configuration-management"]], "Swarm services": [[39, "swarm-services"]], "Index of all Collection Environment Variables": [[40, "index-of-all-collection-environment-variables"]], "Community.Docker": [[41, "community-docker"]], "Description": [[41, "description"]], "Communication": [[41, "communication"]], "Scenario Guide": [[41, "scenario-guide"]], "Plugin Index": [[41, "plugin-index"]], "Modules": [[41, "modules"]], "Connection Plugins": [[41, "connection-plugins"]], "Inventory Plugins": [[41, "inventory-plugins"]], "community.docker.nsenter connection \u2013 execute on host running controller container": [[42, "community-docker-nsenter-connection-execute-on-host-running-controller-container"]]}, "indexentries": {"ansible_docker_timeout": [[1, "index-1"], [5, "index-1"], [40, "envvar-ANSIBLE_DOCKER_TIMEOUT"]], "ansible_remote_user": [[1, "index-2"], [5, "index-2"]], "ansible_timeout": [[1, "index-0"], [5, "index-0"]], "environment variable": [[1, "index-0"], [1, "index-1"], [1, "index-2"], [5, "index-0"], [5, "index-1"], [5, "index-2"], [10, "index-0"], [21, "index-0"], [33, "index-0"], [39, "envvar-DOCKER_API_VERSION"], [39, "envvar-DOCKER_CERT_PATH"], [39, "envvar-DOCKER_HOST"], [39, "envvar-DOCKER_SSL_VERSION"], [39, "envvar-DOCKER_TIMEOUT"], [39, "envvar-DOCKER_TLS"], [39, "envvar-DOCKER_TLS_HOSTNAME"], [39, "envvar-DOCKER_TLS_VERIFY"], [40, "envvar-ANSIBLE_DOCKER_TIMEOUT"], [40, "envvar-ANSIBLE_INVENTORY_USE_EXTRA_VARS"], [40, "envvar-ANSIBLE_NSENTER_PID"], [42, "index-0"]], "ansible_inventory_use_extra_vars": [[10, "index-0"], [21, "index-0"], [33, "index-0"], [40, "envvar-ANSIBLE_INVENTORY_USE_EXTRA_VARS"]], "docker_api_version": [[39, "envvar-DOCKER_API_VERSION"]], "docker_cert_path": [[39, "envvar-DOCKER_CERT_PATH"]], "docker_host": [[39, "envvar-DOCKER_HOST"]], "docker_ssl_version": [[39, "envvar-DOCKER_SSL_VERSION"]], "docker_timeout": [[39, "envvar-DOCKER_TIMEOUT"]], "docker_tls": [[39, "envvar-DOCKER_TLS"]], "docker_tls_hostname": [[39, "envvar-DOCKER_TLS_HOSTNAME"]], "docker_tls_verify": [[39, "envvar-DOCKER_TLS_VERIFY"]], "ansible_nsenter_pid": [[40, "envvar-ANSIBLE_NSENTER_PID"], [42, "index-0"]]}}) \ No newline at end of file +Search.setIndex({"docnames": ["current_container_facts_module", "docker_api_connection", "docker_compose_module", "docker_compose_v2_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_build_module", "docker_image_info_module", "docker_image_load_module", "docker_image_module", "docker_image_pull_module", "docker_image_push_module", "docker_image_remove_module", "docker_image_tag_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_compose_v2_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_build_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_image_remove_module.rst", "docker_image_tag_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 V1", "community.docker.docker_compose_v2 module \u2013 Manage multi-container Docker applications with Docker Compose CLI plugin", "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_build module \u2013 Build Docker images using Docker buildx", "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_image_remove module \u2013 Remove Docker images", "community.docker.docker_image_tag module \u2013 Tag Docker images with new names and/or tags", "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, 36, 37, 38, 39, 42], "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, 36, 37, 38, 39, 42], "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, 35, 36, 37, 38, 39, 42], "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, 36, 37, 38, 39, 41, 42], "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, 36, 37, 38, 39, 41, 42], "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, 36, 37, 38, 39, 41, 42], "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, 36, 37, 38, 39, 41, 42], "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, 36, 37, 38, 39, 42], "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, 36, 37, 38, 39, 42], "ansibl": [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, 34, 35, 36, 37, 38, 39, 40, 41, 42], "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, 35, 36, 37, 38, 40, 41, 42], "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, 36, 37, 38, 39, 42], "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, 36, 37, 38, 42], "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, 36, 37, 38, 39, 42], "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, 35, 36, 37, 38, 42], "list": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 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, 39, 41, 42], "us": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 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, 39, 40, 41, 42], "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, 36, 37, 38, 39, 42], "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, 35, 36, 37, 38, 39, 42], "new": [0, 1, 2, 3, 4, 6, 7, 9, 10, 12, 14, 15, 16, 17, 18, 21, 23, 25, 26, 28, 30, 34, 36, 38, 41, 42], "1": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 42], "podman": 0, "attempt": [0, 9, 13, 21], "best": 0, "effort": 0, "detect": [0, 2, 9, 33, 34, 39], "There": 0, "might": [0, 2, 4, 7, 9, 10, 15, 21, 24, 25, 28, 32, 33, 34, 35, 36], "special": [0, 9, 11, 15, 33], "case": [0, 9, 11, 36], "where": [0, 2, 3, 4, 6, 9, 13, 15, 21, 28, 36, 39], "doe": [0, 1, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 26, 27, 28, 29, 31, 32, 33, 34, 35, 36, 37, 38], "work": [0, 1, 2, 4, 6, 7, 9, 10, 25, 28, 36, 39, 41], "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, 25, 26, 27, 28, 30, 32, 33, 34, 35, 36, 37, 38, 39, 40, 42], "encount": [0, 9], "one": [0, 2, 3, 4, 5, 7, 9, 12, 13, 14, 15, 16, 17, 18, 19, 24, 25, 28, 32, 34, 35, 36, 39], "pleas": [0, 2, 4, 7, 9, 23, 24, 25, 28, 32, 34, 35, 36, 38, 39], "file": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 30, 32, 33, 34, 35, 36, 37, 38, 39, 41], "an": [0, 1, 2, 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, 32, 33, 34, 35, 36, 37, 38, 39], "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, 35, 36, 37, 38, 41, 42], "support": [0, 1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 41], "descript": [0, 2, 3, 4, 6, 7, 8, 9, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38], "check_mod": [0, 2, 3, 4, 6, 7, 8, 9, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 34, 35, 36, 37, 38], "full": [0, 2, 3, 4, 6, 8, 9, 11, 12, 13, 16, 18, 19, 20, 22, 23, 24, 25, 26, 28, 29, 31, 32, 34, 35, 36, 37, 38, 39], "action": [0, 2, 3, 4, 6, 7, 8, 9, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 29, 31, 32, 34, 35, 36, 37, 38], "modifi": [0, 2, 3, 4, 6, 7, 8, 9, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 34, 35, 36, 37, 38, 39], "state": [0, 2, 3, 4, 8, 9, 11, 13, 15, 20, 21, 22, 23, 24, 25, 26, 28, 29, 30, 31, 32, 34, 35, 36, 37, 38], "can": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40], "chang": [0, 2, 3, 4, 6, 7, 8, 9, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 34, 35, 36, 37, 38, 39], "statu": [0, 2, 3, 4, 6, 7, 8, 9, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 34, 35, 36, 37, 38], "predict": [0, 2, 3, 4, 6, 7, 8, 9, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 34, 35, 36, 37, 38], "without": [0, 1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39], "target": [0, 2, 3, 4, 6, 7, 8, 9, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 34, 35, 36, 37, 38], "diff_mod": [0, 2, 3, 4, 6, 7, 8, 9, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 34, 35, 36, 37, 38], "n": [0, 8, 11, 13, 22, 24, 29, 30, 31, 32, 35, 37], "A": [0, 2, 3, 4, 8, 9, 10, 11, 13, 15, 19, 21, 22, 24, 27, 28, 29, 31, 32, 33, 35, 36, 37], "Will": [0, 2, 3, 4, 6, 7, 8, 9, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 34, 35, 36, 37, 38], "detail": [0, 1, 2, 3, 4, 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, 39], "what": [0, 2, 3, 4, 6, 7, 8, 9, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 34, 35, 36, 37, 38], "ha": [0, 1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39], "possibli": [0, 2, 3, 4, 6, 7, 8, 9, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 34, 35, 36, 37, 38], "need": [0, 1, 2, 3, 4, 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, 39], "when": [0, 1, 2, 3, 4, 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, 39], "diff": [0, 2, 3, 4, 6, 7, 8, 9, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 34, 35, 36, 37, 38], "mode": [0, 1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 34, 35, 36, 37, 38, 42], "ansible_fact": 0, "dictionari": [0, 2, 3, 4, 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], "updat": [0, 4, 9, 12, 15, 20, 23, 25, 28, 34, 36, 39], "exist": [0, 1, 2, 3, 4, 5, 6, 8, 9, 12, 13, 15, 16, 19, 20, 22, 23, 26, 28, 34, 35, 36, 37, 38, 39], "host": [0, 1, 2, 3, 4, 6, 7, 8, 9, 10, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 30, 32, 33, 34, 35, 36, 37, 38, 39, 41], "name": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 41], "get": [0, 6, 8, 9, 11, 21, 22, 24, 32, 35, 37], "current": [0, 2, 3, 4, 6, 8, 9, 16, 20, 22, 24, 28, 30, 32, 34, 35, 36], "print": [0, 7, 8, 9, 14, 22, 32, 37], "inform": [0, 1, 2, 6, 7, 8, 9, 10, 11, 14, 22, 24, 25, 27, 32, 34, 37, 39, 41], "builtin": [0, 2, 3, 4, 6, 7, 8, 11, 13, 14, 22, 24, 25, 28, 29, 31, 32, 34, 35, 36, 37, 39], "debug": [0, 1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 29, 31, 32, 34, 35, 36, 37, 38, 39], "msg": [0, 8, 14, 22, 32, 37, 39], "id": [0, 2, 3, 4, 6, 7, 8, 9, 10, 12, 13, 14, 15, 16, 18, 19, 22, 23, 24, 25, 27, 28, 31, 34, 36], "ansible_module_container_id": 0, "ansible_module_running_in_contain": 0, "ar": [0, 1, 2, 3, 4, 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, 39, 40, 41, 42], "ad": [0, 1, 2, 4, 5, 6, 7, 8, 9, 10, 11, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 32, 33, 34, 35, 36, 37, 38], "hostvar": 0, "referenc": 0, "just": 0, "like": [0, 7, 9, 23, 34, 36], "ani": [0, 3, 6, 9, 12, 15, 21, 30, 36, 38], "other": [0, 2, 7, 9, 10, 21, 24, 25, 32, 33, 34, 35, 36, 39], "thei": [0, 6, 9, 10, 21, 23, 33, 36, 39], "do": [0, 6, 9, 10, 12, 15, 21], "regist": [0, 2, 3, 7, 8, 11, 13, 14, 22, 24, 25, 29, 31, 32, 35, 36, 37], "order": [0, 1, 2, 5, 7, 9, 10, 21, 33, 36, 39, 42], "them": [0, 2, 9, 20, 21, 23, 24, 25, 32, 34, 35, 39], "kei": [0, 1, 2, 3, 4, 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, 39], "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, 25, 26, 27, 28, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39], "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, 25, 26, 27, 28, 30, 32, 33, 34, 35, 36, 37, 38, 39, 40, 42], "empti": [0, 2, 7, 9, 10, 13, 18, 21, 23, 24, 25, 33], "wa": [0, 1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 33, 34, 35, 36, 37, 38, 39], "alwai": [0, 2, 3, 4, 8, 9, 10, 11, 12, 13, 15, 16, 21, 22, 24, 27, 28, 29, 30, 31, 32, 33, 35, 36, 37, 38, 39, 42], "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, 25, 26, 27, 28, 30, 32, 33, 34, 35, 36, 37, 38, 42], "non": [0, 6, 8, 9, 12, 15, 22, 23, 27, 40, 42], "identifi": [0, 8, 9, 19, 22, 24], "indic": [0, 6, 21, 32], "ran": [0, 7], "insid": [0, 1, 5, 6, 7, 9, 10, 36], "regular": 0, "azure_pipelin": 0, "azur": 0, "pipelin": 0, "seem": [0, 6], "longer": [0, 2, 4, 9, 24, 25, 28, 32, 34, 35, 36, 39], "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, 35, 36, 37, 38, 41, 42], "github_act": 0, "github": [0, 1, 3, 7, 9, 10], "sinc": [0, 7, 9, 10, 21, 33, 39], "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, 26, 27, 28, 29, 32, 33, 34, 35, 36, 37, 38, 39, 41, 42], "4": [0, 2, 4, 6, 9, 11, 23, 24, 25, 28, 32, 33, 34, 35, 36, 39], "onli": [0, 2, 3, 4, 6, 7, 9, 10, 11, 13, 15, 16, 20, 23, 24, 25, 27, 28, 32, 34, 35, 36, 39], "boolean": [0, 1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 30, 32, 33, 34, 35, 36, 37, 38], "abl": [0, 1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 30, 32, 33, 34, 35, 36, 37, 38], "felix": [0, 1, 3, 6, 7, 8, 9, 10, 12, 14, 16, 17, 18, 19, 27, 37], "fontein": [0, 1, 3, 6, 7, 8, 9, 10, 12, 14, 16, 17, 18, 19, 27, 37], "felixfontein": [0, 1, 3, 6, 7, 8, 9, 10, 12, 14, 16, 17, 18, 19, 27, 37], "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, 35, 36, 37, 38, 41, 42], "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, 35, 36, 37, 38, 41, 42], "sourc": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 41, 42], "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, 35, 36, 37, 38, 41, 42], "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, 35, 36, 37, 38, 41, 42], "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, 35, 36, 37, 38, 41, 42], "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, 35, 36, 37, 38, 41, 42], "plugin": [1, 2, 5, 6, 12, 21, 36, 39, 40, 42], "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, 35, 36, 37, 38, 41, 42], "further": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 30, 32, 33, 34, 35, 36, 37, 38, 39], "see": [1, 4, 6, 7, 8, 9, 10, 11, 13, 20, 21, 22, 23, 24, 25, 26, 27, 28, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39], "command": [1, 2, 3, 5, 9, 20, 29, 30, 31, 36, 39, 41], "put": [1, 5], "fetch": [1, 5, 21], "librari": 1, "interact": [1, 9], "directli": [1, 2, 3, 4, 5, 7, 12, 28, 36, 39], "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, 25, 26, 27, 28, 32, 34, 35, 36, 37, 38], "instead": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 32, 33, 34, 35, 36, 37, 38, 39, 42], "cli": [1, 2, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 33, 34, 35, 36, 37, 38, 39, 41], "want": [1, 5, 9, 13, 15, 23], "below": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 30, 32, 33, 34, 35, 36, 37, 38], "local": [1, 2, 3, 8, 9, 10, 13, 15, 19, 20, 21, 22, 23, 26, 33, 37, 38, 39], "control": [1, 4, 5, 9, 10, 20, 21, 23, 28, 33, 38, 39, 40, 41], "node": [1, 6, 9, 10, 21, 23, 29, 30, 31, 32, 34, 36, 39, 41, 42], "execut": [1, 2, 3, 4, 5, 6, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 30, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41], "pywin32": [1, 6, 7, 8, 9, 10, 11, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 26, 27, 37, 38], "pipe": [1, 6, 7, 8, 9, 10, 11, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 26, 27, 37, 38], "window": [1, 6, 7, 8, 9, 10, 11, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 26, 27, 36, 37, 38], "32": [1, 6, 7, 8, 9, 10, 11, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 26, 27, 34, 36, 37, 38], "paramiko": [1, 4, 6, 7, 8, 9, 10, 11, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 33, 34, 35, 36, 37, 38], "ssh": [1, 4, 6, 7, 8, 9, 10, 11, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 32, 33, 34, 35, 36, 37, 38], "use_ssh_cli": [1, 2, 4, 6, 7, 8, 9, 10, 11, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 33, 34, 35, 36, 37, 38], "fals": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 30, 32, 33, 34, 35, 36, 37, 38, 39], "pyopenssl": [1, 6, 7, 8, 9, 10, 11, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 26, 27, 37, 38], "tl": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 33, 34, 35, 36, 37, 38, 39], "backport": [1, 6, 7, 8, 9, 10, 11, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 26, 27, 37, 38], "ssl_match_hostnam": [1, 6, 7, 8, 9, 10, 11, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 26, 27, 37, 38], "python": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 33, 34, 35, 36, 37, 38, 39], "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, 25, 26, 27, 28, 30, 31, 32, 33, 34, 35, 36, 37, 38, 42], "api_vers": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 33, 34, 35, 36, 37, 38, 39], "alias": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 33, 34, 35, 36, 37, 38], "docker_api_vers": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 33, 34, 35, 36, 37, 38, 39], "api": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 33, 34, 35, 36, 37, 38], "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, 27, 28, 29, 30, 32, 33, 34, 35, 36, 37, 38, 40, 42], "latest": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 30, 32, 33, 34, 35, 36, 37, 38, 39], "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, 25, 26, 27, 28, 30, 32, 33, 34, 35, 36, 37, 38, 39], "valu": [1, 5, 10, 21, 33, 39], "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, 25, 26, 27, 28, 32, 33, 34, 35, 36, 37, 38, 42], "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, 25, 26, 27, 28, 30, 32, 33, 34, 35, 36, 37, 38, 39, 40], "auto": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 34, 35, 36, 37, 38], "configur": [1, 2, 3, 4, 5, 6, 9, 10, 15, 20, 21, 24, 25, 28, 32, 33, 34, 35, 36, 40, 42], "ansible_docker_api_vers": 1, "ca_path": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 33, 34, 35, 36, 37, 38, 39], "ca_cert": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 33, 34, 35, 36, 37, 38], "tls_ca_cert": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 33, 34, 35, 36, 37, 38], "cacert_path": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 33, 34, 35, 36, 37, 38], "path": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 30, 32, 33, 34, 35, 36, 37, 38, 39], "ca": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 33, 34, 35, 36, 37, 38, 39], "certif": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 33, 34, 35, 36, 37, 38, 39], "perform": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 33, 34, 35, 36, 37, 38, 39], "server": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 33, 34, 35, 36, 37, 38, 39], "verif": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 33, 34, 35, 36, 37, 38, 39], "provid": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 32, 33, 34, 35, 36, 37, 38, 39, 42], "docker_cert_path": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 34, 35, 36, 37, 38, 39], "pem": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 33, 34, 35, 36, 37, 38, 39], "from": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 15, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 28, 30, 32, 33, 34, 36, 37, 38, 39, 40, 41], "directori": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 34, 35, 36, 37, 38, 39], "option": [1, 2, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 30, 32, 33, 34, 35, 36, 37, 38, 39], "call": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 33, 34, 35, 36, 37, 38, 39], "got": [1, 2, 4, 6, 7, 8, 9, 10, 11, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 33, 34, 35, 36, 37, 38], "renam": [1, 2, 4, 6, 7, 8, 9, 10, 11, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 33, 34, 35, 36, 37, 38], "old": [1, 2, 4, 5, 6, 7, 8, 9, 10, 11, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 33, 34, 35, 36, 37, 38, 39], "been": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 30, 32, 33, 34, 35, 36, 37, 38], "alia": [1, 2, 4, 6, 7, 8, 9, 10, 11, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 33, 34, 35, 36, 37, 38], "still": [1, 2, 4, 6, 7, 8, 9, 10, 11, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 30, 32, 33, 34, 35, 36, 37, 38, 39, 42], "ansible_docker_ca_cert": 1, "ansible_docker_ca_path": 1, "client_cert": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 33, 34, 35, 36, 37, 38], "tls_client_cert": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 33, 34, 35, 36, 37, 38], "cert_path": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 33, 34, 35, 36, 37, 38, 39], "client": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 33, 34, 35, 36, 37, 38, 39], "": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 32, 33, 34, 35, 36, 37, 38, 39, 41, 42], "cert": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 33, 34, 35, 36, 37, 38], "ansible_docker_client_cert": 1, "client_kei": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 33, 34, 35, 36, 37, 38], "tls_client_kei": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 33, 34, 35, 36, 37, 38], "key_path": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 33, 34, 35, 36, 37, 38, 39], "ansible_docker_client_kei": 1, "container_timeout": [1, 5], "integ": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 30, 32, 33, 34, 35, 36, 37, 38, 42], "how": [1, 5, 6, 9, 10, 21, 23, 36, 39, 40], "long": [1, 2, 5, 8, 9, 22, 40], "we": [1, 5, 9, 10, 15, 21, 23, 33, 40], "wait": [1, 4, 5, 6, 7, 8, 9, 10, 11, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 33, 34, 35, 36, 37, 38, 39, 40], "access": [1, 5, 23, 36, 39, 40, 42], "read": [1, 2, 4, 5, 9, 10, 28, 33, 36, 40], "output": [1, 2, 3, 5, 7, 8, 9, 11, 15, 21, 22, 24, 32, 35, 39, 40], "onc": [1, 5, 36, 40], "start": [1, 2, 3, 5, 9, 10, 21, 33, 36, 39, 40], "10": [1, 2, 4, 5, 9, 26, 28, 32, 33, 34, 36], "ini": [1, 5, 10, 21, 33, 42], "entri": [1, 5, 9, 10, 21, 24, 25, 33, 34, 42], "timeout": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 33, 34, 35, 36, 37, 38, 39], "docker_connect": [1, 5], "ansible_timeout": [1, 5], "ansible_docker_timeout": [1, 5, 40], "argument": [1, 5, 7, 12, 15, 36], "choic": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 30, 32, 33, 34, 35, 36, 37, 38], "true": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 30, 32, 33, 34, 35, 36, 37, 38, 39], "docker_host": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 33, 34, 35, 36, 37, 38, 39], "docker_url": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 33, 34, 35, 36, 37, 38], "url": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 34, 35, 36, 37, 38, 39], "unix": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 33, 34, 35, 36, 37, 38, 39], "socket": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 33, 34, 35, 36, 37, 38, 39], "remot": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 32, 33, 34, 35, 36, 37, 38, 39, 42], "tcp": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 33, 34, 35, 36, 37, 38, 39], "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, 25, 26, 27, 28, 32, 33, 34, 35, 36, 37, 38, 39, 42], "exampl": [1, 5, 39, 42], "192": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 34, 35, 36, 37, 38, 39], "23": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 34, 35, 36, 37, 38, 39], "2376": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 33, 34, 35, 36, 37, 38, 39], "encrypt": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 34, 35, 36, 37, 38, 39], "modul": [1, 10, 33], "automat": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 34, 35, 36, 37, 38, 39], "replac": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 34, 35, 36, 37, 38, 39], "http": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 32, 34, 35, 36, 37, 38, 39], "var": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40], "sock": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 33, 34, 35, 36, 37, 38, 39], "ansible_docker_docker_host": 1, "remote_addr": [1, 5, 34], "inventory_hostnam": [1, 5], "ansible_host": [1, 5, 10, 21, 33], "ansible_docker_host": [1, 5], "remote_us": [1, 5], "user": [1, 5, 6, 7, 8, 9, 12, 13, 20, 21, 25, 34, 36, 39, 40, 41, 42], "ansible_remote_us": [1, 5], "ansible_us": [1, 5, 21], "ansible_docker_us": [1, 5], "keyword": [1, 5], "ssl_version": [1, 2, 4, 6, 7, 8, 9, 10, 11, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 33, 34, 35, 36, 37, 38, 39], "valid": [1, 2, 4, 6, 7, 8, 9, 10, 11, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 33, 34, 35, 36, 37, 38, 39], "ssl": [1, 2, 4, 6, 7, 8, 9, 10, 11, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 33, 34, 35, 36, 37, 38, 39], "number": [1, 2, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 33, 34, 35, 36, 37, 38, 39], "determin": [1, 2, 4, 6, 7, 8, 9, 10, 11, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 33, 34, 35, 36, 37, 38, 39], "docker_ssl_vers": [1, 2, 4, 6, 7, 8, 9, 10, 11, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 34, 35, 36, 37, 38, 39], "ansible_docker_ssl_vers": 1, "maximum": [1, 4, 6, 7, 8, 9, 10, 11, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 33, 34, 35, 36, 37, 38, 39], "amount": [1, 3, 4, 6, 7, 8, 9, 10, 11, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 33, 34, 35, 36, 37, 38, 39], "time": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 30, 32, 33, 34, 35, 36, 37, 38, 39], "second": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 30, 32, 33, 34, 35, 36, 37, 38, 39], "respons": [1, 4, 6, 7, 8, 9, 10, 11, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 33, 34, 35, 36, 37, 38, 39], "docker_timeout": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 33, 34, 35, 36, 37, 38, 39], "60": [1, 4, 6, 7, 8, 9, 10, 11, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 33, 34, 35, 36, 37, 38, 39], "secur": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 34, 35, 36, 37, 38, 39], "verifi": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 33, 34, 35, 36, 37, 38, 39], "authent": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 30, 32, 33, 34, 35, 36, 37, 38, 39], "validate_cert": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 33, 34, 35, 36, 37, 38, 39], "well": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 34, 35, 36, 37, 38], "take": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 34, 35, 36, 37, 38], "preced": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 32, 33, 34, 35, 36, 37, 38, 39, 40], "docker_tl": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 34, 35, 36, 37, 38, 39], "ansible_docker_tl": 1, "tls_hostnam": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 33, 34, 35, 36, 37, 38, 39], "expect": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 33, 34, 35, 36, 37, 38, 39], "docker_tls_hostnam": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 34, 35, 36, 37, 38, 39], "had": [1, 2, 4, 6, 7, 8, 9, 10, 11, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 34, 35, 36, 37, 38], "localhost": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 34, 35, 36, 37, 38, 39], "older": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 34, 35, 36, 37, 38], "remov": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 13, 14, 15, 16, 17, 19, 20, 22, 23, 24, 25, 26, 27, 28, 30, 32, 34, 35, 36, 37, 38, 39, 41], "ansible_docker_tls_hostnam": 1, "5": [1, 2, 4, 6, 7, 8, 9, 10, 11, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 33, 34, 35, 36, 37, 38, 39], "transport": [1, 4, 6, 7, 8, 9, 10, 11, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 33, 34, 35, 36, 37, 38], "tool": [1, 4, 6, 7, 8, 9, 10, 11, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 33, 34, 35, 36, 37, 38, 39], "tls_verifi": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 33, 34, 35, 36, 37, 38], "docker_tls_verifi": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 34, 35, 36, 37, 38, 39], "ansible_docker_validate_cert": 1, "caus": [1, 4, 7, 9, 28, 38], "inabl": [1, 7], "send": [1, 7, 9, 30, 34], "close_notifi": [1, 7], "close": [1, 7], "sslsocket": [1, 7], "com": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 32, 34, 35, 36, 37, 38, 39], "605": [1, 7, 10], "more": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 34, 35, 36, 37, 38], "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, 25, 26, 27, 28, 32, 33, 34, 35, 36, 37, 38, 39, 42], "defin": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 34, 35, 36, 37, 38], "machin": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 34, 35, 36, 37, 38, 41], "script": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 34, 35, 36, 37, 38, 39], "ship": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 34, 35, 36, 37, 38], "product": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 33, 34, 35, 36, 37, 38], "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, 25, 26, 27, 28, 30, 32, 33, 34, 35, 36, 37, 38, 42], "doc": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 32, 34, 35, 36, 37, 38], "refer": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 30, 32, 34, 35, 36, 37, 38], "env": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 30, 32, 34, 35, 36, 37, 38], "sdk": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 33, 34, 35, 36, 37, 38, 39], "code": [1, 2, 3, 6, 7, 8, 9, 10, 11, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 26, 27, 36, 37, 38], "deriv": [1, 6, 7, 8, 9, 10, 11, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 26, 27, 33, 37, 38], "type": [1, 5, 7, 9, 10, 11, 21, 23, 32, 33, 36, 38, 42], "have": [1, 3, 5, 9, 10, 21, 23, 24, 30, 33, 34, 36, 39, 42], "low": [1, 5, 10, 21, 33, 42], "high": [1, 5, 9, 10, 21, 33, 42], "prioriti": [1, 5, 10, 21, 33, 42], "lower": [1, 5, 10, 21, 33, 42], "overrid": [1, 2, 5, 9, 10, 21, 30, 33, 36, 42], "higher": [1, 5, 10, 21, 33, 42], "run": [2, 3, 4, 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, 39, 41], "shutdown": [2, 3], "scale": 2, "servic": [2, 3, 9, 10, 23, 29, 30, 32, 41], "docker_compose_v2": [2, 39, 41], "modern": 2, "yml": [2, 3, 10, 13, 21, 30, 33], "yaml": [2, 3, 7, 9, 10, 21, 30, 33, 36], "inlin": 2, "definit": [2, 3, 30], "docker_servic": 2, "befor": [2, 4, 6, 9, 13, 15, 18, 20, 27, 28, 30, 34, 36, 39], "8": [2, 6, 9, 10, 13, 15, 26, 36], "usag": [2, 9, 11, 13, 15, 36, 41], "did": [2, 9, 13], "25": [2, 6, 7, 8, 9, 11, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 34, 35, 36, 37, 38], "py": [2, 4, 24, 25, 28, 32, 34, 35, 36, 39], "supersed": [2, 4, 24, 25, 28, 32, 34, 35, 36], "here": [2, 3, 4, 6, 7, 8, 9, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 34, 35, 36, 37, 38, 39], "both": [2, 4, 9, 11, 13, 24, 25, 28, 32, 34, 35, 36, 39], "should": [2, 4, 6, 9, 10, 21, 24, 25, 28, 32, 33, 34, 35, 36, 39, 40, 42], "same": [2, 9, 10, 23, 24, 25, 26, 32, 34, 35, 37, 38, 39], "uninstal": [2, 24, 25, 32, 34, 35, 39], "function": [2, 4, 20, 23, 24, 25, 26, 28, 32, 34, 35, 36, 37, 38, 39], "reinstal": [2, 24, 25, 32, 34, 35, 39], "7": [2, 4, 5, 9, 13, 15, 16, 18, 24, 25, 28, 32, 33, 34, 35, 36, 39], "incompat": 2, "pyyaml": [2, 30], "11": [2, 10, 21, 33, 41], "task": [2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 33, 34, 35, 36, 37, 38, 39, 41, 42], "build": [2, 10, 11, 15, 21, 33, 39, 41], "present": [2, 3, 4, 6, 9, 11, 15, 19, 20, 23, 26, 28, 30, 34, 36, 38], "imag": [2, 3, 8, 9, 10, 11, 21, 27, 30, 31, 36, 41, 42], "prior": [2, 9, 23, 36], "pull": [2, 9, 12, 13, 15, 17, 18, 19, 39, 41, 42], "rebuilt": [2, 36], "dockerfil": [2, 9, 12, 15, 36], "content": [2, 6, 30, 34], "nocach": [2, 12, 15], "ignor": [2, 3, 9, 10, 16, 17, 21, 24, 25, 33, 42], "cach": [2, 9, 11, 12, 15, 27], "recreat": [2, 3, 4, 9, 23, 28, 36, 38], "unless": [2, 4, 9, 11, 28, 32, 40, 42], "never": [2, 3, 12, 30, 38, 39], "describ": [2, 36], "network": [2, 3, 9, 10, 11, 12, 15, 27, 36, 41], "volum": [2, 3, 8, 9, 11, 13, 27, 32, 36, 41], "mutual": [2, 4, 6, 10, 21, 28, 33], "exclus": [2, 4, 6, 10, 21, 28, 33], "project_src": [2, 3], "depend": [2, 3, 9, 11, 15, 24, 25, 32, 34], "connect": [2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 32, 33, 34, 35, 36, 37, 38, 40], "env_fil": [2, 3, 9, 36], "9": [2, 9, 13, 36, 42], "By": [2, 3, 9, 10, 11, 21, 23, 33], "load": [2, 3, 9, 15, 18, 41], "locat": [2, 3], "under": [2, 3, 29, 39], "custom": [2, 3, 9, 20, 23, 36], "rel": [2, 3, 9, 12, 15], "greater": 2, "28": [2, 36], "rather": [2, 9], "than": [2, 9, 19, 21, 24, 25, 27, 30, 36], "element": [2, 3, 7, 9, 10, 11, 12, 13, 14, 15, 18, 19, 21, 23, 24, 25, 26, 27, 29, 30, 31, 32, 33, 34, 36], "merg": [2, 10, 21, 25, 33, 40], "given": [2, 9, 10, 14, 21, 33, 34], "hostname_check": 2, "hostnam": [2, 8, 9, 12, 13, 15, 23, 24, 25, 36, 39], "against": [2, 10], "dure": [2, 9, 10, 15, 26, 36], "process": [2, 9, 15, 36], "profil": [2, 3], "enabl": [2, 3, 9, 15, 23, 26], "equival": [2, 3, 9], "project_nam": [2, 3], "project": [2, 3, 41], "taken": [2, 3, 9], "basenam": [2, 3], "differ": [2, 3, 6, 9, 11, 23, 30, 32, 34, 38], "leav": [2, 3, 9, 23, 34, 39], "unchang": [2, 3, 25, 36], "forc": [2, 3, 4, 6, 9, 15, 18, 20, 23, 28, 34, 36, 38], "all": [2, 3, 6, 9, 10, 11, 13, 14, 15, 18, 21, 23, 24, 25, 30, 33, 34, 36, 39, 41], "smart": 2, "remove_imag": [2, 3], "absent": [2, 3, 4, 8, 9, 15, 20, 22, 23, 26, 28, 30, 34, 36, 38], "remove_orphan": [2, 3], "remove_volum": [2, 3], "data": [2, 3, 4, 6, 7, 9, 13, 28, 34, 36, 38], "restart": [2, 3, 9, 36], "pair": [2, 9, 12, 15, 36], "count": [2, 3, 9], "resp": [2, 20], "stop": [2, 3, 9, 10, 36, 39], "subset": [2, 11, 23, 32], "which": [2, 4, 7, 9, 10, 11, 15, 17, 20, 21, 28, 32, 33, 34, 36, 39], "oper": [2, 3, 15, 23, 25, 26, 34, 36, 38], "newer": [2, 3, 4, 9, 24, 25, 28, 32, 33, 34, 35, 36, 41], "lead": [2, 4, 10, 21, 24, 25, 28, 32, 33, 34, 35, 36], "error": [2, 4, 7, 10, 11, 21, 24, 25, 28, 31, 32, 33, 34, 35, 36], "desir": [2, 3, 9, 34], "down": [2, 3], "17": 2, "first": [2, 4, 9, 10, 28, 36], "suppos": 2, "creat": [2, 3, 4, 9, 10, 13, 15, 21, 22, 23, 27, 28, 33, 34, 36, 38, 39], "attach": [2, 3, 9, 22, 23, 40, 42], "alreadi": [2, 3, 9, 12, 15, 19, 23, 25, 26, 34, 38], "default_grace_period": 2, "particular": [2, 11], "suddenli": 2, "later": [2, 3, 4, 28, 39], "action_group": [2, 3, 4, 6, 7, 8, 9, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 34, 35, 36, 37, 38], "group": [2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 32, 33, 34, 35, 36, 37, 38, 41], "module_default": [2, 3, 4, 6, 7, 8, 9, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 34, 35, 36, 37, 38, 39], "none": [2, 3, 4, 7, 8, 9, 12, 14, 15, 17, 20, 22, 25, 27, 28, 30, 34, 35, 36, 37], "addit": [2, 4, 6, 9, 24, 25, 28, 32, 33, 34, 35, 36, 39], "packag": [2, 4, 24, 25, 28, 32, 34, 35, 36, 39], "done": [2, 4, 15, 24, 25, 28, 32, 34, 35, 36], "pip": [2, 4, 24, 25, 28, 32, 34, 35, 36, 39], "allow": [2, 4, 5, 9, 11, 15, 19, 20, 24, 25, 26, 28, 32, 34, 35, 36, 39, 41, 42], "veri": [2, 4, 9, 24, 25, 28, 32, 34, 35, 36], "few": [2, 4, 24, 25, 28, 32, 34, 35, 36], "In": [2, 4, 9, 24, 25, 28, 32, 34, 35, 36], "gener": [2, 4, 9, 10, 21, 24, 25, 28, 32, 33, 34, 35, 36, 39, 41], "home": [2, 4, 6, 12, 15, 24, 25, 28, 32, 34, 35, 36], "config": [2, 8, 9, 13, 15, 20, 22, 23, 24, 25, 28, 32, 34, 35, 36, 39, 41], "json": [2, 4, 9, 15, 20, 21, 24, 25, 28, 32, 34, 35, 36], "docker_config": [2, 24, 25, 28, 32, 34, 35, 36, 39, 41], "otherwis": [2, 4, 6, 9, 10, 21, 24, 25, 28, 32, 33, 34, 35, 36], "django": [2, 3], "follow": [2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 42], "flask": [2, 3], "gather_fact": [2, 3, 39], "tear": [2, 3], "show": [2, 3, 11, 29, 31, 32, 36, 39], "result": [2, 3, 7, 8, 9, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 26, 29, 31, 32, 35, 37, 38, 39], "again": [2, 3, 4, 9, 28], "assert": [2, 3, 9, 13, 15, 36], "web": [2, 3, 30, 36], "db": [2, 3, 9], "flask_web_1": [2, 3], "flask_db_1": [2, 3], "two": [2, 4, 9, 19, 28, 39], "instanc": 2, "v2": 2, "postgr": [2, 9], "playbook_dir": 2, "runserv": 2, "8000": [2, 9], "port": [2, 3, 9, 10, 12, 15, 16, 17, 18, 19, 31, 33, 34, 36], "depends_on": 2, "common": [2, 3, 4, 6, 7, 8, 9, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 34, 35, 36, 37, 38, 39], "document": [2, 3, 4, 6, 7, 8, 9, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 34, 35, 36, 37, 38, 40], "field": [2, 3, 4, 6, 7, 8, 9, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 34, 35, 36, 37, 38], "uniqu": [2, 3, 4, 6, 7, 8, 9, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 34, 35, 36, 37, 38], "complex": 2, "service_nam": 2, "short_id": 2, "short": [2, 8, 9, 10, 22, 39], "built_imag": 2, "built": [2, 15], "hash": [2, 4, 9, 12, 15, 16, 17, 18, 19, 28], "pulled_imag": 2, "map": [2, 3, 4, 9, 10, 12, 15, 21, 23, 28, 33, 36], "success": [2, 3, 4, 6, 7, 9, 11, 12, 14, 15, 16, 17, 18, 19, 23, 25, 26, 28, 32, 34, 37, 38], "container_nam": [2, 9], "format": [2, 3, 9, 10, 12, 13, 15, 16, 17, 18, 19, 33, 34, 36], "project_service_": 2, "cmd": [2, 8, 9, 13, 36], "One": [2, 4, 6, 10, 28, 39], "sampl": [2, 3, 4, 7, 8, 9, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 26, 27, 28, 29, 30, 31, 34, 35, 36, 37, 38], "label": [2, 3, 4, 8, 9, 11, 12, 13, 15, 22, 23, 25, 28, 33, 34, 36, 37, 38], "meta": [2, 4, 28], "assign": [2, 3, 4, 9, 10, 25, 28, 36], "null": [2, 8, 9, 13, 22, 36, 37], "member": 2, "globalipv6": 2, "ipv6": [2, 9, 23], "address": [2, 9, 10, 12, 15, 23, 34, 36], "globalipv6prefixlen": 2, "subnet": [2, 22, 23, 34], "length": [2, 9, 13, 34], "ipaddress": 2, "ip": [2, 9, 10, 12, 15, 23, 36], "172": [2, 9, 23, 33], "ipprefixlen": 2, "bit": 2, "16": [2, 9, 33], "macaddress": 2, "mac": [2, 9, 23], "virtual": 2, "nic": 2, "02": [2, 3], "42": 2, "ac": 2, "00": [2, 22, 37], "regard": 2, "disposit": 2, "chri": [2, 4, 9, 13, 15, 20, 23, 28], "houseknecht": [2, 4, 9, 13, 15, 20, 23, 28], "chouseknecht": [2, 4, 9, 13, 15, 20, 23, 28], "18": [3, 9], "cli_context": [3, 12], "context": [3, 12, 15, 39], "docker_cli": [3, 12], "search": [3, 9, 12, 36], "multipl": [3, 10, 13, 14, 24, 39], "stabl": 3, "10872": 3, "main": 3, "friendli": 3, "tri": [3, 9], "accomod": 3, "variou": [3, 9, 41], "behavior": [3, 9, 12, 19], "adjust": 3, "test": [3, 4, 9, 22, 28, 36, 37], "between": [3, 9, 30, 34, 36, 39], "exact": 3, "over": [3, 23, 39], "releas": [3, 15], "break": 3, "program": [3, 12, 42], "docker_compos": [3, 39, 41], "v1": [3, 8, 9, 15, 20, 41], "appli": [3, 15, 25, 30, 34, 36], "resourc": [3, 9, 30, 36], "happen": [3, 4, 9, 28, 39], "exit": [3, 7, 9, 36], "kill": [3, 9, 36], "kind": 3, "associ": [3, 9, 20, 31], "createdat": [3, 37], "timestamp": 3, "2024": 3, "01": [3, 9, 37], "12": [3, 9, 10, 12, 19, 21, 22, 26, 33, 37, 39], "20": [3, 9, 22], "41": [3, 36], "0100": 3, "cet": 3, "exitcod": 3, "health": [3, 9, 36], "44a7d607219a60b7db0a4817fb3205dce46e91df2cb4b78a6100b6e27b0d3135": 3, "localvolum": 3, "mount": [3, 9, 36], "primari": [3, 10], "publish": [3, 9, 36], "assig": 3, "protocol": [3, 36], "udp": [3, 9, 36], "publishedport": 3, "targetport": 3, "interfac": [3, 9, 10, 34], "bound": [3, 9], "runningfor": 3, "size": [3, 9, 12, 13, 15, 21, 36], "0b": 3, "about": [3, 15, 23, 25, 29, 34, 39, 41], "minut": 3, "containernam": 3, "conain": 3, "sha256": [3, 14, 36], "c8bccc0af9571ec0d006a43acb5a8d08c4ce42b6cc7194dd6eb167976f501ef1": 3, "belong": [3, 9, 10, 15], "byte": [3, 9, 12, 15, 27, 36], "tag": [3, 9, 12, 13, 14, 15, 16, 17, 18, 21, 36, 39, 41], "swarm": [4, 23, 28, 30, 31, 41], "similar": [4, 6, 8, 20, 22, 28, 39], "rm": [4, 15, 28], "add": [4, 7, 9, 10, 12, 15, 20, 21, 23, 25, 28, 30, 33, 34, 36, 39], "metadata": [4, 9, 10, 21, 25, 28, 33, 34], "ansible_kei": [4, 28], "represent": [4, 28], "futur": [4, 15, 20, 28], "30": [4, 9, 34, 36], "data_src": [4, 28], "data_is_b64": [4, 28], "assum": [4, 6, 9, 15, 16, 28], "base64": [4, 6, 28], "encod": [4, 6, 28], "decod": [4, 6, 28], "being": [4, 6, 15, 28, 34], "binari": [4, 6, 28], "better": [4, 6, 28], "keep": [4, 6, 9, 19, 28, 34, 42], "let": [4, 6, 28], "even": [4, 9, 23, 26, 28, 34, 36], "rolling_vers": [4, 28], "increas": [4, 28, 39], "append": [4, 7, 12, 15, 16, 17, 18, 19, 23, 28], "contain": [4, 11, 12, 13, 15, 16, 17, 22, 23, 24, 25, 27, 28, 29, 30, 31, 32, 33, 36, 40, 41], "ansible_vers": [4, 28], "template_driv": 4, "golang": 4, "go": 4, "templat": [4, 7, 9], "versions_to_keep": [4, 28], "extran": [4, 28], "delet": [4, 18, 23, 26, 27, 28, 30, 38], "after": [4, 9, 10, 15, 21, 25, 28, 30, 33, 34, 36], "everyth": [4, 6, 27, 28], "foo": [4, 7, 9, 10, 28, 36], "becaus": [4, 9, 10, 21, 28, 33, 34], "re": [4, 9, 20, 23, 28], "prevent": [4, 7, 9, 28], "lookup": [4, 9, 28], "b64encod": [4, 28], "goodnight": [4, 28], "everyon": [4, 28], "bar": [4, 9, 28, 36], "baz": [4, 28], "No": [4, 28, 39], "though": [4, 15, 28], "miss": [4, 9, 28], "monkei": [4, 28], "creation": [4, 9, 23, 28, 36], "config_id": [4, 36], "object": [4, 6, 21, 28, 32, 41], "hzehrmyjigmcp2gb6nlhmjqcv": [4, 28], "config_nam": [4, 36], "awesome_config": 4, "john": 4, "hu": 4, "ushuz": 4, "prefer": [5, 9, 15, 16, 36], "docker_api": [5, 10, 39, 40, 41], "docker_extra_arg": 5, "extra": [5, 10, 12, 15, 21, 33, 40], "pass": [5, 7, 9, 10, 34, 36, 39], "line": [5, 7, 9, 39], "extra_cli_arg": 5, "ansible_docker_extra_arg": 5, "too": 5, "itself": [5, 9, 39, 42], "lorin": 5, "hochestein": 5, "leendert": 5, "brouwer": 5, "cp": [6, 39], "must": [6, 7, 9, 15, 16, 17, 24, 25, 32, 34, 35, 36, 39], "owner_id": 6, "group_id": 6, "also": [6, 9, 11, 13, 23, 24, 25, 32, 34, 35, 36, 38, 39], "necessari": 6, "bin": [6, 7, 8, 9, 13], "sh": [6, 13], "shell": [6, 9, 36], "correspond": [6, 9, 11, 15, 34, 36], "container_path": 6, "absolut": 6, "plan": 6, "pre": 6, "content_is_b64": 6, "risk": 6, "interpret": [6, 39], "utf": 6, "corrupt": 6, "flag": [6, 32], "filesystem": [6, 9, 36], "write": [6, 9], "idempot": [6, 9, 34], "destin": [6, 9], "try": [6, 9, 15, 16, 23, 30], "match": [6, 8, 9, 11, 15, 16, 18, 22, 24, 32, 35, 36], "download": [6, 12, 15], "compar": [6, 9, 39], "upload": 6, "disk": [6, 11, 27], "avail": [6, 9, 10, 15, 21, 25, 32, 33, 36, 39, 40], "local_follow": 6, "tree": 6, "system": [6, 9, 11, 39], "owner": [6, 9, 36], "manag": [6, 30, 32, 33, 36, 41], "transfer": 6, "comput": 6, "max_file_size_for_diff": 6, "larg": [6, 23, 26, 37, 38], "mydata": [6, 8, 9, 22, 37], "txt": [6, 36], "input": [6, 10, 21, 33], "runm": 6, "o": [6, 9, 10, 12, 13, 15, 21, 33], "root": [6, 7, 9, 36, 40, 42], "0o755": 6, "readabl": [6, 9], "writabl": 6, "actual": [6, 25, 36], "argv": 7, "quot": [7, 9, 36], "exactli": 7, "chdir": 7, "detach": [7, 9, 39], "synchron": [7, 39], "asynchron": 7, "stdin": [7, 9], "cannot": [7, 9, 11, 12, 21, 23], "stdout": [7, 15], "stderr": 7, "rc": 7, "respect": [7, 20], "pars": [7, 9, 36], "parser": [7, 9, 36], "avoid": [7, 9, 36, 39], "loss": [7, 9, 36], "jinja2": [7, 9, 10, 21, 33], "convert": [7, 9, 10, 12, 15, 33], "back": [7, 9, 36], "correct": [7, 9, 39], "wai": [7, 9, 10, 15, 42], "stdin_add_newlin": 7, "newlin": 7, "strip_empty_end": 7, "strip": 7, "end": [7, 10, 21, 33, 39], "tty": [7, 8, 9, 13, 36], "alloc": [7, 9, 36], "simpl": 7, "bash": 7, "c": [7, 13], "l": [7, 11, 32], "lah": 7, "dev": [7, 9, 12, 15, 38], "stderr_lin": 7, "exec_id": 7, "249d9e3075655baf705ed8f40488c5e9434049cf3431976f1bfdb73741c574c5": 7, "standard": [7, 21], "essenti": [8, 11, 22, 24, 35, 39], "inspect": [8, 9, 10, 12, 14, 15, 16, 17, 18, 19, 22, 23, 24, 26, 35, 37, 38, 39, 41], "docker_contain": [8, 23, 39, 40, 41], "mai": [8, 9, 22, 30, 33, 36], "info": [8, 11, 22, 24, 29, 31, 32, 35, 37], "els": [8, 22, 37], "repres": [8, 9, 11, 22, 24, 32, 35, 36], "apparmorprofil": [8, 9], "arg": [8, 9, 12, 15, 36], "attachstderr": [8, 9, 13], "attachstdin": [8, 9, 13], "attachstdout": [8, 9, 13], "usr": [8, 9, 13], "supervisord": [8, 9], "domainnam": [8, 9, 13], "entrypoint": [8, 9, 13], "sbin": [8, 9, 13], "exposedport": [8, 9, 13], "443": [8, 9], "80": [8, 9], "8e47bf643eb9": [8, 9], "lnmp_nginx": [8, 9], "onbuild": [8, 9, 13], "openstdin": [8, 9, 13], "stdinonc": [8, 9, 13], "tmp": [8, 9, 20, 36], "lnmp": [8, 9], "nginx": [8, 9, 15, 30, 36], "site": [8, 9], "log": [8, 9, 15, 34, 36, 39, 41], "life": [9, 39], "cycl": 9, "view": 9, "auto_remov": 9, "side": [9, 34], "container_default_behavior": 9, "compat": [9, 10, 39], "blkio_weight": 9, "block": [9, 23], "io": [9, 20], "weight": [9, 15], "1000": 9, "cap_drop": [9, 36], "capabl": [9, 36], "drop": [9, 36], "cap": 9, "compos": [9, 10, 21, 30, 33, 41], "cap_add": [9, 36], "cgroup_par": 9, "parent": [9, 10, 13, 18, 21, 33], "cgroup": 9, "cgroupns_mod": 9, "namespac": [9, 29, 42], "simpli": 9, "cgroupn": 9, "privat": [9, 15, 20, 36, 39], "cleanup": [9, 39], "either": [9, 15, 24, 34, 36], "were": [9, 15, 18], "split": 9, "comma": 9, "command_handl": 9, "handl": 9, "consid": [9, 12, 15, 23, 27, 34], "rule": 9, "relat": 9, "until": [9, 11, 27, 30], "kept": [9, 19], "correctli": [9, 23], "comparison": 9, "properti": 9, "decid": 9, "strict": [9, 10, 21, 33], "allow_more_pres": 9, "equal": [9, 36], "dict": [9, 11, 32, 36], "wildcard": 9, "explicitli": 9, "problem": 9, "now": 9, "no_default": 9, "restor": 9, "ensur": [9, 13, 21, 23], "affect": [9, 12, 15, 16, 17, 18, 19, 23, 26, 37, 38], "init": [9, 34, 36, 42], "memori": [9, 15, 36], "paus": [9, 25, 36], "privileg": [9, 42], "read_onli": [9, 36], "cpu_period": 9, "limit": [9, 15, 36], "cpu": [9, 15, 36], "cf": 9, "complet": [9, 25, 30], "fair": 9, "schedul": 9, "period": [9, 36], "easier": 9, "altern": [9, 10, 12, 15], "cpu_quota": 9, "quota": 9, "cpu_shar": 9, "share": [9, 15, 36], "float": [9, 36], "much": 9, "mean": [9, 15, 23], "most": [9, 39], "half": 9, "cpuset_cpu": 9, "cpuset_mem": 9, "mem": 9, "default_host_ip": 9, "ipv4": [9, 23], "With": [9, 21, 23], "bind": [9, 36], "explicit": [9, 10], "70": 9, "bridg": [9, 22, 23], "host_binding_ipv4": 9, "fall": 9, "background": 9, "disabl": [9, 26, 36], "reflect": 9, "fail": [9, 11, 23, 24, 25, 30, 32, 34, 35, 36], "device_read_bp": 9, "devic": [9, 38], "rate": 9, "per": [9, 21, 33, 36], "unit": [9, 12, 15, 36], "posit": [9, 12, 15, 36], "b": [9, 12, 15, 36], "k": [9, 12, 15, 36], "kibibyt": [9, 12, 15, 36], "1024b": [9, 12, 15, 36], "m": [9, 12, 15, 36], "mebibyt": [9, 12, 15, 36], "g": [9, 12, 15, 36], "gibibyt": [9, 12, 15, 36], "t": [9, 12, 15, 36], "tebibyt": [9, 12, 15, 36], "p": [9, 12, 15, 32, 36], "pebibyt": [9, 12, 15, 36], "omit": [9, 10, 12, 15, 21, 33, 34, 36], "device_read_iop": 9, "device_request": 9, "gpu": 9, "top": [9, 10], "level": [9, 10], "combin": [9, 16, 25, 34], "OR": 9, "everi": [9, 39], "AND": 9, "driver": [9, 21, 22, 23, 36, 37, 38], "satisfi": 9, "sub": [9, 36], "nvidia": 9, "found": [9, 15, 18, 20, 39], "runtim": 9, "device_id": 9, "specif": [9, 15, 16, 23, 29, 38, 39], "device_write_bp": 9, "device_write_iop": 9, "express": [9, 10, 21, 33], "path_on_host": 9, "path_in_contain": 9, "cgroup_permiss": 9, "dns_opt": 9, "dn": [9, 36], "dns_search_domain": 9, "domain": [9, 36], "dns_server": 9, "overwrit": [9, 15, 19], "etc_host": [9, 12, 15], "etc": [9, 12, 13, 15, 23, 36], "exposed_port": 9, "expos": [9, 36], "listen": [9, 34], "force_kil": 9, "forcekil": 9, "healthcheck": [9, 36], "healthi": [9, 36], "instruct": [9, 12, 15, 36], "interv": [9, 30, 36], "start_period": [9, 36], "durat": [9, 36], "accept": [9, 21, 36], "look": [9, 36], "5h34m56": [9, 36], "1m30": [9, 36], "so": [9, 10, 23, 36, 39], "u": [9, 30, 36], "h": [9, 36], "retri": [9, 30, 36], "consecut": [9, 30, 36], "failur": [9, 36], "unhealthi": [9, 36], "initi": [9, 36], "countdown": [9, 36], "item": [9, 10, 21, 33, 36], "ignore_imag": 9, "evalu": [9, 36], "registri": [9, 12, 13, 14, 15, 18, 19, 30, 36, 39, 41], "warn": [9, 21], "deprec": [9, 39], "image_comparison": 9, "via": [9, 23, 25, 27, 33, 36], "yet": 9, "image_label_mismatch": 9, "inherit": 9, "while": [9, 36, 42], "introduc": 9, "unexpect": 9, "base": [9, 10, 21, 30, 33, 39], "image_name_mismatch": 9, "reason": 9, "emit": 9, "would": 9, "make": [9, 10, 13, 15, 21, 23, 33, 34, 36, 38, 39], "forward": [9, 36], "signal": [9, 36], "reap": [9, 36], "open": 9, "launch": [9, 42], "ipc_mod": 9, "ipc": 9, "reus": 9, "anoth": [9, 19], "within": 9, "keep_volum": 9, "retain": 9, "anonym": 9, "kernel_memori": 9, "kernel": 9, "minimum": 9, "4m": 9, "kill_sign": 9, "log_driv": [9, 36], "possibl": [9, 10, 11, 15, 21, 27, 32, 33, 34], "log_opt": 9, "chosen": 9, "engin": [9, 11, 32, 36, 38], "admin": 9, "overview": 9, "effect": [9, 30, 34], "mac_address": 9, "92": 9, "d0": 9, "c6": 9, "0a": 9, "29": [9, 36], "33": 9, "memory_reserv": 9, "soft": 9, "memory_swap": 9, "total": [9, 15], "swap": [9, 15], "unlimit": [9, 15], "memory_swappi": 9, "tune": 9, "swappi": 9, "100": 9, "remain": [9, 25], "power": 9, "consist": 9, "deleg": 9, "no_copi": [9, 36], "popul": 9, "propag": [9, 36], "rprivat": [9, 36], "rshare": [9, 36], "slave": [9, 36], "rslave": [9, 36], "suppli": 9, "tmpfs_mode": [9, 36], "permiss": 9, "tmpf": [9, 36], "tmpfs_size": [9, 36], "npipe": [9, 36], "volume_driv": 9, "volume_opt": 9, "network_mod": 9, "network_nam": [9, 23], "networks_cli_compat": 9, "least": 9, "structur": 9, "enforc": 9, "mention": 9, "These": [9, 10, 41], "reach": 9, "ipv4_address": 9, "ipv6_address": 9, "behav": [9, 21], "afterward": 9, "oom_kil": 9, "oom": 9, "killer": 9, "oom_score_adj": 9, "score": 9, "output_log": [9, 39], "journald": 9, "pid_mod": 9, "pid": [9, 40, 42], "pids_limit": 9, "platform": [9, 12, 15, 16, 30, 33], "arch": [9, 12, 15, 33], "variant": [9, 12, 15], "normal": 9, "similarli": 9, "notic": 9, "accident": 9, "due": 9, "give": 9, "extend": [9, 32], "publish_all_port": 9, "published_port": [9, 36], "intact": 9, "syntax": 9, "9000": 9, "rang": [9, 23], "shorter": 9, "free": 9, "util": [9, 39], "dig": 9, "resolv": [9, 30, 36], "point": 9, "earlier": 9, "purge_network": 9, "sure": [9, 13, 15, 23, 34, 38, 39], "removal_wait_timeout": 9, "usual": [9, 15], "fast": 9, "howev": 9, "mani": 9, "phase": 9, "restart_polici": [9, 36], "polici": [9, 36], "place": 9, "around": [9, 34], "restart_retri": 9, "security_opt": 9, "form": [9, 34], "shm_size": [9, 12, 15], "shm": [9, 12, 15], "entir": [9, 12, 15], "64m": [9, 12, 15], "move": 9, "account": [9, 20, 36], "stop_sign": [9, 36], "stop_timeout": 9, "sigkil": 9, "its": [9, 25, 36, 39], "stoptimeout": 9, "storage_opt": 9, "storag": 9, "sysctl": 9, "pseudo": [9, 36], "ulimit": 9, "nofil": 9, "262144": 9, "usernam": [9, 20, 36], "uid": [9, 36], "groupnam": 9, "gid": [9, 36], "userns_mod": 9, "ut": 9, "style": 9, "separ": [9, 10, 21, 33], "ro": 9, "rw": 9, "nocopi": 9, "selinux": 9, "addition": 9, "z": 9, "volumes_from": 9, "working_dir": [9, 36], "partial": [9, 15, 16], "destroi": [9, 39], "downtim": 9, "except": [9, 23, 33], "therefor": 9, "relev": 9, "busybox": [9, 31], "redi": 9, "myredi": 9, "appendonli": 9, "ye": [9, 10, 21, 33], "6379": 9, "myapplic": 9, "someus": 9, "appimag": 9, "aliasedredi": 9, "sda": 9, "xvda": 9, "rwm": 9, "8080": [9, 15], "9001": 9, "8081": 9, "127": [9, 10, 36], "9002": 9, "random": 9, "9003": 9, "8100": 9, "select": [9, 10, 11, 13, 15, 16, 17, 23, 25, 27, 32, 39], "9010": 9, "9020": 9, "7000": 9, "7010": 9, "secret_kei": 9, "ssssh": 9, "boolean_kei": 9, "mycontain": 9, "ubuntu": [9, 36], "14": [9, 36], "04": [9, 36], "sleep": [9, 36], "infin": 9, "balanc": 9, "anotherappimag": 9, "1d": 9, "with_sequ": 9, "ohno": 9, "syslog": 9, "myservic": [9, 32, 35, 36], "my": [9, 10, 33, 39], "514": 9, "facil": 9, "13": [9, 10, 36], "db_test": 9, "docker_network_nam": 9, "sleeper": 9, "testingnet": 9, "sleepyzz": 9, "testingnet2": 9, "sleepi": 9, "sleepyz": 9, "zzzz": 9, "agent": [9, 30, 34], "jenkinsci": 9, "jenkin": 9, "sys_tim": 9, "finer": 9, "arg1": 9, "arg2": 9, "whatev": [9, 15, 16], "precis": 9, "ok": 9, "ii": 9, "healthstatu": 9, "proxi": [9, 15], "curl": [9, 36], "ing": [9, 36], "22": [9, 10], "1700": 9, "16g": 9, "20m": [9, 36], "sdb": 9, "300": 9, "some": 9, "3a23c669": 9, "1f69": 9, "c64e": 9, "cf85": 9, "44e9b07e7a2a": 9, "condit": [9, 10, 21, 33, 36], "mb": 9, "backend": 9, "fabianle": 9, "org": 9, "2020": 9, "15": [9, 13], "overlay2": 9, "xf": 9, "rootf": 9, "12m": 9, "fact": [9, 10, 21, 33, 36, 41], "zero": 9, "cove": 9, "schneider": 9, "joshua": 9, "conner": 9, "joshuaconn": 9, "pavel": [9, 15], "antonov": [9, 15], "softzilla": [9, 15], "thoma": 9, "steinbach": 9, "thomassteinbach": 9, "philipp": 9, "jandot": 9, "zfil": 9, "daan": 9, "oosterveld": 9, "dusdanig": 9, "kassian": 9, "sun": 9, "kassiansun": 9, "add_legacy_group": 10, "letter": 10, "image_": 10, "stack_": 10, "stack": [10, 36, 41], "service_": 10, "configure_docker_daemon": 10, "connection_typ": 10, "default_ip": 10, "private_ssh_port": 10, "keyed_group": [10, 21, 33], "default_valu": [10, 21, 33], "trailing_separ": [10, 21, 33], "parent_group": [10, 21, 33], "prefix": [10, 21, 33], "_": [10, 21, 33], "leading_separ": [10, 21, 33], "conjunct": [10, 21, 33], "underscor": [10, 21, 33], "concaten": [10, 21, 33], "recogn": [10, 33], "own": [10, 33], "invalid": [10, 21, 33], "fatal": [10, 21, 33], "skip": [10, 21, 33], "continu": [10, 21, 33, 36], "those": [10, 21, 25, 33], "use_extra_var": [10, 21, 33], "composit": [10, 21, 33, 40], "highest": [10, 21, 33, 40], "inventory_plugin": [10, 21, 33], "ansible_inventory_use_extra_var": [10, 21, 33, 40], "verbose_output": [10, 11, 21, 32, 33], "toggl": [10, 33], "transform": 10, "docker_xxx": 10, "hostconfig": 10, "docker_hostconfig": 10, "minim": [10, 21, 33], "2375": [10, 33], "unverifi": [10, 33], "somewher": [10, 33], "construct": [10, 21, 33], "network_foo": 10, "networkmod": 10, "linux": [10, 13, 33], "os_linux": [10, 33], "docker_platform": 10, "fallback": 10, "export": 10, "ansible_ssh_host": 10, "ansible_ssh_port": 10, "docker_nam": 10, "queri": [11, 24, 30, 39], "contact": 11, "meet": 11, "containers_al": 11, "containers_filt": [11, 27], "filter": [11, 27, 32], "24h": [11, 27], "disk_usag": 11, "summari": 11, "space": [11, 27], "layer": 11, "sum": 11, "images_filt": [11, 27], "dangl": [11, 27], "networks_filt": [11, 27], "verbos": [11, 32], "method": [11, 32], "your": [11, 20, 23, 32, 34, 39], "volumes_filt": [11, 27], "mylabel": [11, 36], "key1": [11, 23, 25], "value1": [11, 23], "key2": [11, 23, 25], "value2": [11, 23], "host_info": 11, "can_talk_to_dock": [11, 32], "talk": [11, 32, 39], "basic": [11, 32], "piotr": [11, 24, 25, 32, 34, 36], "wojciechowski": [11, 24, 25, 32, 34, 36], "wojciechowskipiotr": [11, 24, 25, 32, 34, 36], "allo": 12, "buildkit": [12, 15], "direct": [12, 15], "conveni": [12, 15], "cache_from": [12, 15], "registry_serv": [12, 15, 16, 17, 18, 19], "push": [12, 14, 15, 18, 19, 39, 41], "tag_nam": [12, 15, 16, 17, 18, 19], "digest": [12, 16, 17, 18, 30, 36], "rebuild": 12, "intermedi": [12, 15], "stage": [12, 15], "final": [12, 15], "docker_image_push": [12, 14, 15, 19, 39, 41], "docker_image_tag": [12, 14, 15, 16, 17, 18, 39, 41], "arrai": 13, "appear": 13, "docker_imag": [13, 39, 41], "docker_image_fact": 13, "singl": [13, 23, 39], "pacur": [13, 15, 16, 18], "cento": [13, 15, 16, 18], "sinatra": [13, 15], "architectur": [13, 33], "amd64": [13, 15, 16], "5000": [13, 15, 17, 19, 20], "e5c68db50333": 13, "c72dce2618dc8f7b794d2b2c2b1e64e0205ead5befc294f8111da23bd6a2c799": 13, "lib": [13, 37], "workingdir": 13, "e83a452b8fb89d78a25a6739457050131ca5c863629a47639530d9ad2008d610": 13, "containerconfig": 13, "nop": 13, "2016": 13, "03": 13, "08t21": 13, "08": 13, "399680378z": 13, "dockervers": 13, "graphdriv": 13, "auf": 13, "53773d8552f07b730f3e19979e32499519807d67b344141d965463a950a66e08": 13, "f0b1f729f784b755e7bf9c8c2e65d8a0a35a533769c2588f02895f6781ac0805": 13, "repodigest": 13, "repotag": 13, "virtuals": 13, "165808884": 13, "tar": [14, 15], "docker_image_remov": [14, 15, 16, 17, 19, 39, 41], "image_nam": 14, "join": [14, 34, 39], "hello": 14, "world": 14, "e004c2cc521c95383aebb1fb5893719aa7a8eae2e7a71f316a4410784edb00a9": 14, "archiv": [15, 18, 41], "archive_path": 15, "container_limit": 15, "cpusetcpu": 15, "cpushar": 15, "memswap": 15, "neither": [15, 39], "http_timeout": 15, "use_config_proxi": 15, "force_abs": 15, "un": [15, 18], "force_sourc": 15, "force_tag": 15, "load_path": 15, "ask": [15, 16, 21], "minor": 15, "hub": [15, 39], "retriev": [15, 29, 31, 34, 39, 41], "buildx": [15, 39, 41], "docker_image_build": [15, 39, 41], "docker_image_info": [15, 39, 41], "docker_image_load": [15, 18, 39, 41], "docker_image_pul": [15, 17, 18, 39, 41], "56": 15, "dcoppenhagan": 15, "myimag": 15, "As": 15, "repo": [15, 17], "my_sinatra": 15, "dir": 15, "log_volum": 15, "myapp": 15, "listen_port": 15, "alpin": [15, 36], "sorin": 15, "sbarnea": 15, "ssbarnea": 15, "not_pres": 16, "shown": 16, "unknown": 16, "prune": [18, 30, 39, 41], "untag": [18, 39], "existing_imag": 19, "overwritten": 19, "tagged_imag": 19, "login": [20, 39], "credenti": 20, "store": [20, 21, 34], "config_path": 20, "dockercfg_path": 20, "password": [20, 26], "plaintext": 20, "reauthor": 20, "reauth": 20, "refresh": 20, "registry_url": 20, "index": 20, "out": [20, 36, 39], "logout": [20, 39], "dockerhub": 20, "could": 20, "rekcod": 20, "yourself": 20, "secrets3": 20, "mydockercfg": 20, "login_result": 20, "serveraddress": 20, "testus": 20, "olaf": 20, "kilian": 20, "olsaki": 20, "ansible_port": 21, "ansible_ssh_private_kei": 21, "dm_": 21, "daemon_env": 21, "silent": 21, "successfulli": 21, "token": [21, 32, 34], "running_requir": 21, "region": 21, "docker_machine_node_attribut": 21, "digitalocean": 21, "mymachin": 21, "drivernam": 21, "digit": 21, "dm_tag": 21, "behaviour": 21, "ansible_ssh_common_arg": 21, "stricthostkeycheck": 21, "ximon": 21, "eighteen": 21, "ximon18": 21, "docker_network": [22, 39, 41], "configfrom": 22, "configonli": 22, "2018": [22, 37], "07t01": 22, "47": 22, "51": 22, "250835114": 22, "06": 22, "enableipv6": 22, "ipam": [22, 23], "gatewai": [22, 23], "168": [22, 34], "96": 22, "0856968545f22026c41c2c7c3d448319d3b4a6a03a40b148b3ac4031696d1c0a": 22, "ingress": [22, 36], "intern": [22, 23], "f2700bba": 22, "scope": [22, 23, 37], "dave": [22, 23], "bendit": [22, 23], "dbendit": [22, 23], "subcommand": [23, 26, 37, 38], "increment": 23, "canon": 23, "global": [23, 36, 39], "worker": [23, 25, 33, 34], "care": 23, "reli": [23, 42], "overlai": 23, "3rd": [23, 38], "parti": [23, 38], "driver_opt": [23, 38], "consult": [23, 38], "enable_ipv6": 23, "disconnect": 23, "restrict": 23, "extern": [23, 34, 36], "ipam_config": 23, "iprang": 23, "spell": 23, "notat": 23, "aux_address": 23, "auxiliari": 23, "cidr": [23, 34], "ipam_driv": 23, "ipam_driver_opt": 23, "reconnect": 23, "ones": [23, 25], "fix": 23, "loop": 23, "properli": 23, "network_on": 23, "container_a": 23, "container_b": 23, "container_c": 23, "fulllist": 23, "network_two": 23, "net2": 23, "network_thre": 23, "27": [23, 36], "24": [23, 27], "26": 23, "host1": 23, "host2": 23, "network_four": 23, "network_ipv6_on": 23, "fdd1": 23, "ac8c": 23, "0557": 23, "7ce1": 23, "64": 23, "network_ipv6_two": 23, "7ce2": 23, "ben": 23, "keith": 23, "keitwb": 23, "cluster": [24, 25, 41], "self": 24, "presenc": 24, "mynod": [24, 25, 32, 34], "mynode1": 24, "mynode2": 24, "left": 24, "unreach": 24, "role": [25, 34, 36], "activ": 25, "drain": 25, "docker_swarm": [25, 39, 40, 41], "labels_st": 25, "labels_to_remov": 25, "made": [25, 36], "thierri": [25, 34], "bouvet": [25, 34], "tbouvet": [25, 34], "enable_timeout": 26, "force_remov": 26, "plugin_nam": 26, "plugin_opt": 26, "plugin_on": 26, "weavework": 26, "net": 26, "latest_releas": 26, "ipalloc_rang": 26, "weave_password": 26, "sakar": 26, "mehra": 26, "sakar97": 26, "vladimir": 26, "porshkevich": 26, "builder_cach": 27, "builder": 27, "hour": 27, "ago": 27, "builder_cache_space_reclaim": 27, "reclaim": 27, "containers_space_reclaim": 27, "images_space_reclaim": 27, "volumes_space_reclaim": 27, "secret_id": [28, 36], "secret_nam": [28, 36], "awesome_secret": 28, "docker_stack_task_info": [29, 39, 41], "grafana": 29, "orchestr": [29, 39], "kubernet": 29, "jose": [29, 31], "angel": [29, 31], "munoz": [29, 31], "imjoseangel": [29, 31], "jsondiff": 30, "absent_retri": 30, "larger": 30, "last": 30, "absent_retries_interv": 30, "nest": 30, "deploi": 30, "resolve_imag": [30, 36], "with_registry_auth": 30, "auth": 30, "mystack": 30, "opt": [30, 36], "envvar": 30, "stack_spec_diff": 30, "spec": [30, 33], "test_stack_test_servic": 30, "tasktempl": 30, "containerspec": 30, "dario": [30, 36], "zanzico": [30, 36], "dariko": [30, 36], "requir": [31, 42], "test_stack": 31, "currentst": 31, "desiredst": 31, "7wqv6m02ugkw": 31, "messag": 32, "nodes_filt": 32, "services_filt": 32, "tasks_filt": 32, "unlock_kei": 32, "unlock": [32, 34], "ignore_error": 32, "docker_swarm_act": 32, "docker_swarm_manag": 32, "swarm_fact": [32, 34], "swarm_unlock_kei": 32, "return": [33, 41], "leader": [33, 34], "nonlead": 33, "include_host_uri": 33, "attribut": 33, "ansible_host_uri": 33, "uri": 33, "modif": 33, "include_host_uri_port": 33, "time_out": 33, "enginevers": 33, "x86_64": 33, "arch_x86_64": 33, "exompl": 33, "w": 33, "label_product": 33, "hint": 33, "charact": 33, "safe": 33, "stefan": 33, "heitm\u00fcller": 33, "morph027": 33, "advertise_addr": 34, "reachabl": 34, "advertis": 34, "4567": 34, "eth0": 34, "initialis": 34, "autolock_manag": 34, "lock": 34, "docker_swarm_info": [34, 39, 41], "ca_force_rot": 34, "whose": 34, "purpos": 34, "sign": 34, "data_path_addr": 34, "traffic": 34, "data_path_port": 34, "9789": 34, "40": [34, 36], "default_addr_pool": 34, "pool": 34, "39": 34, "dispatcher_heartbeat_period": 34, "delai": [34, 36], "nanosecond": 34, "heartbeat": 34, "dispatch": 34, "5000000000": [34, 36], "election_tick": 34, "tick": 34, "trigger": [34, 36], "elect": 34, "heartbeat_tick": 34, "join_token": 34, "censor": 34, "keep_old_snapshot": 34, "snapshot": 34, "beyond": 34, "docker_nod": [34, 39, 41], "listen_addr": 34, "inter": 34, "2377": 34, "log_entries_for_slow_follow": 34, "sync": 34, "slow": 34, "node_cert_expiri": 34, "expiri": 34, "90": 34, "dai": 34, "7776000000000000": 34, "node_id": 34, "rotate_manager_token": 34, "rotat": 34, "rotate_worker_token": 34, "signing_ca_cert": 34, "leaf": 34, "signing_ca_kei": 34, "snapshot_interv": 34, "10000": 34, "demot": 34, "subnet_s": 34, "mask": 34, "task_history_retention_limit": 34, "histori": 34, "swmtkn": 34, "xxxxx": 34, "ens10": 34, "jointoken": 34, "value_specified_in_no_log_paramet": 34, "unlockkei": 34, "swmkei": 34, "xxx": 34, "hann": [35, 36], "ljungberg": [35, 36], "hannseman": [35, 36], "filenam": 36, "octal": 36, "0644": 36, "0444": 36, "container_label": 36, "dns_option": 36, "dns_search": 36, "endpoint_mod": 36, "endpoint": 36, "vip": 36, "dnsrr": 36, "signific": 36, "force_upd": 36, "37": 36, "replic": 36, "driver_config": 36, "copi": [36, 39, 41], "readonli": 36, "placement": 36, "constraint": 36, "pref": 36, "replicas_max_per_nod": 36, "target_port": 36, "replica": 36, "instanti": 36, "reserv": 36, "restart_config": 36, "max_attempt": 36, "rollback_config": 36, "roll": 36, "rollback": 36, "failure_act": 36, "max_failure_ratio": 36, "fraction": 36, "max": 36, "ratio": 36, "monitor": 36, "parallel": 36, "simultan": 36, "secret": [36, 39, 41], "unspecifi": 36, "stop_grace_period": 36, "grace": 36, "update_config": 36, "invok": 36, "workdir": 36, "3600": 36, "remote_tmp": 36, "webapp": 36, "depart": 36, "financ": 36, "envvar1": 36, "envvar2": 36, "app": 36, "fluentd": 36, "24224": 36, "async": 36, "120": [36, 39], "edg": 36, "spread": 36, "operatingsystem": 36, "myconfig_nam": 36, "mynetwork": 36, "mynetwork_alia": 36, "mysecret_nam": 36, "50": 36, "50m": 36, "alter": 36, "swarm_servic": 36, "ansible_swarm_servic": 36, "ansible_docker_servic": 36, "x": [36, 39], "90000000000": 36, "30000000000": 36, "10000000000": 36, "healthcheck_dis": 36, "b3dbf31b77fd99d9c08f780ce6f5282aba076d70a513a8be859d8d3a4d0c92b8": 36, "limit_cpu": 36, "limit_memori": 36, "52428800": 36, "log_driver_opt": 36, "placement_prefer": 36, "reserve_cpu": 36, "reserve_memori": 36, "20971520": 36, "restart_policy_attempt": 36, "restart_policy_delai": 36, "restart_policy_window": 36, "120000000000": 36, "update_delai": 36, "update_failure_act": 36, "update_max_failure_ratio": 36, "update_monitor": 36, "update_ord": 36, "update_parallel": 36, "jason": 36, "witkowski": 36, "jwitko": 36, "volume_nam": [37, 38], "09t17": 37, "43": 37, "44": 37, "mountpoint": 37, "bd3f6172": 37, "_data": 37, "commandlin": 38, "volume_cr": 38, "lost": 38, "volume_on": 38, "volume_two": 38, "btrf": 38, "sda2": 38, "alex": 38, "gr\u00f6nholm": 38, "agronholm": 38, "commun": [39, 40], "collect": [39, 41], "offer": 39, "sever": 39, "python_requirements_info": 39, "note": 39, "inventori": [39, 40], "pypi": 39, "realli": 39, "broken": 39, "doubt": 39, "nor": 39, "mainli": 39, "legaci": 39, "docker_stack": [39, 41], "docker_stack_info": [39, 41], "cacert": 39, "wrap": 39, "exec": 39, "posix": 39, "dynam": [39, 41], "individu": 39, "docker_host_info": [39, 41], "docker_login": [39, 41], "docker_prun": [39, 41], "import": 39, "tarbal": 39, "docker_network_info": [39, 41], "docker_volume_info": [39, 41], "docker_volum": [39, 41], "lifecycl": 39, "abil": 39, "docker_container_copy_into": [39, 41], "docker_container_exec": [39, 41], "docker_container_info": [39, 41], "docker_plugin": [39, 41], "thu": 39, "next": 39, "date": 39, "docker_machin": [39, 40, 41], "docker_node_info": [39, 41], "docker_secret": [39, 41], "docker_swarm_servic": [39, 41], "docker_swarm_service_info": [39, 41], "declar": 40, "docker": 40, "ansible_nsenter_pid": [40, 42], "nsenter": [40, 41], "fine": [40, 42], "author": 41, "matrix": 41, "room": 41, "im": 41, "question": 41, "irc": 41, "channel": 41, "libera": 41, "mail": 41, "subscrib": 41, "current_container_fact": 41, "multi": 41, "applic": 41, "model": 42, "container": 42, "enter": 42, "systemd": 42, "nsenter_pid": 42, "nsenter_connect": 42, "jeff": 42, "goldschraf": 42, "jgoldschraf": 42}, "objects": {"": [[40, 0, 1, "-", "ANSIBLE_DOCKER_TIMEOUT"], [40, 0, 1, "-", "ANSIBLE_INVENTORY_USE_EXTRA_VARS"], [40, 0, 1, "-", "ANSIBLE_NSENTER_PID"], [39, 0, 1, "-", "DOCKER_API_VERSION"], [39, 0, 1, "-", "DOCKER_CERT_PATH"], [39, 0, 1, "-", "DOCKER_HOST"], [39, 0, 1, "-", "DOCKER_SSL_VERSION"], [39, 0, 1, "-", "DOCKER_TIMEOUT"], [39, 0, 1, "-", "DOCKER_TLS"], [39, 0, 1, "-", "DOCKER_TLS_HOSTNAME"], [39, 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, 35, 36, 37, 38, 41, 42], "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, 36, 37, 38, 39, 41, 42], "current_container_fact": 0, "modul": [0, 2, 3, 4, 6, 7, 8, 9, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 34, 35, 36, 37, 38, 39, 41], "return": [0, 2, 3, 4, 6, 7, 8, 9, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 34, 35, 36, 37, 38], "fact": [0, 8, 11, 22, 24, 32, 37], "about": [0, 8, 11, 22, 24, 32, 35, 37], "whether": 0, "run": [0, 1, 5, 42], "contain": [0, 1, 2, 3, 5, 6, 7, 8, 9, 10, 39, 42], "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, 35, 36, 37, 38, 42], "attribut": [0, 2, 3, 4, 6, 7, 8, 9, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 34, 35, 36, 37, 38], "exampl": [0, 2, 3, 4, 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], "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, 35, 36, 37, 38, 42], "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, 35, 36, 37, 38, 40, 42], "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, 36, 37, 38, 42], "docker_api": 1, "connect": [1, 5, 39, 41, 42], "task": [1, 5, 31], "requir": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 30, 32, 33, 34, 35, 36, 37, 38, 39], "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, 25, 26, 27, 28, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 42], "note": [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 34, 35, 36, 37, 38, 42], "docker_compos": 2, "manag": [2, 3, 4, 9, 15, 23, 24, 25, 26, 28, 34, 35, 38, 39], "multi": [2, 3], "applic": [2, 3], "compos": [2, 3, 39], "v1": [2, 39], "see": [2, 3, 12, 14, 15, 16, 17, 18, 19, 29], "also": [2, 3, 12, 14, 15, 16, 17, 18, 19, 29], "valu": [2, 3, 4, 6, 7, 8, 9, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 34, 35, 36, 37, 38], "docker_compose_v2": 3, "cli": 3, "plugin": [3, 10, 26, 33, 41], "docker_config": 4, "config": 4, "docker_container_copy_into": 6, "copi": 6, "file": 6, "docker_container_exec": 7, "execut": [7, 42], "command": 7, "docker_container_info": 8, "retriev": [8, 11, 22, 24, 32, 35, 37], "docker_contain": [9, 10], "inventori": [10, 21, 33, 41], "ansibl": [10, 33], "dynam": [10, 33], "docker_host_info": 11, "host": [11, 42], "list": 11, "object": [11, 27], "servic": [11, 35, 36, 39], "docker_image_build": 12, "build": 12, "imag": [12, 13, 14, 15, 16, 17, 18, 19, 39], "us": 12, "buildx": 12, "docker_image_info": 13, "inspect": 13, "docker_image_load": 14, "load": 14, "": 14, "from": [14, 16, 24, 35], "archiv": 14, "docker_imag": 15, "docker_image_pul": 16, "pull": 16, "registri": [16, 17, 20], "docker_image_push": 17, "push": 17, "docker_image_remov": 18, "remov": 18, "docker_image_tag": 19, "tag": 19, "new": 19, "name": 19, "docker_login": 20, "log": 20, "docker_machin": 21, "machin": [21, 39], "sourc": 21, "docker_network_info": 22, "network": [22, 23, 39], "docker_network": 23, "docker_node_info": 24, "swarm": [24, 25, 32, 33, 34, 35, 36, 39], "node": [24, 25, 33], "docker_nod": 25, "docker_plugin": 26, "docker_prun": 27, "allow": 27, "prune": 27, "variou": 27, "docker_secret": 28, "secret": 28, "docker_stack_info": 29, "inform": [29, 31, 35], "all": [29, 40], "stack": [29, 30, 31, 39], "docker_stack": 30, "docker_stack_task_info": 31, "docker_swarm_info": 32, "cluster": [32, 34], "docker_swarm": [33, 34], "docker_swarm_service_info": 35, "docker_swarm_servic": 36, "docker_volume_info": 37, "volum": [37, 38, 39], "docker_volum": 38, "guid": [39, 41], "api": 39, "default": 39, "group": 39, "environ": [39, 40], "variabl": [39, 40], "plain": 39, "daemon": 39, "v2": 39, "configur": 39, "index": [40, 41], "descript": 41, "scenario": 41, "nsenter": 42, "control": 42}, "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"], [35, "synopsis"], [36, "synopsis"], [37, "synopsis"], [38, "synopsis"], [42, "synopsis"]], "Attributes": [[0, "attributes"], [2, "attributes"], [3, "attributes"], [4, "attributes"], [6, "attributes"], [7, "attributes"], [8, "attributes"], [9, "attributes"], [11, "attributes"], [12, "attributes"], [13, "attributes"], [14, "attributes"], [15, "attributes"], [16, "attributes"], [17, "attributes"], [18, "attributes"], [19, "attributes"], [20, "attributes"], [22, "attributes"], [23, "attributes"], [24, "attributes"], [25, "attributes"], [26, "attributes"], [27, "attributes"], [28, "attributes"], [29, "attributes"], [30, "attributes"], [31, "attributes"], [32, "attributes"], [34, "attributes"], [35, "attributes"], [36, "attributes"], [37, "attributes"], [38, "attributes"]], "Examples": [[0, "examples"], [2, "examples"], [3, "examples"], [4, "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"], [35, "examples"], [36, "examples"], [37, "examples"], [38, "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"], [35, "authors"], [36, "authors"], [37, "authors"], [38, "authors"], [42, "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"], [35, "collection-links"], [36, "collection-links"], [37, "collection-links"], [38, "collection-links"], [42, "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"], [4, "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"], [25, "requirements"], [26, "requirements"], [27, "requirements"], [28, "requirements"], [30, "requirements"], [32, "requirements"], [33, "requirements"], [34, "requirements"], [35, "requirements"], [36, "requirements"], [37, "requirements"], [38, "requirements"], [39, "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"], [25, "parameters"], [26, "parameters"], [27, "parameters"], [28, "parameters"], [30, "parameters"], [31, "parameters"], [32, "parameters"], [33, "parameters"], [34, "parameters"], [35, "parameters"], [36, "parameters"], [37, "parameters"], [38, "parameters"], [39, "parameters"], [42, "parameters"]], "Notes": [[1, "notes"], [2, "notes"], [3, "notes"], [4, "notes"], [6, "notes"], [7, "notes"], [8, "notes"], [9, "notes"], [10, "notes"], [11, "notes"], [12, "notes"], [13, "notes"], [14, "notes"], [15, "notes"], [16, "notes"], [17, "notes"], [18, "notes"], [19, "notes"], [20, "notes"], [22, "notes"], [23, "notes"], [24, "notes"], [25, "notes"], [26, "notes"], [27, "notes"], [28, "notes"], [32, "notes"], [34, "notes"], [35, "notes"], [36, "notes"], [37, "notes"], [38, "notes"], [42, "notes"]], "community.docker.docker_compose module \u2013 Manage multi-container Docker applications with Docker Compose V1": [[2, "community-docker-docker-compose-module-manage-multi-container-docker-applications-with-docker-compose-v1"]], "See Also": [[2, "see-also"], [3, "see-also"], [12, "see-also"], [14, "see-also"], [15, "see-also"], [16, "see-also"], [17, "see-also"], [18, "see-also"], [19, "see-also"], [29, "see-also"]], "Return Values": [[2, "return-values"], [3, "return-values"], [4, "return-values"], [6, "return-values"], [7, "return-values"], [8, "return-values"], [9, "return-values"], [11, "return-values"], [12, "return-values"], [13, "return-values"], [14, "return-values"], [15, "return-values"], [16, "return-values"], [17, "return-values"], [18, "return-values"], [19, "return-values"], [20, "return-values"], [22, "return-values"], [23, "return-values"], [24, "return-values"], [25, "return-values"], [26, "return-values"], [27, "return-values"], [28, "return-values"], [29, "return-values"], [30, "return-values"], [31, "return-values"], [32, "return-values"], [34, "return-values"], [35, "return-values"], [36, "return-values"], [37, "return-values"], [38, "return-values"]], "community.docker.docker_compose_v2 module \u2013 Manage multi-container Docker applications with Docker Compose CLI plugin": [[3, "community-docker-docker-compose-v2-module-manage-multi-container-docker-applications-with-docker-compose-cli-plugin"]], "community.docker.docker_config module \u2013 Manage docker configs.": [[4, "community-docker-docker-config-module-manage-docker-configs"]], "community.docker.docker connection \u2013 Run tasks in docker containers": [[5, "community-docker-docker-connection-run-tasks-in-docker-containers"]], "community.docker.docker_container_copy_into module \u2013 Copy a file into a Docker container": [[6, "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": [[7, "community-docker-docker-container-exec-module-execute-command-in-a-docker-container"]], "community.docker.docker_container_info module \u2013 Retrieves facts about docker container": [[8, "community-docker-docker-container-info-module-retrieves-facts-about-docker-container"]], "community.docker.docker_container module \u2013 manage Docker containers": [[9, "community-docker-docker-container-module-manage-docker-containers"]], "community.docker.docker_containers inventory \u2013 Ansible dynamic inventory plugin for Docker containers": [[10, "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.": [[11, "community-docker-docker-host-info-module-retrieves-facts-about-docker-host-and-lists-of-objects-of-the-services"]], "community.docker.docker_image_build module \u2013 Build Docker images using Docker buildx": [[12, "community-docker-docker-image-build-module-build-docker-images-using-docker-buildx"]], "community.docker.docker_image_info module \u2013 Inspect docker images": [[13, "community-docker-docker-image-info-module-inspect-docker-images"]], "community.docker.docker_image_load module \u2013 Load docker image(s) from archives": [[14, "community-docker-docker-image-load-module-load-docker-image-s-from-archives"]], "community.docker.docker_image module \u2013 Manage docker images": [[15, "community-docker-docker-image-module-manage-docker-images"]], "community.docker.docker_image_pull module \u2013 Pull Docker images from registries": [[16, "community-docker-docker-image-pull-module-pull-docker-images-from-registries"]], "community.docker.docker_image_push module \u2013 Push Docker images to registries": [[17, "community-docker-docker-image-push-module-push-docker-images-to-registries"]], "community.docker.docker_image_remove module \u2013 Remove Docker images": [[18, "community-docker-docker-image-remove-module-remove-docker-images"]], "community.docker.docker_image_tag module \u2013 Tag Docker images with new names and/or tags": [[19, "community-docker-docker-image-tag-module-tag-docker-images-with-new-names-and-or-tags"]], "community.docker.docker_login module \u2013 Log into a Docker registry.": [[20, "community-docker-docker-login-module-log-into-a-docker-registry"]], "community.docker.docker_machine inventory \u2013 Docker Machine inventory source": [[21, "community-docker-docker-machine-inventory-docker-machine-inventory-source"]], "community.docker.docker_network_info module \u2013 Retrieves facts about docker network": [[22, "community-docker-docker-network-info-module-retrieves-facts-about-docker-network"]], "community.docker.docker_network module \u2013 Manage Docker networks": [[23, "community-docker-docker-network-module-manage-docker-networks"]], "community.docker.docker_node_info module \u2013 Retrieves facts about docker swarm node from Swarm Manager": [[24, "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": [[25, "community-docker-docker-node-module-manage-docker-swarm-node"]], "community.docker.docker_plugin module \u2013 Manage Docker plugins": [[26, "community-docker-docker-plugin-module-manage-docker-plugins"]], "community.docker.docker_prune module \u2013 Allows to prune various docker objects": [[27, "community-docker-docker-prune-module-allows-to-prune-various-docker-objects"]], "community.docker.docker_secret module \u2013 Manage docker secrets.": [[28, "community-docker-docker-secret-module-manage-docker-secrets"]], "community.docker.docker_stack_info module \u2013 Return information on all docker stacks": [[29, "community-docker-docker-stack-info-module-return-information-on-all-docker-stacks"]], "community.docker.docker_stack module \u2013 docker stack module": [[30, "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": [[31, "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.": [[32, "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.": [[33, "community-docker-docker-swarm-inventory-ansible-dynamic-inventory-plugin-for-docker-swarm-nodes"]], "community.docker.docker_swarm module \u2013 Manage Swarm cluster": [[34, "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": [[35, "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": [[36, "community-docker-docker-swarm-service-module-docker-swarm-service"]], "community.docker.docker_volume_info module \u2013 Retrieve facts about Docker volumes": [[37, "community-docker-docker-volume-info-module-retrieve-facts-about-docker-volumes"]], "community.docker.docker_volume module \u2013 Manage Docker volumes": [[38, "community-docker-docker-volume-module-manage-docker-volumes"]], "Docker Guide": [[39, "docker-guide"]], "Connecting to the Docker API": [[39, "connecting-to-the-docker-api"]], "Module default group": [[39, "module-default-group"]], "Environment variables": [[39, "environment-variables"]], "Plain Docker daemon: images, networks, volumes, and containers": [[39, "plain-docker-daemon-images-networks-volumes-and-containers"]], "Docker Compose": [[39, "docker-compose"]], "Docker Compose v2": [[39, "docker-compose-v2"]], "Docker Compose v1": [[39, "docker-compose-v1"]], "Docker Machine": [[39, "docker-machine"]], "Docker Swarm stack": [[39, "docker-swarm-stack"]], "Docker Swarm": [[39, "docker-swarm"]], "Swarm management": [[39, "swarm-management"]], "Configuration management": [[39, "configuration-management"]], "Swarm services": [[39, "swarm-services"]], "Index of all Collection Environment Variables": [[40, "index-of-all-collection-environment-variables"]], "Community.Docker": [[41, "community-docker"]], "Description": [[41, "description"]], "Communication": [[41, "communication"]], "Scenario Guide": [[41, "scenario-guide"]], "Plugin Index": [[41, "plugin-index"]], "Modules": [[41, "modules"]], "Connection Plugins": [[41, "connection-plugins"]], "Inventory Plugins": [[41, "inventory-plugins"]], "community.docker.nsenter connection \u2013 execute on host running controller container": [[42, "community-docker-nsenter-connection-execute-on-host-running-controller-container"]]}, "indexentries": {"ansible_docker_timeout": [[1, "index-1"], [5, "index-1"], [40, "envvar-ANSIBLE_DOCKER_TIMEOUT"]], "ansible_remote_user": [[1, "index-2"], [5, "index-2"]], "ansible_timeout": [[1, "index-0"], [5, "index-0"]], "environment variable": [[1, "index-0"], [1, "index-1"], [1, "index-2"], [5, "index-0"], [5, "index-1"], [5, "index-2"], [10, "index-0"], [21, "index-0"], [33, "index-0"], [39, "envvar-DOCKER_API_VERSION"], [39, "envvar-DOCKER_CERT_PATH"], [39, "envvar-DOCKER_HOST"], [39, "envvar-DOCKER_SSL_VERSION"], [39, "envvar-DOCKER_TIMEOUT"], [39, "envvar-DOCKER_TLS"], [39, "envvar-DOCKER_TLS_HOSTNAME"], [39, "envvar-DOCKER_TLS_VERIFY"], [40, "envvar-ANSIBLE_DOCKER_TIMEOUT"], [40, "envvar-ANSIBLE_INVENTORY_USE_EXTRA_VARS"], [40, "envvar-ANSIBLE_NSENTER_PID"], [42, "index-0"]], "ansible_inventory_use_extra_vars": [[10, "index-0"], [21, "index-0"], [33, "index-0"], [40, "envvar-ANSIBLE_INVENTORY_USE_EXTRA_VARS"]], "docker_api_version": [[39, "envvar-DOCKER_API_VERSION"]], "docker_cert_path": [[39, "envvar-DOCKER_CERT_PATH"]], "docker_host": [[39, "envvar-DOCKER_HOST"]], "docker_ssl_version": [[39, "envvar-DOCKER_SSL_VERSION"]], "docker_timeout": [[39, "envvar-DOCKER_TIMEOUT"]], "docker_tls": [[39, "envvar-DOCKER_TLS"]], "docker_tls_hostname": [[39, "envvar-DOCKER_TLS_HOSTNAME"]], "docker_tls_verify": [[39, "envvar-DOCKER_TLS_VERIFY"]], "ansible_nsenter_pid": [[40, "envvar-ANSIBLE_NSENTER_PID"], [42, "index-0"]]}}) \ No newline at end of file