Make libvirt listen only on cluster IP

This commit is contained in:
Joshua Boniface 2019-06-25 22:12:44 -04:00
parent 5dc3114ed6
commit 140e044e96
1 changed files with 1 additions and 0 deletions

View File

@ -3,5 +3,6 @@
listen_tls = 0
listen_tcp = 1
listen_addr = "{% for node in pvc_nodes if node.hostname == ansible_hostname %}{{ node.cluster_ip }}{% endfor %}"
tcp_port = "16509"
auth_tcp = "none"