| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
| |
This avoids the following error thrown at startup:
TS3ANetwork::ResolveHostName failed error: -3 (Temporary failure in name
resolution) 11
|
| |
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
| |
default server
|
|
|
|
| |
Fixes issue #3.
|
|
|
|
|
|
|
| |
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.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.
|
| |
|
|
|