docker_swarm: add data_path_port option for swarm init (#466)

* Add data_path_port option for swarm init and swarm join

* Add changelog fragment

* Update changelogs/fragments/466-add-data-path-port.yml

Co-authored-by: Felix Fontein <felix@fontein.de>

* Update plugins/modules/docker_swarm.py

Co-authored-by: Felix Fontein <felix@fontein.de>

* add change for docker sdk, remove reference to swarm join

* remove duplicate entry

Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
Max
2022-09-03 05:20:02 -04:00
committed by GitHub
parent 1e24120014
commit c9ea1d3f92
2 changed files with 22 additions and 1 deletions
@@ -0,0 +1,2 @@
minor_changes:
- docker_swarm - allows usage of the ``data_path_port`` parameter when initializing a swarm (https://github.com/ansible-collections/community.docker/issues/296).