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

11 lines
384 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
- name: Import the cAdvisor tasks
ansible.builtin.import_tasks: cadvisor.yml
when: docker_swarm_cluster_cadvisor_install