Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump to 3.9.0HEADmaster | Tharre | 2019-06-25 | 1 | -2/+2 |
| | |||||
* | Bump to 3.8.0 | Tharre | 2019-06-02 | 1 | -2/+2 |
| | |||||
* | Bump to 3.7.0 | Tharre | 2019-03-23 | 1 | -2/+2 |
| | |||||
* | Bump to 3.6.1 | Tharre | 2019-02-19 | 1 | -2/+2 |
| | |||||
* | Bump to 3.6.0 | Tharre | 2019-02-04 | 1 | -2/+2 |
| | |||||
* | Bump to 3.5.0 | Tharre | 2018-11-17 | 1 | -2/+2 |
| | |||||
* | Create skeleton for teamspeak_db to avoid errors | Tharre | 2018-09-13 | 1 | -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 set | Lex Rivera | 2018-09-13 | 1 | -2/+5 |
| | |||||
* | bump teamspeak to 3.4.0 | Lex Rivera | 2018-09-13 | 1 | -2/+2 |
| | |||||
* | Update to 3.3.0 | Tharre | 2018-08-05 | 1 | -2/+2 |
| | |||||
* | Update to 3.2.0 | Tharre | 2018-06-15 | 1 | -2/+2 |
| | |||||
* | Update to 3.1.3 | Tharre | 2018-05-08 | 1 | -2/+2 |
| | |||||
* | Vastly simplify and refactor the tasks | Tharre | 2018-02-20 | 1 | -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 path | Tharre | 2018-02-11 | 1 | -2/+2 |
| | |||||
* | Update to 3.0.13.8 | Tharre | 2018-02-11 | 1 | -2/+2 |
| | |||||
* | Add restoring from backup functionality | Tharre | 2017-06-05 | 1 | -0/+3 |
| | |||||
* | Updated defaults to TeamSpeak Server 3.0.16 | Stefan Joosten | 2017-05-07 | 1 | -2/+2 |
| | |||||
* | Update defaults to TeamSpeak 3 Server 3.0.13.4. | Stefan Joosten | 2016-09-11 | 1 | -2/+2 |
| | |||||
* | Updated SHA256 checksum as well to 3.0.13.3.issue11 | Stefan Joosten | 2016-08-28 | 1 | -1/+1 |
| | | | | Somehow that didn't end up in the previous commit... | ||||
* | Update TeamSpeak 3 Server version to 3.0.13.3 | Stefan Joosten | 2016-08-27 | 1 | -1/+1 |
| | | | | Solve issue #11. | ||||
* | Merge branch 'issue3' | Stefan Joosten | 2016-08-26 | 1 | -1/+5 |
|\ | | | | | | | | | Add the functionality to include a TeamSpeak 3 Server license file. Close issue #3 | ||||
| * | Made location of source license file configurable.issue3 | Stefan Joosten | 2016-08-25 | 1 | -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 Joosten | 2016-08-25 | 1 | -1/+4 |
| | | | | | | | | Fixes issue #3. | ||||
* | | Increase default TeamSpeak 3 Server installation to 'keep' in case of ↵ | Stefan Joosten | 2016-08-25 | 1 | -1/+1 |
|/ | | | | trouble to 3 (was 2) | ||||
* | Fix issue #1. | Stefan Joosten | 2016-08-23 | 1 | -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.disabled | Egbert Verhage | 2016-08-23 | 1 | -0/+1 |
| | |||||
* | Bug: Indent in default.yml with voice in teamspeak_ini | Egbert Verhage | 2016-08-22 | 1 | -3/+3 |
| | | | | Add: Create logs folder | ||||
* | Add: gitignore for vim swap files | Egbert Verhage | 2016-08-22 | 1 | -0/+1 |
| | | | | | Fixed: teamspeak.ini_file in defaults Fixed: check if ini_file is not none on include of config.yml | ||||
* | Fixed issue #1 | Egbert Verhage | 2016-08-21 | 1 | -0/+16 |
| | |||||
* | Make amount of installed versions to keep configurable | Stefan Joosten | 2016-07-31 | 1 | -0/+1 |
| | |||||
* | Inplemented first version of a updating mechanism. | Stefan Joosten | 2016-07-31 | 1 | -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 Joosten | 2016-07-30 | 1 | -0/+1 |
| | |||||
* | Initial commit of Ansible teamspeak role. | Stefan Joosten | 2016-07-29 | 1 | -0/+10 |