--- - name: Cluster prep hosts: k3s_cluster gather_facts: true become: true roles: - role: prereq - role: download - role: raspberrypi - name: Setup K3S server hosts: server become: true roles: - role: k3s/server # noqa: role-name[path] - name: Setup K3S agent hosts: agent become: true roles: - role: k3s/agent # noqa: role-name[path]