aboutsummaryrefslogtreecommitdiffstats
path: root/defaults
Commit message (Collapse)AuthorAgeFilesLines
* Bump to 3.9.0HEADmasterTharre2019-06-251-2/+2
|
* Bump to 3.8.0Tharre2019-06-021-2/+2
|
* Bump to 3.7.0Tharre2019-03-231-2/+2
|
* Bump to 3.6.1Tharre2019-02-191-2/+2
|
* Bump to 3.6.0Tharre2019-02-041-2/+2
|
* Bump to 3.5.0Tharre2018-11-171-2/+2
|
* Create skeleton for teamspeak_db to avoid errorsTharre2018-09-131-1/+9
| | | | | | | | This fixes the following error: The conditional check 'teamspeak_db.plugin == 'ts3db_mariadb'' failed. The error was: error while evaluating conditional (teamspeak_db.plugin == 'ts3db_mariadb'): 'teamspeak_db' is undefined
* Accept license if variable is setLex Rivera2018-09-131-2/+5
|
* bump teamspeak to 3.4.0Lex Rivera2018-09-131-2/+2
|
* Update to 3.3.0Tharre2018-08-051-2/+2
|
* Update to 3.2.0Tharre2018-06-151-2/+2
|
* Update to 3.1.3Tharre2018-05-081-2/+2
|
* Vastly simplify and refactor the tasksTharre2018-02-201-3/+0
| | | | | | | | | 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.
* Change default user and installation pathTharre2018-02-111-2/+2
|
* Update to 3.0.13.8Tharre2018-02-111-2/+2
|
* Add restoring from backup functionalityTharre2017-06-051-0/+3
|
* Updated defaults to TeamSpeak Server 3.0.16Stefan Joosten2017-05-071-2/+2
|
* Update defaults to TeamSpeak 3 Server 3.0.13.4.Stefan Joosten2016-09-111-2/+2
|
* Updated SHA256 checksum as well to 3.0.13.3.issue11Stefan Joosten2016-08-281-1/+1
| | | | Somehow that didn't end up in the previous commit...
* Update TeamSpeak 3 Server version to 3.0.13.3Stefan Joosten2016-08-271-1/+1
| | | | Solve issue #11.
* Merge branch 'issue3'Stefan Joosten2016-08-261-1/+5
|\ | | | | | | | | Add the functionality to include a TeamSpeak 3 Server license file. Close issue #3
| * Made location of source license file configurable.issue3Stefan Joosten2016-08-251-0/+1
| | | | | | | | This also makes it possible to use different license files for different hosts.
| * Add logic to install a TeamSpeak 3 Server License file to the target host. ↵Stefan Joosten2016-08-251-1/+4
| | | | | | | | Fixes issue #3.
* | Increase default TeamSpeak 3 Server installation to 'keep' in case of ↵Stefan Joosten2016-08-251-1/+1
|/ | | | trouble to 3 (was 2)
* Fix issue #1.Stefan Joosten2016-08-231-11/+10
| | | | | | | 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.
* Readme update + Add check teamspeak_ini.disabledEgbert Verhage2016-08-231-0/+1
|
* Bug: Indent in default.yml with voice in teamspeak_iniEgbert Verhage2016-08-221-3/+3
| | | | Add: Create logs folder
* Add: gitignore for vim swap filesEgbert Verhage2016-08-221-0/+1
| | | | | Fixed: teamspeak.ini_file in defaults Fixed: check if ini_file is not none on include of config.yml
* Fixed issue #1Egbert Verhage2016-08-211-0/+16
|
* Make amount of installed versions to keep configurableStefan Joosten2016-07-311-0/+1
|
* Inplemented first version of a updating mechanism.Stefan Joosten2016-07-311-1/+1
| | | | | | | | | | | | 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-0/+1
|
* Initial commit of Ansible teamspeak role.Stefan Joosten2016-07-291-0/+10