|
---
|
|
- name: Import the HAPROXY tasks
|
|
ansible.builtin.import_tasks: haproxy_conf.yml
|
|
when: docker_swarm_cluster_haproxy_install
|
|
- name: Import the portainer tasks
|
|
ansible.builtin.import_tasks: portainer.yml
|
|
when: docker_swarm_cluster_portainer_install
|