The networks must have a global lscope.
This commit is contained in:
parent
6d0f05f555
commit
df37f5f5b2
|
@ -5,15 +5,16 @@
|
|||
docker_network:
|
||||
name: '{{ item }}'
|
||||
driver: overlay
|
||||
scope: swarm
|
||||
with_items: '{{ docker_swarm_haproxy_networks }}'
|
||||
|
||||
- name: Connect haproxy to the overlay networks
|
||||
docker_network:
|
||||
name: '{{ item }}'
|
||||
connected:
|
||||
- 'haproxy_haproxy'
|
||||
appends: yes
|
||||
with_items: '{{ docker_swarm_haproxy_networks }}'
|
||||
# - name: Connect haproxy to the overlay networks
|
||||
# docker_network:
|
||||
# name: '{{ item }}'
|
||||
# connected:
|
||||
# - 'haproxy_haproxy'
|
||||
# appends: yes
|
||||
# with_items: '{{ docker_swarm_haproxy_networks }}'
|
||||
|
||||
when: docker_swarm_manager_main_node | bool
|
||||
tags: [ 'haproxy', 'docker_haproxy', 'docker_swarm', 'docker', 'docker_network' ]
|
||||
|
|
Loading…
Reference in New Issue