| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
|
| |
`daemon-reload=true`"
This reverts commit a3fab1d724269d0a3ce2fe8932ff1a04f685a68a.
systemd module requires the "name" argument.
The way you intended to use this was clever and I liked it. But the module seems not to have this one in mind.
As it doesn't work, I'm reverting it to the older command module style.
|
| |
|
|
|
|
| |
server -> Server in the TeamSpeak 3 Server name.
|
|
|
|
| |
behind.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|