2020-09-24 16:01:51 +02:00
|
|
|
---
|
2023-05-29 13:26:35 +02:00
|
|
|
- name: Import the HAPROXY tasks
|
|
|
|
ansible.builtin.import_tasks: haproxy_conf.yml
|
2020-09-30 17:14:29 +02:00
|
|
|
when: docker_swarm_cluster_haproxy_install
|
2023-05-29 13:26:35 +02:00
|
|
|
- name: Import the portainer tasks
|
|
|
|
ansible.builtin.import_tasks: portainer.yml
|
2020-09-30 17:14:29 +02:00
|
|
|
when: docker_swarm_cluster_portainer_install
|