aboutsummaryrefslogtreecommitdiffstats
path: root/templates/ts3server.ini.j2
blob: e92691cf98f5769486370aec1619e8d946fc539d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
default_voice_port={{ teamspeak_network.voice.default_port }}
voice_ip={{ teamspeak_network.voice.ip }}
filetransfer_port={{ teamspeak_network.filetransfer.port }}
filetransfer_ip={{ teamspeak_network.filetransfer.ip }}
query_port={{ teamspeak_network.query.port }}
query_ip={{ teamspeak_network.query.ip }}

{% if teamspeak_create_default_virtualserver %}
create_default_virtualserver=1
{% endif %}
{% if teamspeak_use_license and teamspeak_licensepath is not none %}
licensepath={{ teamspeak_licensepath }}/
{% endif %}
{% if teamspeak_machine_id is not none %}
machine_id={{ teamspeak_machine_id }}
{% endif %}