ansible-nas/roles/thelounge/defaults/main.yml

18 lines
385 B
YAML
Raw Normal View History

---
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
2023-03-10 21:00:37 +00:00
thelounge_container_name: "thelounge"
thelounge_image_name: "thelounge/thelounge"
thelounge_image_version: "latest"