mirror of
https://github.com/davestephens/ansible-nas
synced 2025-01-13 12:08:53 +00:00
59e47c4ebf
🐛 added missing entries in nas.yml (?!?) ♻️ reordered entries in nas.yml in alphabetical order. Renamed vd variables to virtual_desktop for ease of understanding
16 lines
310 B
YAML
16 lines
310 B
YAML
---
|
|
timemachine_enabled: false
|
|
|
|
timemachine_volume_size_limit: "0"
|
|
timemachine_password: timemachine
|
|
timemachine_share_name: Data
|
|
timemachine_log_level: error
|
|
|
|
# Directories
|
|
timemachine_data_directory: "{{ docker_home }}/timemachine"
|
|
|
|
# Networking
|
|
timemachine_port: "10445"
|
|
|
|
# Container
|
|
timemachine_memory: 1g
|