mirror of
https://github.com/davestephens/ansible-nas
synced 2025-01-13 12:08:53 +00:00
17 lines
310 B
YAML
17 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
|