virthost: install libvirt/virt-install/qemu-kvm on rhel8 virthosts.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
3e39d559a2
commit
e2cfa920cc
1 changed files with 10 additions and 0 deletions
|
@ -47,6 +47,16 @@
|
||||||
- packages
|
- packages
|
||||||
when: ansible_distribution == 'RedHat' and ansible_distribution_major_version|int == 7 and ansible_architecture != 'aarch64'
|
when: ansible_distribution == 'RedHat' and ansible_distribution_major_version|int == 7 and ansible_architecture != 'aarch64'
|
||||||
|
|
||||||
|
- name: install libvirt packages on rhel8 virthosts
|
||||||
|
package: name={{ item }} state=present
|
||||||
|
with_items:
|
||||||
|
- qemu-kvm
|
||||||
|
- libvirt
|
||||||
|
- virt-install
|
||||||
|
tags:
|
||||||
|
- packages
|
||||||
|
when: ansible_distribution == 'RedHat' and ansible_distribution_major_version|int == 8
|
||||||
|
|
||||||
- name: install AAVMF uEFI tianocore on aarch64 rhel7 virthosts
|
- name: install AAVMF uEFI tianocore on aarch64 rhel7 virthosts
|
||||||
package: name={{ item }} state=present
|
package: name={{ item }} state=present
|
||||||
with_items:
|
with_items:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue