ansible-teamspeak icon indicating copy to clipboard operation
ansible-teamspeak copied to clipboard

Support for MySQL/MariaDB

Open stejoo opened this issue 9 years ago • 4 comments

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.

stejoo avatar Jul 29 '16 20:07 stejoo

Note: Only possible with a teamspeak license.

EggieCode avatar Jul 29 '16 23:07 EggieCode

Which would make this depend on and blocked by issue #3

stejoo avatar Jul 29 '16 23:07 stejoo

Example config file (ts3db_mysql.ini):

[config]
host=localhost
port=3306
username=ts3db
password=TS#UsersZemmenInHetWater
database=ts3db
socket= 

EggieCode avatar Jul 31 '16 12:07 EggieCode

See pull request #17

EggieCode avatar Jan 21 '17 15:01 EggieCode