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 @@
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.
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.
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.
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.
docker-compose >= 2.0.0
PyYAML
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"]}
Name of the container.
-Returned: always, unless when docker-compose was not given the chance to run
Sample: ["stopped", "removed"]
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
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"]}
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"]}
Name of the image.
-Returned: always, unless when docker-compose was not given the chance to run
Sample: ["created"]
docker-compose was not given the chance to run
docker-compose was not given the chance to run
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
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"]}
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
Collection version 3.4.1
+Collection version 3.5.0