1
0
Fork 0
mirror of https://gitlab.com/s3lph/ansible-collection-dirvish synced 2024-10-18 09:17:00 +02:00
ansible-collection-dirvish/docs/group_vars/servers/dirvish_server.yml

15 lines
274 B
YAML
Raw Normal View History

2020-10-31 05:23:51 +01:00
---
# 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/'