pvc-ansible/roles/pvc/templates/libvirt/libvirtd.conf.j2

9 lines
239 B
Plaintext
Raw Normal View History

2023-09-01 15:42:19 -04:00
# PVC libvirt daemon configuration file
# {{ ansible_managed }}
listen_tls = 0
listen_tcp = 1
listen_addr = "{% for node in pvc_nodes if node.hostname == this_node %}{{ node.cluster_ip }}{% endfor %}"
2023-09-01 15:42:19 -04:00
tcp_port = "16509"
auth_tcp = "none"