community.docker
community.docker copied to clipboard
Support for Docker Swarm Jobs
From @alexanderadam on Apr 02, 2020 09:47
SUMMARY
I'm not sure whether Ansible already has support for it but I found nothing so far. I would be nice if Ansible would have support for Docker Swarm Jobs. The Docker API seems to support this since version v1.41.
ISSUE TYPE
- Support for Docker Swarm Jobs
ANSIBLE VERSION
2.9.6
COMPONENT NAME
docker_swarm_service
ADDITIONAL INFORMATION
I guess Docker issue 23880 is better suited to give information about the what's and the why's.
Copied from original issue: ansible/ansible#68629
Files identified in the description: None
If these files are inaccurate, please update the component name section of the description or use the !component bot command.
The Ansible GitHub repo is really annoying with the bot which is spamming around and closed discussions leading to an incredible amount of duplicated issues (the ansible repository has nearly 69'000 issue ids) because you can't comment on old issues anymore. If found some problem descriptions in ten issues — without a solution.
But nevermind:
ansible version 2.9.6
python version 3.8.2
Are you happy and entertained now, @ansibullbot?
cc @DBendit @WojciechowskiPiotr @akshay196 @chouseknecht @danihodovic @dariko @felixfontein @hannseman @jwitko @kassiansun @tbouvet click here for bot help
Files identified in the description:
plugins/modules/cloud/docker/docker_swarm_service.py
If these files are inaccurate, please update the component name section of the description or use the !component bot command.
It’s a very new feature and AFAIK Docker API 1.41 has not been released yet. The latest Docker engine release is supporting 1.40. We also need to have docker-py support for the new API. Couldn’t find an issue there about this.
Files identified in the description:
If these files are inaccurate, please update the component name section of the description or use the !component bot command.