mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-28 04:22:18 +08:00
buildhw: add libvirtd.conf to enable easier oz/imagefactory debug
This commit is contained in:
@@ -157,6 +157,21 @@
|
||||
tags:
|
||||
- koji_builder
|
||||
|
||||
# install libvirtd.conf
|
||||
#
|
||||
# This provides us with the ability to use virt-manager from non root accounts.
|
||||
# This is useful in the oz/imagefactory context for debugging
|
||||
|
||||
- name: install libvirtd.conf
|
||||
copy: src="{{ files }}/virthost/libvirtd.conf" dest=/etc/libvirt/libvirtd.conf
|
||||
notify:
|
||||
- restart libvirtd
|
||||
tags:
|
||||
- koji_builder
|
||||
|
||||
- name: enable libvirtd
|
||||
service: name=libvirtd state=started enabled=yes
|
||||
|
||||
#
|
||||
# On primary we want to make a /mnt/koji link to /mnt/fedora_koji/koji
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user