Files
infra/ansible/roles/base/tasks/k3s.yaml
2025-07-14 20:15:54 -07:00

9 lines
213 B
YAML

- name: Download the setup script
ansible.builtin.get_url:
url: https://get.k3s.io
dest: /tmp/k3s.sh
mode: "0644"
- name: Run installation script
ansible.builtin.command:
cmd: bash /tmp/k3s.sh