mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-08-07 00:57:00 +02:00
Update to 2021-12-01 19:13
This commit is contained in:
6
roles/zfs/templates/recv-sudo.j2
Normal file
6
roles/zfs/templates/recv-sudo.j2
Normal file
@@ -0,0 +1,6 @@
|
||||
# {{ ansible_managed }}
|
||||
{% if zfs_repl_recv %}
|
||||
Defaults:zfs-recv !requiretty
|
||||
Cmnd_Alias ZFS_RECV = /sbin/zfs
|
||||
zfs-recv ALL=(root) NOPASSWD: ZFS_RECV
|
||||
{% endif %}
|
Reference in New Issue
Block a user