From 839765239c4b1fb9a563c0050b55acc308e1297f Mon Sep 17 00:00:00 2001 From: felixfontein Date: Sat, 19 Jul 2025 09:08:07 +0000 Subject: [PATCH] deploy: 8b551592798e1be269c86ac86de783c07e44ec46 --- .../main/current_container_facts_module.html | 2 +- branch/main/docker_api_connection.html | 19 +++++++++++-------- branch/main/docker_compose_module.html | 2 +- .../main/docker_compose_v2_exec_module.html | 2 +- branch/main/docker_compose_v2_module.html | 2 +- .../main/docker_compose_v2_pull_module.html | 2 +- branch/main/docker_compose_v2_run_module.html | 2 +- branch/main/docker_config_module.html | 2 +- branch/main/docker_connection.html | 19 +++++++++++-------- .../docker_container_copy_into_module.html | 2 +- branch/main/docker_container_exec_module.html | 2 +- branch/main/docker_container_info_module.html | 2 +- branch/main/docker_container_module.html | 2 +- branch/main/docker_containers_inventory.html | 13 ++++++++----- branch/main/docker_context_info_module.html | 2 +- branch/main/docker_host_info_module.html | 2 +- branch/main/docker_image_build_module.html | 2 +- branch/main/docker_image_export_module.html | 2 +- branch/main/docker_image_info_module.html | 2 +- branch/main/docker_image_load_module.html | 2 +- branch/main/docker_image_module.html | 2 +- branch/main/docker_image_pull_module.html | 2 +- branch/main/docker_image_push_module.html | 2 +- branch/main/docker_image_remove_module.html | 2 +- branch/main/docker_image_tag_module.html | 2 +- branch/main/docker_login_module.html | 2 +- branch/main/docker_machine_inventory.html | 13 ++++++++----- branch/main/docker_network_info_module.html | 2 +- branch/main/docker_network_module.html | 2 +- branch/main/docker_node_info_module.html | 2 +- branch/main/docker_node_module.html | 2 +- branch/main/docker_plugin_module.html | 2 +- branch/main/docker_prune_module.html | 2 +- branch/main/docker_secret_module.html | 2 +- branch/main/docker_stack_info_module.html | 2 +- branch/main/docker_stack_module.html | 2 +- .../main/docker_stack_task_info_module.html | 2 +- branch/main/docker_swarm_info_module.html | 2 +- branch/main/docker_swarm_inventory.html | 13 ++++++++----- branch/main/docker_swarm_module.html | 2 +- .../docker_swarm_service_info_module.html | 2 +- branch/main/docker_swarm_service_module.html | 2 +- branch/main/docker_volume_info_module.html | 2 +- branch/main/docker_volume_module.html | 2 +- branch/main/environment_variables.html | 2 +- branch/main/index.html | 2 +- branch/main/nsenter_connection.html | 13 ++++++++----- branch/main/searchindex.js | 2 +- 48 files changed, 96 insertions(+), 78 deletions(-) diff --git a/branch/main/current_container_facts_module.html b/branch/main/current_container_facts_module.html index 16f13260..c40d4583 100644 --- a/branch/main/current_container_facts_module.html +++ b/branch/main/current_container_facts_module.html @@ -4,7 +4,7 @@ - + community.docker.current_container_facts module – Return facts about whether the module runs in a container — Community.Docker Collection documentation diff --git a/branch/main/docker_api_connection.html b/branch/main/docker_api_connection.html index 8309e828..89876cc4 100644 --- a/branch/main/docker_api_connection.html +++ b/branch/main/docker_api_connection.html @@ -4,7 +4,7 @@ - + community.docker.docker_api connection – Run tasks in docker containers — Community.Docker Collection documentation @@ -305,10 +305,10 @@ see ANSIBLE_DOCKER_TIMEOUT

added in community.docker 2.2.0

+
  • CLI argument: –timeout

  • Variable: ansible_docker_timeout

    added in community.docker 2.2.0

  • -
  • CLI argument: –timeout

  • @@ -405,10 +405,10 @@ see ANSIBLE_REMOTE_USER

    +
  • CLI argument: –user

  • +
  • Keyword: remote_user

  • Variable: ansible_user

  • Variable: ansible_docker_user

  • -
  • Keyword: remote_user

  • -
  • CLI argument: –user

  • @@ -509,6 +509,13 @@ see +

    Note

    +

    Configuration entries listed above for each entry type (Ansible variable, environment variable, and so on) have a low to high priority order. +For example, a variable that is lower in the list will override a variable that is higher up. +The entry types are also ordered by precedence from low to high priority order. +For example, an ansible.cfg entry (further up in the list) is overwritten by an Ansible variable (further down in the list).

    +

    Notes

    @@ -525,10 +532,6 @@ see
  • Felix Fontein (@felixfontein)

  • -
    -

    Hint

    -

    Configuration entries for each entry type have a low to high priority order. For example, a variable that is lower in the list will override a variable that is higher up.

    -