mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-07-29 11:55:04 +00:00
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:
@@ -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).
|
||||
Reference in New Issue
Block a user