2020-09-24 16:01:51 +02:00
|
|
|
---
|
2020-09-30 17:14:29 +02:00
|
|
|
docker_swarm_cluster_haproxy_install: True
|
|
|
|
# mesh, keepalive, global
|
2020-10-03 18:22:58 +02:00
|
|
|
docker_swarm_haproxy_installation_type: 'global'
|
|
|
|
# I did not find any way to make it dependant on docker_swarm_haproxy_installation_type
|
|
|
|
docker_swarm_haproxy_keepalive_installation: False
|
2020-10-07 18:36:28 +02:00
|
|
|
docker_swarm_haproxy_swarm_port: '{{ docker_api_port }}'
|
|
|
|
|
2020-09-30 17:14:29 +02:00
|
|
|
#
|
|
|
|
docker_swarm_expose_api_via_haproxy: True
|
|
|
|
docker_swarm_expose_api_hostname: 'swarm.example.com'
|
2020-10-01 15:42:47 +02:00
|
|
|
docker_swarm_api_networks_acl:
|
|
|
|
- '127.0.0.1/8'
|
2020-09-30 17:14:29 +02:00
|
|
|
# Portainer
|
|
|
|
docker_swarm_cluster_portainer_install: True
|
|
|
|
docker_swarm_portainer_hostname: 'portainer-swarm.example.com'
|
|
|
|
docker_swarm_portainer_additional_constraints: []
|
|
|
|
# - 'node.hostname != docker01'
|
|
|
|
|
2020-10-08 14:50:07 +02:00
|
|
|
docker_swarm_portainer_network: 'portainer_agent_network'
|
2020-09-30 17:14:29 +02:00
|
|
|
docker_swarm_portainer_http_port: '9000'
|
|
|
|
docker_swarm_portainer_service_port: '8000'
|
|
|
|
|
2020-09-30 19:02:46 +02:00
|
|
|
docker_swarm_keepalived_vrouter_id: 205
|
|
|
|
docker_swarm_keepalived_floating_ip: '127.0.0.1/8'
|
|
|
|
docker_swarm_keepalived_instance_name: 'VI_HAPROXY_1'
|