Blog Archive for April 30, 2022

k0s install with Ansible

April 30, 2022

I wanted to use Ansible to install k0s so that it could be easily replicated across multiple machines. There is a k0s Ansible playbook available at: https://docs.k0sproject.io/v1.21.0+k0s.0/examples/ansible-playbook/ I took this and modified it to my needs a bit.

I ended up with the following files, building on the Ansible setup …