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