--- # Run: ansible-playbook ansible/playbooks/join-debian-agent.yaml -i ansible/inventory.yaml -K -e "k3s_node_token=$K3S_NODE_TOKEN" # Description: Joins the Debian machine as a K3s agent node and labels it as storage. - name: Join Debian as K3s agent hosts: debian become: true gather_facts: true roles: - k3s-agent