ansible-nas/roles/thelounge/defaults/main.yml
HitLuca 59e47c4ebf 🏗️ converted remaining tasks to proper roles, moving vars definitions into proper role subfolder.
🐛 added missing entries in nas.yml (?!?)
♻️ reordered entries in nas.yml in alphabetical order. Renamed vd variables to virtual_desktop for ease of understanding
2022-07-27 10:41:17 +02:00

14 lines
269 B
YAML

---
thelounge_enabled: false
thelounge_available_externally: false
# Directories
thelounge_data_directory: "{{ docker_home }}/thelounge"
# Networking
thelounge_port_one: "113"
thelounge_port_two: "9002"
thelounge_hostname: thelounge
# Container
thelounge_memory: 1g