Ansible role to deploy virt-lightning
View the Project on GitHub virt-lightning/ansible-role-virt-lightning
This is an Ansible role to install, configure and test Virt-Lightning.
Virt-Lightning can quickly deploy new virtual machines using libvirt
. It also prepares the Ansible inventory file.
Following tasks will be executed by the role:
git
, libvirt
, python
modules, rsync
(some are distribution specific).~/virt-lightning
.~/.config/virt-lightning/config.ini
).None.
virt_lightning_run_tests: true
virt_lightning_qemu_uri: qemu:///system
None.
- hosts: servers
vars_files:
- vars/main.yml
roles:
- { role: virt-lightning/ansible-role-virt-lightning }
Apache License 2.0
This role was created in 2019 by Goneri Le Bouder and the virt-lightning team.