mirror of
https://gitlab.com/s3lph/ansible-collection-dirvish
synced 2024-11-14 21:34:14 +01:00
15 lines
274 B
YAML
15 lines
274 B
YAML
|
---
|
||
|
|
||
|
# Ensure that these mount points exist before writing any config changes
|
||
|
dirvish_server_bank_mounts:
|
||
|
- '/data'
|
||
|
|
||
|
# Exclude the following files/directories on all clients
|
||
|
dirvish_server_exclude:
|
||
|
- 'lost+found/'
|
||
|
- 'dev/'
|
||
|
- 'proc/'
|
||
|
- 'run/'
|
||
|
- 'sys/'
|
||
|
- 'tmp/'
|