Ansible Playbook to setup a server to act as a KVM host
Find a file
2025-03-31 17:13:09 -06:00
roles/kvm Initial commit 2025-02-21 17:14:35 -07:00
.gitignore Initial commit 2025-02-21 17:14:35 -07:00
hosts.yml Initial commit 2025-02-21 17:14:35 -07:00
kvm.yml Initial commit 2025-02-21 17:14:35 -07:00
LICENSE Moving to MIT License 2025-03-31 17:13:09 -06:00
README.md Initial commit 2025-02-21 17:14:35 -07:00
site.yml Initial commit 2025-02-21 17:14:35 -07:00

Ansible-KVM

Ansible Playbook to setup a server to act as a KVM host.

Example

Execute playbook with needed variables to setup a server as a KVM host.

ansible-playbook -i hosts site.yml

---
# file: hosts

kvm:
  hosts:
    srv1:
      ansible_host: 10.10.10.14

  vars:
    ansible_user: ansible