| 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.
|
|
|
|
|
| |
Using synchronize causes problems because the remote machine tries to
use the ssh key of the local machine.
|
| |
|
|
|
|
| |
server -> Server in the TeamSpeak 3 Server name.
|
|
|
|
|
| |
You can apply a tag to the entire role in your playbook. See the example
in the README.
|
|
|
|
|
|
|
| |
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
|
|
Less tasks skipped in a run. Looks a bit cleaner upon execution of the role in a playbook.
|