diff --git a/pr/586/current_container_facts_module.html b/pr/586/current_container_facts_module.html index bb968c8a..9427d578 100644 --- a/pr/586/current_container_facts_module.html +++ b/pr/586/current_container_facts_module.html @@ -160,7 +160,7 @@

community.docker.current_container_facts module – Return facts about whether the module runs in a container

Note

-

This module is part of the community.docker collection (version 3.4.1).

+

This module is part of the community.docker collection (version 3.5.0).

To install it, use: ansible-galaxy collection install community.docker.

To use it in a playbook, specify: community.docker.current_container_facts.

diff --git a/pr/586/docker_api_connection.html b/pr/586/docker_api_connection.html index 92e69939..fd4f941c 100644 --- a/pr/586/docker_api_connection.html +++ b/pr/586/docker_api_connection.html @@ -160,7 +160,7 @@

community.docker.docker_api connection – Run tasks in docker containers

Note

-

This connection plugin is part of the community.docker collection (version 3.4.1).

+

This connection plugin is part of the community.docker collection (version 3.5.0).

To install it, use: ansible-galaxy collection install community.docker. You need further requirements to be able to use this connection plugin, see Requirements for details.

diff --git a/pr/586/docker_compose_module.html b/pr/586/docker_compose_module.html index 40b95b1c..0e0e1844 100644 --- a/pr/586/docker_compose_module.html +++ b/pr/586/docker_compose_module.html @@ -163,7 +163,7 @@

community.docker.docker_compose module – Manage multi-container Docker applications with Docker Compose.

Note

-

This module is part of the community.docker collection (version 3.4.1).

+

This module is part of the community.docker collection (version 3.5.0).

To install it, use: ansible-galaxy collection install community.docker. You need further requirements to be able to use this module, see Requirements for details.

diff --git a/pr/586/docker_compose_v2_module.html b/pr/586/docker_compose_v2_module.html index 661baa7f..3bb472b9 100644 --- a/pr/586/docker_compose_v2_module.html +++ b/pr/586/docker_compose_v2_module.html @@ -162,7 +162,7 @@

community.docker.docker_compose_v2 module – Manage multi-container Docker applications with Docker Compose.

Note

-

This module is part of the community.docker collection (version 3.4.1).

+

This module is part of the community.docker collection (version 3.5.0).

To install it, use: ansible-galaxy collection install community.docker. You need further requirements to be able to use this module, see Requirements for details.

