mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-27 15:43:22 +02:00
8 lines
241 B
Plaintext
8 lines
241 B
Plaintext
![]() |
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"
|