ansible-role-docker-swarm/tasks/main.yml

8 lines
259 B
YAML

---
- 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