ansible-nas/roles/mumble/defaults/main.yaml
Justin D. Fetherolf 6de2fb2276 feature(mumble): add mumble configuration
This should provide the necessary configuration to run the mumble
server docker container, and also probably expose it externally.

Refs: #620
2022-12-07 20:59:08 -07:00

17 lines
402 B
YAML

---
mumble_enabled: false
mumble_available_externally: false
# Directories
mumble_data_directory: "{{ docker_home }}/mumble"
# Networking
mumble_tcp_port: "64738"
mumble_udp_port: "64738"
mumble_hostname: mumble
# Configuration
# It is strongly advised this password is change, especially if this is publicly available.
mumble_server_password: "abcpassword123"
mumble_container_name: mumble-server