proxy_ping_test
This commit is contained in:
23
roles/ansible-gentoo_install/tasks/libvirt.yml
Normal file
23
roles/ansible-gentoo_install/tasks/libvirt.yml
Normal file
@@ -0,0 +1,23 @@
|
||||
# -*- mode: yaml; indent-tabs-mode: nil; tab-width: 2; coding: utf-8-unix -*-
|
||||
# localhost
|
||||
---
|
||||
- name: "DEBUG: ansible-gentoo_install libvirt"
|
||||
debug:
|
||||
verbosity: 1
|
||||
msg: "DEBUG: ansible-gentoo_install libvirt"
|
||||
|
||||
- name: test we are NOT in the chroot
|
||||
shell: |
|
||||
[ -n "{{AGI_NBD_MP}}" ] || exit 2
|
||||
[ -d "{{AGI_NBD_MP}}" ] || exit 3
|
||||
check_mode: false
|
||||
|
||||
# - name: setup libvirt network
|
||||
# - name: setup libvirt iptables
|
||||
# net.ipv4.conf.virbr1.forwarding = 1
|
||||
# net.ipv4.ip_forward = 1
|
||||
# mkdir /etc/libvirt/qemu
|
||||
# qemu-ga -D > /etc/libvirt/qemu/qemu-ga.conf
|
||||
# for elt in unix-listen virtio-serial isa-serial vsock-listen ; do
|
||||
# /etc/conf.d/qemu-ga
|
||||
|
||||
Reference in New Issue
Block a user