mirror of
https://github.com/ansible-collections/community.docker.git
synced 2025-12-16 11:58:43 +00:00
* Add 'ingress' option to docker_network module * sanity fixes * add changelog fragment * Update plugins/modules/docker_network.py Co-authored-by: Felix Fontein <felix@fontein.de> * Update changelogs/fragments/999-add-ingress-option-to-docker_network-module.yml Co-authored-by: Felix Fontein <felix@fontein.de> * Update plugins/modules/docker_network.py Co-authored-by: Felix Fontein <felix@fontein.de> * move 'ingress' tests to overlay.yml * move Sworm init and Swarm cleanup to block --------- Co-authored-by: Felix Fontein <felix@fontein.de>
7 lines
612 B
YAML
7 lines
612 B
YAML
minor_changes:
|
|
- docker_network - added ``ingress`` option (https://github.com/ansible-collections/community.docker/pull/999).
|
|
bugfixes:
|
|
- docker_network - containers are only reconnected to a network if they really exist (https://github.com/ansible-collections/community.docker/pull/999).
|
|
- docker_network - enabled "force" option in Docker network container disconnect API call (https://github.com/ansible-collections/community.docker/pull/999).
|
|
- docker_network - added waiting while container actually disconnect from Swarm network (https://github.com/ansible-collections/community.docker/pull/999).
|