Saibotk
e7a172877b
This is mostly equivalent to the awesome role found in @histalek's repository:
bde4d9dacb/roles/teamspeak
17 lines
408 B
YAML
17 lines
408 B
YAML
teamspeak_install_dir: "/srv/teamspeak"
|
|
|
|
teamspeak_containerimage: docker.io/library/teamspeak
|
|
# renovate: depName=docker.io/library/teamspeak
|
|
teamspeak_image_tag: "3.13.7"
|
|
|
|
teamspeak_selinux_level: "{{ omit }}"
|
|
|
|
teamspeak_memory_low: 100m
|
|
teamspeak_memory_high: 0
|
|
teamspeak_swap_max: -1
|
|
|
|
teamspeak_voice_port: 9987
|
|
teamspeak_filetransfer_port: 30033
|
|
|
|
teamspeak_environment_vars:
|
|
TS3SERVER_LICENSE: accept
|