---
- name: Initialize K3s Cluster Agent
  hosts: all
  user: ubuntu
  become: yes
  gather_facts: yes
  roles:
    - k3s-cluster-agent