@@ -192,6 +192,7 @@ see
  • docker-compose >= 2.0.0

  • +
  • PyYAML

  • @@ -594,56 +595,36 @@ see

    containers

    -

    complex

    +

    dictionary

    -

    A dictionary mapping the various status of containers during docker-compose operation.

    +

    A dictionary mapping containers to the various status they went through during docker-compose operation.

    +

    A dict of lists, where dict keys are containers names and lists elements are statuses.

    Returned: always, unless when docker-compose was not given the chance to run

    +

    Sample: {"container_1": ["stopped", "removed"], "container_2": ["running"]}

    -
    -

    container_name

    -

    list / elements=string

    -
    -

    Name of the container.

    -

    Returned: always, unless when docker-compose was not given the chance to run

    -

    Sample: ["stopped", "removed"]

    -
    - -
    +

    images

    -

    complex

    +

    dictionary

    -

    A dictionary mapping the various status of volumes during docker-compose operation.

    +

    A dictionary mapping images to the various status they went through during docker-compose operation.

    +

    A dict of lists, where dict keys are services names and lists elements are statuses.

    +

    docker-compose does not report images by their names, but by the name of the service which require them.

    Returned: always, unless when docker-compose was not given the chance to run

    -
    - -
    -

    image_name

    -

    list / elements=string

    -
    -

    Name of the image.

    -

    Returned: always, unless when docker-compose was not given the chance to run

    -

    Sample: ["removed"]

    +

    Sample: {"service_1": ["pulled"], "service_2": ["pulled"]}

    networks

    -

    complex

    +

    dictionary

    -

    A dictionary mapping the various status of networks during docker-compose operation.

    +

    A dictionary mapping networks to the various status they went through during docker-compose operation.

    +

    A dict of lists, where dict keys are networks names and lists elements are statuses.

    Returned: always, unless when docker-compose was not given the chance to run

    +

    Sample: {"network1": ["created"], "network2": ["removed"]}

    -
    -

    image_name

    -

    list / elements=string

    -
    -

    Name of the image.

    -

    Returned: always, unless when docker-compose was not given the chance to run

    -

    Sample: ["created"]

    -
    - - - -
    +

    volumes

    -

    complex

    +

    dictionary

    -

    A dictionary mapping the various status of volumes during docker-compose operation.

    +

    A dictionary mapping volumes to the various status they went through during docker-compose operation.

    +

    A dict of lists, where dict keys are volumes names and lists elements are statuses.

    Returned: always, unless when docker-compose was not given the chance to run

    -
    - -
    -

    volume_name

    -

    list / elements=string

    -
    -

    Name of the volume.

    -

    Returned: always, unless when docker-compose was not given the chance to run

    -

    Sample: ["created"]

    +

    Sample: {"volume_1": ["created"], "volume_2": ["removed"]}

    diff --git a/pr/586/docker_config_module.html b/pr/586/docker_config_module.html index 916daba6..0ac7e37c 100644 --- a/pr/586/docker_config_module.html +++ b/pr/586/docker_config_module.html @@ -163,7 +163,7 @@

    community.docker.docker_config module – Manage docker configs.

    Note

    -

    This module is part of the community.docker collection (version 3.4.1).

    +

    This module is part of the community.docker collection (version 3.5.0).

    To install it, use: ansible-galaxy collection install community.docker. You need further requirements to be able to use this module, see Requirements for details.

    diff --git a/pr/586/docker_connection.html b/pr/586/docker_connection.html index 407ee057..8a86d9bb 100644 --- a/pr/586/docker_connection.html +++ b/pr/586/docker_connection.html @@ -158,7 +158,7 @@

    community.docker.docker connection – Run tasks in docker containers

    Note

    -

    This connection plugin is part of the community.docker collection (version 3.4.1).

    +

    This connection plugin is part of the community.docker collection (version 3.5.0).

    To install it, use: ansible-galaxy collection install community.docker.

    To use it in a playbook, specify: community.docker.docker.

    diff --git a/pr/586/docker_container_copy_into_module.html b/pr/586/docker_container_copy_into_module.html index 312babdb..cf0631fb 100644 --- a/pr/586/docker_container_copy_into_module.html +++ b/pr/586/docker_container_copy_into_module.html @@ -163,7 +163,7 @@

    community.docker.docker_container_copy_into module – Copy a file into a Docker container

    Note

    -

    This module is part of the community.docker collection (version 3.4.1).

    +

    This module is part of the community.docker collection (version 3.5.0).

    To install it, use: ansible-galaxy collection install community.docker. You need further requirements to be able to use this module, see Requirements for details.

    diff --git a/pr/586/docker_container_exec_module.html b/pr/586/docker_container_exec_module.html index 407df731..8f516674 100644 --- a/pr/586/docker_container_exec_module.html +++ b/pr/586/docker_container_exec_module.html @@ -163,7 +163,7 @@

    community.docker.docker_container_exec module – Execute command in a docker container

    Note

    -

    This module is part of the community.docker collection (version 3.4.1).

    +

    This module is part of the community.docker collection (version 3.5.0).

    To install it, use: ansible-galaxy collection install community.docker. You need further requirements to be able to use this module, see Requirements for details.

    diff --git a/pr/586/docker_container_info_module.html b/pr/586/docker_container_info_module.html index 9f9a0ede..72dcb7ac 100644 --- a/pr/586/docker_container_info_module.html +++ b/pr/586/docker_container_info_module.html @@ -163,7 +163,7 @@

    community.docker.docker_container_info module – Retrieves facts about docker container

    Note

    -

    This module is part of the community.docker collection (version 3.4.1).

    +

    This module is part of the community.docker collection (version 3.5.0).

    To install it, use: ansible-galaxy collection install community.docker. You need further requirements to be able to use this module, see Requirements for details.

    diff --git a/pr/586/docker_container_module.html b/pr/586/docker_container_module.html index 2ac3a52b..b28dc94b 100644 --- a/pr/586/docker_container_module.html +++ b/pr/586/docker_container_module.html @@ -163,7 +163,7 @@

    community.docker.docker_container module – manage Docker containers

    Note

    -

    This module is part of the community.docker collection (version 3.4.1).

    +

    This module is part of the community.docker collection (version 3.5.0).

    To install it, use: ansible-galaxy collection install community.docker. You need further requirements to be able to use this module, see Requirements for details.

    diff --git a/pr/586/docker_containers_inventory.html b/pr/586/docker_containers_inventory.html index 136ac068..ee610a43 100644 --- a/pr/586/docker_containers_inventory.html +++ b/pr/586/docker_containers_inventory.html @@ -161,7 +161,7 @@

    community.docker.docker_containers inventory – Ansible dynamic inventory plugin for Docker containers

    Note

    -

    This inventory plugin is part of the community.docker collection (version 3.4.1).

    +

    This inventory plugin is part of the community.docker collection (version 3.5.0).

    To install it, use: ansible-galaxy collection install community.docker. You need further requirements to be able to use this inventory plugin, see Requirements for details.

    diff --git a/pr/586/docker_host_info_module.html b/pr/586/docker_host_info_module.html index 41592815..a6b44111 100644 --- a/pr/586/docker_host_info_module.html +++ b/pr/586/docker_host_info_module.html @@ -163,7 +163,7 @@

    community.docker.docker_host_info module – Retrieves facts about docker host and lists of objects of the services.

    Note

    -

    This module is part of the community.docker collection (version 3.4.1).

    +

    This module is part of the community.docker collection (version 3.5.0).

    To install it, use: ansible-galaxy collection install community.docker. You need further requirements to be able to use this module, see Requirements for details.

    diff --git a/pr/586/docker_image_info_module.html b/pr/586/docker_image_info_module.html index 98d57081..cbd8d010 100644 --- a/pr/586/docker_image_info_module.html +++ b/pr/586/docker_image_info_module.html @@ -163,7 +163,7 @@

    community.docker.docker_image_info module – Inspect docker images

    Note

    -

    This module is part of the community.docker collection (version 3.4.1).

    +

    This module is part of the community.docker collection (version 3.5.0).

    To install it, use: ansible-galaxy collection install community.docker. You need further requirements to be able to use this module, see Requirements for details.

    diff --git a/pr/586/docker_image_load_module.html b/pr/586/docker_image_load_module.html index a99c7b6a..69f7fffd 100644 --- a/pr/586/docker_image_load_module.html +++ b/pr/586/docker_image_load_module.html @@ -163,7 +163,7 @@

    community.docker.docker_image_load module – Load docker image(s) from archives

    Note

    -

    This module is part of the community.docker collection (version 3.4.1).

    +

    This module is part of the community.docker collection (version 3.5.0).

    To install it, use: ansible-galaxy collection install community.docker. You need further requirements to be able to use this module, see Requirements for details.

    diff --git a/pr/586/docker_image_module.html b/pr/586/docker_image_module.html index 7d7c3a5a..22b0847a 100644 --- a/pr/586/docker_image_module.html +++ b/pr/586/docker_image_module.html @@ -163,7 +163,7 @@

    community.docker.docker_image module – Manage docker images

    Note

    -

    This module is part of the community.docker collection (version 3.4.1).

    +

    This module is part of the community.docker collection (version 3.5.0).

    To install it, use: ansible-galaxy collection install community.docker. You need further requirements to be able to use this module, see Requirements for details.

    diff --git a/pr/586/docker_login_module.html b/pr/586/docker_login_module.html index c793fac4..9f6db948 100644 --- a/pr/586/docker_login_module.html +++ b/pr/586/docker_login_module.html @@ -163,7 +163,7 @@

    community.docker.docker_login module – Log into a Docker registry.

    Note

    -

    This module is part of the community.docker collection (version 3.4.1).

    +

    This module is part of the community.docker collection (version 3.5.0).

    To install it, use: ansible-galaxy collection install community.docker. You need further requirements to be able to use this module, see Requirements for details.

    diff --git a/pr/586/docker_machine_inventory.html b/pr/586/docker_machine_inventory.html index 5e37d671..80bac697 100644 --- a/pr/586/docker_machine_inventory.html +++ b/pr/586/docker_machine_inventory.html @@ -160,7 +160,7 @@

    community.docker.docker_machine inventory – Docker Machine inventory source

    Note

    -

    This inventory plugin is part of the community.docker collection (version 3.4.1).

    +

    This inventory plugin is part of the community.docker collection (version 3.5.0).

    To install it, use: ansible-galaxy collection install community.docker. You need further requirements to be able to use this inventory plugin, see Requirements for details.

    diff --git a/pr/586/docker_network_info_module.html b/pr/586/docker_network_info_module.html index e385a54d..08a4550e 100644 --- a/pr/586/docker_network_info_module.html +++ b/pr/586/docker_network_info_module.html @@ -163,7 +163,7 @@

    community.docker.docker_network_info module – Retrieves facts about docker network

    Note

    -

    This module is part of the community.docker collection (version 3.4.1).

    +

    This module is part of the community.docker collection (version 3.5.0).

    To install it, use: ansible-galaxy collection install community.docker. You need further requirements to be able to use this module, see Requirements for details.

    diff --git a/pr/586/docker_network_module.html b/pr/586/docker_network_module.html index 02259bd9..26a6a0e4 100644 --- a/pr/586/docker_network_module.html +++ b/pr/586/docker_network_module.html @@ -163,7 +163,7 @@

    community.docker.docker_network module – Manage Docker networks

    Note

    -

    This module is part of the community.docker collection (version 3.4.1).

    +

    This module is part of the community.docker collection (version 3.5.0).

    To install it, use: ansible-galaxy collection install community.docker. You need further requirements to be able to use this module, see Requirements for details.

    diff --git a/pr/586/docker_node_info_module.html b/pr/586/docker_node_info_module.html index ee1006a9..010f3fdb 100644 --- a/pr/586/docker_node_info_module.html +++ b/pr/586/docker_node_info_module.html @@ -163,7 +163,7 @@

    community.docker.docker_node_info module – Retrieves facts about docker swarm node from Swarm Manager

    Note

    -

    This module is part of the community.docker collection (version 3.4.1).

    +

    This module is part of the community.docker collection (version 3.5.0).

    To install it, use: ansible-galaxy collection install community.docker. You need further requirements to be able to use this module, see Requirements for details.

    diff --git a/pr/586/docker_node_module.html b/pr/586/docker_node_module.html index 99e92ccc..78264447 100644 --- a/pr/586/docker_node_module.html +++ b/pr/586/docker_node_module.html @@ -163,7 +163,7 @@

    community.docker.docker_node module – Manage Docker Swarm node

    Note

    -

    This module is part of the community.docker collection (version 3.4.1).

    +

    This module is part of the community.docker collection (version 3.5.0).

    To install it, use: ansible-galaxy collection install community.docker. You need further requirements to be able to use this module, see Requirements for details.

    diff --git a/pr/586/docker_plugin_module.html b/pr/586/docker_plugin_module.html index 7b5d8c0d..a5a7baaf 100644 --- a/pr/586/docker_plugin_module.html +++ b/pr/586/docker_plugin_module.html @@ -163,7 +163,7 @@

    community.docker.docker_plugin module – Manage Docker plugins

    Note

    -

    This module is part of the community.docker collection (version 3.4.1).

    +

    This module is part of the community.docker collection (version 3.5.0).

    To install it, use: ansible-galaxy collection install community.docker. You need further requirements to be able to use this module, see Requirements for details.

    diff --git a/pr/586/docker_prune_module.html b/pr/586/docker_prune_module.html index 38dd1640..1e30b655 100644 --- a/pr/586/docker_prune_module.html +++ b/pr/586/docker_prune_module.html @@ -163,7 +163,7 @@

    community.docker.docker_prune module – Allows to prune various docker objects

    Note

    -

    This module is part of the community.docker collection (version 3.4.1).

    +

    This module is part of the community.docker collection (version 3.5.0).

    To install it, use: ansible-galaxy collection install community.docker. You need further requirements to be able to use this module, see Requirements for details.

    diff --git a/pr/586/docker_secret_module.html b/pr/586/docker_secret_module.html index ad0af651..262d99f6 100644 --- a/pr/586/docker_secret_module.html +++ b/pr/586/docker_secret_module.html @@ -163,7 +163,7 @@

    community.docker.docker_secret module – Manage docker secrets.

    Note

    -

    This module is part of the community.docker collection (version 3.4.1).

    +

    This module is part of the community.docker collection (version 3.5.0).

    To install it, use: ansible-galaxy collection install community.docker. You need further requirements to be able to use this module, see Requirements for details.

    diff --git a/pr/586/docker_stack_info_module.html b/pr/586/docker_stack_info_module.html index 74f5cb86..b59e6800 100644 --- a/pr/586/docker_stack_info_module.html +++ b/pr/586/docker_stack_info_module.html @@ -160,7 +160,7 @@

    community.docker.docker_stack_info module – Return information on a docker stack

    Note

    -

    This module is part of the community.docker collection (version 3.4.1).

    +

    This module is part of the community.docker collection (version 3.5.0).

    To install it, use: ansible-galaxy collection install community.docker.

    To use it in a playbook, specify: community.docker.docker_stack_info.

    diff --git a/pr/586/docker_stack_module.html b/pr/586/docker_stack_module.html index e5ffbaa8..ce293eea 100644 --- a/pr/586/docker_stack_module.html +++ b/pr/586/docker_stack_module.html @@ -162,7 +162,7 @@

    community.docker.docker_stack module – docker stack module

    Note

    -

    This module is part of the community.docker collection (version 3.4.1).

    +

    This module is part of the community.docker collection (version 3.5.0).

    To install it, use: ansible-galaxy collection install community.docker. You need further requirements to be able to use this module, see Requirements for details.

    diff --git a/pr/586/docker_stack_task_info_module.html b/pr/586/docker_stack_task_info_module.html index 8853ec3c..00b64e07 100644 --- a/pr/586/docker_stack_task_info_module.html +++ b/pr/586/docker_stack_task_info_module.html @@ -161,7 +161,7 @@

    community.docker.docker_stack_task_info module – Return information of the tasks on a docker stack

    Note

    -

    This module is part of the community.docker collection (version 3.4.1).

    +

    This module is part of the community.docker collection (version 3.5.0).

    To install it, use: ansible-galaxy collection install community.docker.

    To use it in a playbook, specify: community.docker.docker_stack_task_info.

    diff --git a/pr/586/docker_swarm_info_module.html b/pr/586/docker_swarm_info_module.html index 7189ac13..f24d24a9 100644 --- a/pr/586/docker_swarm_info_module.html +++ b/pr/586/docker_swarm_info_module.html @@ -163,7 +163,7 @@

    community.docker.docker_swarm_info module – Retrieves facts about Docker Swarm cluster.

    Note

    -

    This module is part of the community.docker collection (version 3.4.1).

    +

    This module is part of the community.docker collection (version 3.5.0).

    To install it, use: ansible-galaxy collection install community.docker. You need further requirements to be able to use this module, see Requirements for details.

    diff --git a/pr/586/docker_swarm_inventory.html b/pr/586/docker_swarm_inventory.html index d379c7d8..8173a36a 100644 --- a/pr/586/docker_swarm_inventory.html +++ b/pr/586/docker_swarm_inventory.html @@ -159,7 +159,7 @@

    community.docker.docker_swarm inventory – Ansible dynamic inventory plugin for Docker swarm nodes.

    Note

    -

    This inventory plugin is part of the community.docker collection (version 3.4.1).

    +

    This inventory plugin is part of the community.docker collection (version 3.5.0).

    To install it, use: ansible-galaxy collection install community.docker. You need further requirements to be able to use this inventory plugin, see Requirements for details.

    diff --git a/pr/586/docker_swarm_module.html b/pr/586/docker_swarm_module.html index 5270997d..fbab89a5 100644 --- a/pr/586/docker_swarm_module.html +++ b/pr/586/docker_swarm_module.html @@ -163,7 +163,7 @@

    community.docker.docker_swarm module – Manage Swarm cluster

    Note

    -

    This module is part of the community.docker collection (version 3.4.1).

    +

    This module is part of the community.docker collection (version 3.5.0).

    To install it, use: ansible-galaxy collection install community.docker. You need further requirements to be able to use this module, see Requirements for details.

    diff --git a/pr/586/docker_swarm_service_info_module.html b/pr/586/docker_swarm_service_info_module.html index 0cf71f61..1d03fe97 100644 --- a/pr/586/docker_swarm_service_info_module.html +++ b/pr/586/docker_swarm_service_info_module.html @@ -163,7 +163,7 @@

    community.docker.docker_swarm_service_info module – Retrieves information about docker services from a Swarm Manager

    Note

    -

    This module is part of the community.docker collection (version 3.4.1).

    +

    This module is part of the community.docker collection (version 3.5.0).

    To install it, use: ansible-galaxy collection install community.docker. You need further requirements to be able to use this module, see Requirements for details.

    diff --git a/pr/586/docker_swarm_service_module.html b/pr/586/docker_swarm_service_module.html index b146eb76..f2d1a0d8 100644 --- a/pr/586/docker_swarm_service_module.html +++ b/pr/586/docker_swarm_service_module.html @@ -163,7 +163,7 @@

    community.docker.docker_swarm_service module – docker swarm service

    Note

    -

    This module is part of the community.docker collection (version 3.4.1).

    +

    This module is part of the community.docker collection (version 3.5.0).

    To install it, use: ansible-galaxy collection install community.docker. You need further requirements to be able to use this module, see Requirements for details.

    diff --git a/pr/586/docker_volume_info_module.html b/pr/586/docker_volume_info_module.html index a959b04a..6e3df3ab 100644 --- a/pr/586/docker_volume_info_module.html +++ b/pr/586/docker_volume_info_module.html @@ -163,7 +163,7 @@

    community.docker.docker_volume_info module – Retrieve facts about Docker volumes

    Note

    -

    This module is part of the community.docker collection (version 3.4.1).

    +

    This module is part of the community.docker collection (version 3.5.0).

    To install it, use: ansible-galaxy collection install community.docker. You need further requirements to be able to use this module, see Requirements for details.

    diff --git a/pr/586/docker_volume_module.html b/pr/586/docker_volume_module.html index 4c5fc1cb..85e191c2 100644 --- a/pr/586/docker_volume_module.html +++ b/pr/586/docker_volume_module.html @@ -163,7 +163,7 @@

    community.docker.docker_volume module – Manage Docker volumes

    Note

    -

    This module is part of the community.docker collection (version 3.4.1).

    +

    This module is part of the community.docker collection (version 3.5.0).

    To install it, use: ansible-galaxy collection install community.docker. You need further requirements to be able to use this module, see Requirements for details.

    diff --git a/pr/586/index.html b/pr/586/index.html index 74ed1432..7c76c994 100644 --- a/pr/586/index.html +++ b/pr/586/index.html @@ -145,7 +145,7 @@

    Community.Docker

    -

    Collection version 3.4.1

    +

    Collection version 3.5.0