mirror of
https://github.com/davestephens/ansible-nas
synced 2025-01-15 13:04:00 +00:00
17 lines
385 B
YAML
17 lines
385 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
|
|
thelounge_container_name: "thelounge"
|
|
thelounge_image_name: "thelounge/thelounge"
|
|
thelounge_image_version: "latest"
|