mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-25 14:43:29 +02:00
7 lines
160 B
Plaintext
7 lines
160 B
Plaintext
![]() |
# {{ ansible_managed }}
|
||
|
{% if zfs_repl_recv %}
|
||
|
Defaults:zfs-recv !requiretty
|
||
|
Cmnd_Alias ZFS_RECV = /sbin/zfs
|
||
|
zfs-recv ALL=(root) NOPASSWD: ZFS_RECV
|
||
|
{% endif %}
|