2018-12-22 14:55:51 +01:00
|
|
|
---
|
2023-11-23 11:12:18 +01:00
|
|
|
- name: Import install tasks
|
|
|
|
ansible.builtin.import_tasks: install.yml
|
|
|
|
- name: Import cluster tasks
|
|
|
|
ansible.builtin.import_tasks: cluster.yml
|
|
|
|
- name: Import config tasks
|
|
|
|
ansible.builtin.import_tasks: config.yml
|
2021-11-22 11:43:06 +01:00
|
|
|
when: swarm_manager
|