Ansible roles
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

7 lines
241 B

listen_tls = {{ libvirt_listen_tls | ternary('1', '0') }}
listen_tcp = {{ libvirt_listen_tcp | ternary('1', '0') }}
mdns_adv = 0
unix_sock_group = "{{ libvirt_group }}"
unix_sock_rw_perms = "0770"
auth_unix_ro = "none"
auth_unix_rw = "none"