--- # tasks file for roles/galera_swarm - include: prepare_manager_host.yml tags: configuration when: inventory_hostname in groups['manager'] - include: lxc_prepare.yml tags: configuration when: inventory_hostname in groups['manager'] - include: lxc_nodes.yml tags: configuration - include: prepare_worker_host.yml tags: configuration when: inventory_hostname in groups['workers'] - include: swarm.yml tags: swarm #- setup: # tags: swarm - include: deploy.yml tags: swarm when: inventory_hostname in groups['manager']