Install and use TeamSpeak3 in Docker. It uses the official TeamSpeak Docker image and currently assumes a mounted host volume containing TeamSpeak3 data.
Note that this automatically accepts TeamSpeak's license changes to keep the server running, as this was a common problem. If you want to change this behaviour, override the default env_ts3server_license
(equivalent to TS3SERVER_LICENSE
in the Docker image).
Requires Ansible 2.3 or higher.
Available role variables can be retrieved from defaults/main.yaml
.
Docker :)
- hosts: teamspeak
become_user: root
roles:
- { role: outime.teamspeak3-docker, username: teamspeak, uid: 1000, host_volume: /home/teamspeak/teamspeak3-data, container_restart_policy: always }
MIT
Ruben Diaz (outime@gmail.com).