Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | proper variable name for license accept | Lex Rivera | 2018-09-13 | 1 | -1/+1 |
| | |||||
* | Accept license if variable is set | Lex Rivera | 2018-09-13 | 1 | -0/+1 |
| | |||||
* | accept teamspeak license by default | Lex Rivera | 2018-09-13 | 1 | -0/+9 |
| | |||||
* | add support for ts3db_mariadb plugin | Lex Rivera | 2018-09-13 | 1 | -0/+11 |
| | |||||
* | Vastly simplify and refactor the tasks | Tharre | 2018-02-20 | 1 | -48/+61 |
| | | | | | | | | | 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. | ||||
* | Add restoring from backup functionality | Tharre | 2017-06-05 | 1 | -0/+4 |
| | |||||
* | Fix crash with userdata.stat.exists | Tharre | 2017-05-29 | 1 | -1/+1 |
| | |||||
* | Fix issue #7 | Stefan Joosten | 2017-01-21 | 1 | -0/+5 |
| | | | | Display the Server Query Admin Account password and ServerAdmin privilege key. | ||||
* | Add logic to install a TeamSpeak 3 Server License file to the target host. ↵ | Stefan Joosten | 2016-08-25 | 1 | -2/+24 |
| | | | | Fixes issue #3. | ||||
* | Clean up an old INI configuration after turning teamspeak_ini_enabled off again. | Stefan Joosten | 2016-08-23 | 1 | -0/+7 |
| | |||||
* | Fix issue #1. | Stefan Joosten | 2016-08-23 | 1 | -69/+9 |
| | | | | | | | 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 | -1/+1 |
| | |||||
* | Add: gitignore for vim swap files | Egbert Verhage | 2016-08-22 | 1 | -1/+1 |
| | | | | | 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.yml | Egbert Verhage | 2016-08-21 | 1 | -0/+3 |
| | |||||
* | Remove tags from the tasks | Stefan Joosten | 2016-08-20 | 1 | -22/+0 |
| | | | | | You can apply a tag to the entire role in your playbook. See the example in the README. | ||||
* | Restart the TeamSpeak 3 server after updating the symlink. | Stefan Joosten | 2016-07-31 | 1 | -0/+2 |
| | |||||
* | Split (some) upgrade tasks into a separate task file. | Stefan Joosten | 2016-07-31 | 1 | -16/+2 |
| | | | | 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 Joosten | 2016-07-31 | 1 | -17/+40 |
| | | | | | | | | | | | | 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 issue2 | Stefan Joosten | 2016-07-30 | 1 | -0/+8 |
|\ | |||||
| * | Fixes #5 : systemd now reloaded when changing service file. | Stefan Joosten | 2016-07-30 | 1 | -0/+8 |
| | | |||||
* | | Made a symlink pointing to the current Teamspeak 3 server directory. | Stefan Joosten | 2016-07-30 | 1 | -0/+18 |
|/ | |||||
* | Initial commit of Ansible teamspeak role. | Stefan Joosten | 2016-07-29 | 1 | -0/+73 |