--- - name: Prepare incus server host hosts: incus_server tasks: - name: Prepare system ansible.builtin.import_role: name: system tags: system # FIXME: Role needs much fixup before it can run # - name: Prepare incus # ansible.builtin.import_role: # name: incus-install # tags: incus - name: Prepare all docker hosted containers hosts: docker_instance tasks: - name: Set up Arr stack ansible.builtin.import_role: name: arr tags: arr