aboutsummaryrefslogtreecommitdiffstats
path: root/templates
Commit message (Collapse)AuthorAgeFilesLines
* ts3server now supports being run directly (v3.6.0)Tharre2019-02-281-2/+2
|
* Depend on network-online to avoid DNS issuesTharre2019-02-281-1/+2
| | | | | | | This avoids the following error thrown at startup: TS3ANetwork::ResolveHostName failed error: -3 (Temporary failure in name resolution) 11
* add support for ts3db_mariadb pluginLex Rivera2018-09-132-0/+14
|
* Vastly simplify and refactor the tasksTharre2018-02-201-3/+3
| | | | | | | | | This mainly includes the complete removal of all the logic involved with storing and deleting multiple versions of teamspeak, which is pointless. All the backup logic has been removed as well, because it is both easier and simpler to just rsync (or the ansible equivalent) the hole ts3 folder over to the target machine.
* Fixed template argumentsEgbert Verhage2016-12-251-1/+1
|
* Fixed: create_default_virtualserver is default true. So it always create ↵Egbert Verhage2016-12-241-3/+2
| | | | default server
* Add logic to install a TeamSpeak 3 Server License file to the target host. ↵Stefan Joosten2016-08-251-5/+6
| | | | Fixes issue #3.
* Fix issue #1.Stefan Joosten2016-08-232-16/+14
| | | | | | | Rewrote parts of Egbert Verhage's patches. Thank you again for the work. This work adds the possibility to generate a INI-style configuration file for the TeamSpeak 3 Server. The scope is limited to creating and use of the INI config file, and ability to configure network settings, the machine ID and default creation of the first virtual server. More features can follow soon after.
* Fixed issue #1Egbert Verhage2016-08-212-1/+21
|
* Inplemented first version of a updating mechanism.Stefan Joosten2016-07-311-3/+3
| | | | | | | | | | | | README.md: Documented new variable and requirement. defaults/main.yml: Changed symlink to "current" handlers/main.yml: "reload systemd" -> "Reload systemd" Added pruning of old TS3Server versions. tasks/main.yml: Added version number of TS3Server in names. Added tasks to perform updating. Changed symlink path. Changed task name for service file slightly. templates/teamspeak3-server.service.j2: updated to use the new symlink path.
* Made a symlink pointing to the current Teamspeak 3 server directory.Stefan Joosten2016-07-301-3/+3
|
* Initial commit of Ansible teamspeak role.Stefan Joosten2016-07-291-0/+14