ansible-collections / community.docker

Community Docker Collection for Ansible: modules and plugins for working with Docker
https://galaxy.ansible.com/ui/repo/published/community/docker/
GNU General Public License v3.0
201 stars 116 forks source link

Support for replicated-job swarm services #626

Open gnomed opened 1 year ago

gnomed commented 1 year ago
SUMMARY

There is a new mode for docker swarm services for "jobs" there is both a replicated-job and global-job mode.

ISSUE TYPE
COMPONENT NAME

community.docker.docker_swarm_service

ADDITIONAL INFORMATION

It's already supported by docker, looks like just a few extra concepts but nothing too complex. 2 new service "modes" and a new argument for max-concurrent

wsidl commented 5 months ago

duplicate of #28