mirror of
https://github.com/davestephens/ansible-nas
synced 2025-01-13 03:58:47 +00:00
17 lines
402 B
YAML
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
|