aboutsummaryrefslogtreecommitdiffstats
path: root/tasks/install.yml
Commit message (Collapse)AuthorAgeFilesLines
* Vastly simplify and refactor the tasksTharre2018-02-201-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 installedTharre2017-06-091-0/+5
|
* Fix crash with userdata.stat.existsTharre2017-05-291-1/+1
|
* Prettier task namesStefan Joosten2016-08-251-7/+7
|
* Clean up an old INI configuration after turning teamspeak_ini_enabled off again.Stefan Joosten2016-08-231-0/+1
|
* Fix issue #1.Stefan Joosten2016-08-231-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.