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.3.0).
To install it, use: ansible-galaxy collection install community.docker.
To use it in a playbook, specify: community.docker.docker_stack_task_info.
Synopsis
Retrieve information on docker stacks tasks using the
docker stackcommand on the target node (see examples).
Parameters
Parameter |
Comments |
|---|---|
Stack name. |
Attributes
Attribute |
Support |
Description |
|---|---|---|
Support: full This action does not modify state. |
Can run in |
|
Support: N/A This action does not modify state. |
Will return details on what has changed (or possibly needs changing in |
Examples
- name: Shows stack info
community.docker.docker_stack_task_info:
name: test_stack
register: result
- name: Show results
ansible.builtin.debug:
var: result.results
Return Values
Common return values are documented here, the following are the fields unique to this module:
Key |
Description |
|---|---|
List of dictionaries containing the list of tasks associated to a stack name. Returned: always Sample: |
Collection links
Issue Tracker Repository (Sources) Submit a bug report Request a feature Communication