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.

    -