aboutsummaryrefslogtreecommitdiffstats
path: root/tasks/ts3update.yml
Commit message (Collapse)AuthorAgeFilesLines
* Vastly simplify and refactor the tasksTharre2018-02-201-27/+0
| | | | | | | | | 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.
* Replace synchronize with cp in ts3updateTharre2017-08-171-4/+2
| | | | | Using synchronize causes problems because the remote machine tries to use the ssh key of the local machine.
* Prettier task namesStefan Joosten2016-08-251-4/+4
|
* Capitalized some words.Stefan Joosten2016-08-231-4/+4
| | | | server -> Server in the TeamSpeak 3 Server name.
* Remove tags from the tasksStefan Joosten2016-08-201-8/+0
| | | | | You can apply a tag to the entire role in your playbook. See the example in the README.
* Improve updater mechanism.Stefan Joosten2016-08-201-0/+18
| | | | | | | 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
* Split (some) upgrade tasks into a separate task file.Stefan Joosten2016-07-311-0/+19
Less tasks skipped in a run. Looks a bit cleaner upon execution of the role in a playbook.