项目作者: ruzickap

项目描述 :
Ansible role which installs VirtIO Drivers and SPICE Guest Tools for Windows
高级语言: Shell
项目地址: git://github.com/ruzickap/ansible-role-virtio-win.git
创建时间: 2017-10-30T16:44:26Z
项目社区:https://github.com/ruzickap/ansible-role-virtio-win

开源协议:MIT License

下载


Ansible Role: virtio-win

Ansible Galaxy

Ansible Galaxy: https://galaxy.ansible.com/ruzickap/virtio-win/

This role should help with installing Virtio Windows drivers
and spice-guest-tools:

It’s handy if you are running Windows on the KVM hypervisor, because you will
get the best performance using VirtIO drivers + tools.

Requirements

Ansible 2.7 or later

Role Variables

Available variables are listed below, along with default values
(see defaults/main.yml):

  1. # Find the available versions here https://www.spice-space.org/download/windows/vdagent/
  2. vdagent_win_version: 0.9.0
  3. # URL of the virtio-win.iso
  4. virtio_win_iso_url: https://fedorapeople.org/groups/virt/virtio-win/direct-downloads/latest-virtio/virtio-win.iso
  5. # Path where the are the files/directories from virtio-win.iso (usually CD-ROM).
  6. # If this is set, then the virtio-win.iso is going to be downloaded.
  7. virtio_win_iso_path: E:\\

Dependencies

Windows 64 bit (amd64) (x64)

Example Playbook

  1. - hosts: all
  2. roles:
  3. - { role: ruzickap.virtio-win }
  4. # or
  5. - role: ruzickap.virtio-win
  6. virtio_win_iso_path: 'E:\\'

License

MIT

Author Information

This role was created in 2017 by petr.ruzicka@gmail.com