mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-07-29 11:55:04 +00:00
Add 'ingress' option to docker_network module (#999)
* 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>
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
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).
|
||||
Reference in New Issue
Block a user