Files

9 lines
213 B
YAML
Raw Permalink Normal View History

2025-07-14 20:12:44 -07:00
- 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