Recent Releases

2.0.128 Dec 2024 09:50 minor feature: Gather facts on kvm hosts to install the required packages * Gather facts on kvm hosts to install the required packages It's required to have the facts for the vm_kvm_hosts to able to install the required packages with the roles that are called from this role.
2.0.021 Jul 2023 18:36 minor feature: Debian GNU/Linux 12 template * Introduced templates/vms//path * moved Debian 11 template to templates/vms/debian/11 * Created Debian 12 vm template * Set default to Debian 12 * Documentation updated * This release might break existing playbooks; bumped version to 2.0.0
1.2.012 Mar 2023 13:56 minor feature: default_user * Set vm.default_user.passwd to false by default to lock the user. Previous default setting was invalid cloud-init syntax. * Set vm.default_user.name to the USER evironment variable if ansible_user is not defined * Documentation updated
1.1.029 Jan 2023 13:06 minor feature: update_ssh_known_hosts directive added * update_ssh_known_hosts directive added to allow to update the ssh host key after the virtual machine is installed. * Documentation updated * Debug code added
1.0.023 Oct 2022 09:14 minor feature: Initial public release