mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-26 12:21:26 -07:00
Add docker_config module (#38792)
* Add docker_config module * Address review comments * Merge description lines * Stop returning empty config_id in results * Add integration tests for docker_config Based on docker_secret's tests. * Ensure swarm using docker_swarm module * Add minimum docker / docker api version requirements ref: https://github.com/ansible/ansible/pull/47046 * Check Docker API version before running tests ref: https://github.com/ansible/ansible/pull/47340 * Typo * Wording * Improve example * Assert state == absent is idempotent
This commit is contained in:
parent
b3ec97cd36
commit
82f1438b14
6 changed files with 422 additions and 1 deletions
|
@ -136,7 +136,7 @@ extends_documentation_fragment:
|
|||
- docker
|
||||
requirements:
|
||||
- python >= 2.7
|
||||
- "docker-py >= 2.6.0"
|
||||
- "docker >= 2.6.0"
|
||||
- "Please note that the L(docker-py,https://pypi.org/project/docker-py/) Python
|
||||
module has been superseded by L(docker,https://pypi.org/project/docker/)
|
||||
(see L(here,https://github.com/docker/docker-py/issues/1310) for details).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue