ansible-teamspeak
ansible-teamspeak copied to clipboard
Support for MySQL/MariaDB
TeamSpeak 3 Server can also use MySQL or MariaDB for storing it's database. Would be nice to include support for such an installation in the role.
Note: Only possible with a teamspeak license.
Which would make this depend on and blocked by issue #3
Example config file (ts3db_mysql.ini):
[config]
host=localhost
port=3306
username=ts3db
password=TS#UsersZemmenInHetWater
database=ts3db
socket=
See pull request #17