Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Vastly simplify and refactor the tasks | Tharre | 2018-02-20 | 1 | -57/+22 |
| | | | | | | | | | 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. | ||||
* | Ensure bzip2 is installed | Tharre | 2017-06-09 | 1 | -0/+5 |
| | |||||
* | Fix crash with userdata.stat.exists | Tharre | 2017-05-29 | 1 | -1/+1 |
| | |||||
* | Prettier task names | Stefan Joosten | 2016-08-25 | 1 | -7/+7 |
| | |||||
* | Clean up an old INI configuration after turning teamspeak_ini_enabled off again. | Stefan Joosten | 2016-08-23 | 1 | -0/+1 |
| | |||||
* | Fix issue #1. | Stefan Joosten | 2016-08-23 | 1 | -0/+69 |
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. |