aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* README fix to represent default teamspeak.keep correctlyStefan Joosten2016-08-261-1/+1
|
* Merge branch 'issue3'Stefan Joosten2016-08-269-26/+76
|\ | | | | | | | | Add the functionality to include a TeamSpeak 3 Server license file. Close issue #3
| * Made location of source license file configurable.issue3Stefan Joosten2016-08-253-1/+3
| | | | | | | | 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-254-8/+52
| | | | | | | | Fixes issue #3.
| * Updated README with license functionalityStefan Joosten2016-08-251-2/+9
| |
| * Add files/licensekey.dat to .gitignoreStefan Joosten2016-08-251-1/+1
| |
| * Prettier task namesStefan Joosten2016-08-253-15/+12
| |
* | Increase default TeamSpeak 3 Server installation to 'keep' in case of ↵Stefan Joosten2016-08-251-1/+1
|/ | | | trouble to 3 (was 2)
* Improved READMEStefan Joosten2016-08-251-25/+31
|
* Clean up an old INI configuration after turning teamspeak_ini_enabled off again.Stefan Joosten2016-08-232-0/+8
|
* Fix issue #1.Stefan Joosten2016-08-237-141/+144
| | | | | | | 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.
* Capitalized some words.Stefan Joosten2016-08-232-5/+5
| | | | server -> Server in the TeamSpeak 3 Server name.
* Merge pull request #10 from EggieCode/issue-e1Stefan2016-08-237-1/+84
|\ | | | | Patches to fix issue #1. Thank you.
| * Readme update + Add check teamspeak_ini.disabledEgbert Verhage2016-08-233-1/+3
| |
| * Update READMEEgbert Verhage2016-08-221-0/+16
| |
| * Bug: Indent in default.yml with voice in teamspeak_iniEgbert Verhage2016-08-222-3/+10
| | | | | | | | Add: Create logs folder
| * Add: gitignore for vim swap filesEgbert Verhage2016-08-223-1/+4
| | | | | | | | | | Fixed: teamspeak.ini_file in defaults Fixed: check if ini_file is not none on include of config.yml
| * Fix: Added update include to main.ymlEgbert Verhage2016-08-211-0/+3
| |
| * Fixed issue #1Egbert Verhage2016-08-214-1/+53
|/
* Remove tags from the tasksStefan Joosten2016-08-203-31/+1
| | | | | You can apply a tag to the entire role in your playbook. See the example in the README.
* README: removed dot at the end of a lineStefan Joosten2016-08-201-1/+1
|
* README fixStefan Joosten2016-08-201-0/+1
|
* Improve updater mechanism.Stefan Joosten2016-08-202-1/+23
| | | | | | | Changes: 1. Detect if there is a systemd service unit, otherwise skip it. 2. Make sure ownership of the TeamSpeak 3 server directory gets set on upgrades. 3. Expand README
* Updated READMEStefan Joosten2016-08-011-12/+12
|
* Resolve issue #2Stefan Joosten2016-07-311-1/+3
|
* Fixes a small bug in the pruning mechanism. It left some empty directories ↵Stefan Joosten2016-07-311-1/+1
| | | | behind.
* Pruning of old versions now also removes the old archivesStefan Joosten2016-07-311-1/+4
|
* Make amount of installed versions to keep configurableStefan Joosten2016-07-313-1/+3
|
* Restart the TeamSpeak 3 server after updating the symlink.Stefan Joosten2016-07-312-0/+7
|
* Updated the READMEStefan Joosten2016-07-311-0/+2
|
* Split (some) upgrade tasks into a separate task file.Stefan Joosten2016-07-312-16/+21
| | | | Less tasks skipped in a run. Looks a bit cleaner upon execution of the role in a playbook.
* Inplemented first version of a updating mechanism.Stefan Joosten2016-07-315-24/+51
| | | | | | | | | | | | 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.
* Merge branch 'master' into issue2Stefan Joosten2016-07-302-0/+11
|\
| * Fixes #5 : systemd now reloaded when changing service file.Stefan Joosten2016-07-302-0/+11
| |
* | Made a symlink pointing to the current Teamspeak 3 server directory.Stefan Joosten2016-07-303-3/+22
|/
* Initial commit of Ansible teamspeak role.Stefan Joosten2016-07-2912-0/+256