mirror of
https://github.com/davestephens/ansible-nas
synced 2025-01-13 03:58:47 +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
18 lines
334 B
YAML
18 lines
334 B
YAML
---
|
|
ubooquity_enabled: false
|
|
ubooquity_available_externally: false
|
|
|
|
# uid / gid
|
|
ubooquity_user_id: "0"
|
|
ubooquity_group_id: "0"
|
|
|
|
# Directories
|
|
ubooquity_data_directory: "{{ docker_home }}/ubooquity"
|
|
|
|
# Networking
|
|
ubooquity_port_webui: "2202"
|
|
ubooquity_port_admin: "2203"
|
|
ubooquity_hostname: ubooquity
|
|
|
|
# Container
|
|
ubooquity_memory: 1g
|