mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-16 10:13:26 +02:00
19 lines
457 B
Plaintext
19 lines
457 B
Plaintext
![]() |
## Path: Network/Samba
|
||
|
## Description: Samba process options
|
||
|
## Type: string
|
||
|
## Default: ""
|
||
|
## ServiceRestart: samba
|
||
|
SAMBAOPTIONS="--log-basename=/var/log/samba"
|
||
|
## Type: string
|
||
|
## Default: ""
|
||
|
## ServiceRestart: smb
|
||
|
SMBDOPTIONS=""
|
||
|
## Type: string
|
||
|
## Default: ""
|
||
|
## ServiceRestart: nmb
|
||
|
NMBDOPTIONS=""
|
||
|
## Type: string
|
||
|
## Default: ""
|
||
|
## ServiceRestart: winbind
|
||
|
WINBINDOPTIONS=""
|