ansible-roles/kvm-host
Jérémy Lecour 2ed77c60f0 Improve Ansible syntax
replace « x | changed » by « x is changed »
add explicit « bool » filter
use « length » filter instead of string comparison
2021-05-09 23:06:42 +02:00
..
defaults kvm-host: Add drbd role dependency (toggleable with kvm_install_drbd) 2020-10-30 11:56:24 +01:00
files migrate-vm: do not display drbd error 2021-04-29 09:56:39 +02:00
handlers Rename kvm role to kvm-host 2016-12-21 16:21:38 +01:00
meta kvm-host: Add drbd role dependency (toggleable with kvm_install_drbd) 2020-10-30 11:56:24 +01:00
tasks Improve Ansible syntax 2021-05-09 23:06:42 +02:00
tests Add tests for many roles 2017-05-18 15:44:21 +02:00
.kitchen.yml Kitchen: Change base image to evolix/ansible 2017-06-02 08:38:08 -04:00
README.md kvm-host: images path is customizable 2017-07-19 01:34:13 +02:00

kvm-host

Install tools to set-up a KVM host

Tasks

Everything is in the tasks/main.yml file.

Available variables

  • kvm_custom_libvirt_images_path: a custom directory for libvirt images (default: empty) ;