Skip to content

Commit

Permalink
Use default advertise_addr and listen_addr for docker swarm
Browse files Browse the repository at this point in the history
  • Loading branch information
p-j-smith committed Feb 20, 2025
1 parent 4e59a2f commit 954fbdf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions roles/docker/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,4 @@
- name: Initialize Docker Swarm
community.docker.docker_swarm:
state: present
advertise_addr: "{{ docker_server_ip }}:{{ docker_server_port }}"
listen_addr: "{{ docker_server_ip }}"
when: docker_swarm_enabled

0 comments on commit 954fbdf

Please sign in to comment.