ansible-k3s-on-vms 1.2.0

An Ansible playbook to deploy virtual machines and deploy K3s. This playbook is a wrapper around the roles: https://github.com/stafwag/ansible-role-delegated_vm_install To set up the virtual machines. https://github.com/stafwag/ansible-role-libvirt To install and configure K3s on the virtual machines. https://github.com/PyratLabs/ansible-role-k3s To enable libvirt on the vm_kvm_host. The sample inventory will install the virtual machines on localhost. It's possible to install the virtual machine on multiple lbvirt/KVM hypervisors.

Tags ansible role libvirt kvm k3s k8s kubernetes
License
State stable

Recent Releases

1.2.007 Apr 2025 06:07 minor feature: Added community.libvirt to requirements.yml Latest * Added community.libvirt to requirements.yml * Added required Suse packages installation * Documentation update * This release removes the dependency on the cloud-localds utility. On the distributes that don't provide the cloud-localds utility GNU xorriso is used.
1.1.023 Jul 2023 05:08 minor feature: Updated to Debian GNU/Linux 12
1.0.006 Apr 2023 05:38 major feature: Initial public release