Skip to content

Commit

Permalink
Fix listen address for docker swarm
Browse files Browse the repository at this point in the history
  • Loading branch information
p-j-smith committed Feb 19, 2025
1 parent bf443e6 commit 7ea1011
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ install_python:
- python-setuptools
pip_packages:
- cryptography
- requests
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ install_python:
- python3-setuptools
pip_packages:
- cryptography
- requests
2 changes: 1 addition & 1 deletion roles/docker/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,5 +106,5 @@
community.docker.docker_swarm:
state: present
advertise_addr: "{{ docker_server_ip }}:{{ docker_server_port }}"
listen_addr: "{{ docker_server_ip }}:{{ docker_server_port }}"
listen_addr: "{{ docker_server_ip }}"
when: docker_swarm_enabled

0 comments on commit 7ea1011

Please sign in to comment.