Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump to 3.9.0HEADmaster | Tharre | 2019-06-25 | 1 | -2/+2 |
| | |||||
* | Bump to 3.8.0 | Tharre | 2019-06-02 | 1 | -2/+2 |
| | |||||
* | Bump to 3.7.0 | Tharre | 2019-03-23 | 1 | -2/+2 |
| | |||||
* | ts3server now supports being run directly (v3.6.0) | Tharre | 2019-02-28 | 1 | -2/+2 |
| | |||||
* | Depend on network-online to avoid DNS issues | Tharre | 2019-02-28 | 1 | -1/+2 |
| | | | | | | | This avoids the following error thrown at startup: TS3ANetwork::ResolveHostName failed error: -3 (Temporary failure in name resolution) 11 | ||||
* | Teamspeak got themselves their own hosting servers | Tharre | 2019-02-28 | 1 | -1/+1 |
| | | | | Now even with HTTPS! | ||||
* | Bump to 3.6.1 | Tharre | 2019-02-19 | 1 | -2/+2 |
| | |||||
* | Bump to 3.6.0 | Tharre | 2019-02-04 | 1 | -2/+2 |
| | |||||
* | Bump to 3.5.0 | Tharre | 2018-11-17 | 1 | -2/+2 |
| | |||||
* | Create skeleton for teamspeak_db to avoid errors | Tharre | 2018-09-13 | 1 | -1/+9 |
| | | | | | | | | This fixes the following error: The conditional check 'teamspeak_db.plugin == 'ts3db_mariadb'' failed. The error was: error while evaluating conditional (teamspeak_db.plugin == 'ts3db_mariadb'): 'teamspeak_db' is undefined | ||||
* | 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 | 2 | -2/+6 |
| | |||||
* | correct path for debian systemd services | Lex Rivera | 2018-09-13 | 1 | -1/+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 | 3 | -0/+25 |
| | |||||
* | bump teamspeak to 3.4.0 | Lex Rivera | 2018-09-13 | 1 | -2/+2 |
| | |||||
* | Update to 3.3.0 | Tharre | 2018-08-05 | 1 | -2/+2 |
| | |||||
* | Update to 3.2.0 | Tharre | 2018-06-15 | 1 | -2/+2 |
| | |||||
* | Update to 3.1.3 | Tharre | 2018-05-08 | 1 | -2/+2 |
| | |||||
* | Vastly simplify and refactor the tasks | Tharre | 2018-02-20 | 10 | -230/+89 |
| | | | | | | | | | 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. | ||||
* | Change default user and installation path | Tharre | 2018-02-11 | 1 | -2/+2 |
| | |||||
* | Update to 3.0.13.8 | Tharre | 2018-02-11 | 1 | -2/+2 |
| | |||||
* | Replace synchronize with cp in ts3update | Tharre | 2017-08-17 | 1 | -4/+2 |
| | | | | | Using synchronize causes problems because the remote machine tries to use the ssh key of the local machine. | ||||
* | Ensure bzip2 is installed | Tharre | 2017-06-09 | 1 | -0/+5 |
| | |||||
* | Add restoring from backup functionality | Tharre | 2017-06-05 | 3 | -0/+28 |
| | |||||
* | Add support for arch linux | Tharre | 2017-05-31 | 1 | -0/+1 |
| | |||||
* | Increase timeout | Tharre | 2017-05-29 | 1 | -1/+1 |
| | |||||
* | Fix crash with userdata.stat.exists | Tharre | 2017-05-29 | 2 | -2/+2 |
| | |||||
* | Updated defaults to TeamSpeak Server 3.0.16 | Stefan Joosten | 2017-05-07 | 1 | -2/+2 |
| | |||||
* | README.md: made e-mail adresses robot unfriendly | Stefan | 2017-01-27 | 1 | -2/+2 |
| | |||||
* | Update README.md | Stefan | 2017-01-21 | 1 | -2/+2 |
| | | | Placed the Author Information in a bullet list. | ||||
* | Merge pull request #18 from EggieCode/author-info | Stefan | 2017-01-21 | 1 | -0/+1 |
|\ | | | | | Updated README: Add Egbert Verhage to the authors | ||||
| * | Updated README: Added me by Authors | Egbert Verhage | 2017-01-21 | 1 | -0/+1 |
| | | |||||
* | | Added a space for looks. | Stefan Joosten | 2017-01-21 | 1 | -1/+1 |
| | | |||||
* | | Fix issue #7 | Stefan Joosten | 2017-01-21 | 3 | -30/+34 |
|/ | | | | Display the Server Query Admin Account password and ServerAdmin privilege key. | ||||
* | Merge pull request #15 from EggieCode/fix-issue7 | Stefan | 2017-01-21 | 1 | -0/+30 |
|\ | | | | | | | | | | | Fix issue 7 accepted. Looks good overall. I will probably change the shell commands you made. They are a good starting point and displaying the Server Token comes in handy when creating a new TS3 server. | ||||
| * | Config: Added Service start and wait_for TS3 ServerQuery Port | Egbert Verhage | 2016-12-25 | 1 | -1/+15 |
| | | |||||
| * | Config: Real fixed bug with yaml styling | Egbert Verhage | 2016-12-25 | 1 | -3/+3 |
| | | |||||
| * | Config: Fixed bug with yaml styling | Egbert Verhage | 2016-12-25 | 1 | -4/+13 |
| | | |||||
| * | Config: Update naming and added debug messages | Egbert Verhage | 2016-12-25 | 1 | -0/+3 |
| | | |||||
| * | Config: Shell script from getting the serveradmin password | Egbert Verhage | 2016-12-25 | 1 | -0/+4 |
| | | |||||
* | | Revert "Checked command `systemctl daemon-reload` to systemctl: ↵ | Stefan Joosten | 2017-01-21 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | `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. | ||||
* | | Merge pull request #14 from EggieCode/bugfix | Stefan | 2017-01-21 | 2 | -5/+3 |
|\ \ | |/ |/| | Bugfix with create_default_virtualserver accepted. Thank you. | ||||
| * | Fixed template arguments | Egbert Verhage | 2016-12-25 | 1 | -1/+1 |
| | | |||||
| * | Checked command `systemctl daemon-reload` to systemctl: `daemon-reload=true` | Egbert Verhage | 2016-12-25 | 1 | -2/+1 |
| | | |||||
| * | Fixed: create_default_virtualserver is default true. So it always create ↵ | Egbert Verhage | 2016-12-24 | 1 | -3/+2 |
|/ | | | | default server | ||||
* | Update defaults to TeamSpeak 3 Server 3.0.13.4. | Stefan Joosten | 2016-09-11 | 1 | -2/+2 |
| | |||||
* | Update README | Stefan Joosten | 2016-08-28 | 1 | -2/+2 |
| | |||||
* | Updated SHA256 checksum as well to 3.0.13.3.issue11 | Stefan Joosten | 2016-08-28 | 1 | -1/+1 |
| | | | | Somehow that didn't end up in the previous commit... | ||||
* | Update TeamSpeak 3 Server version to 3.0.13.3 | Stefan Joosten | 2016-08-27 | 1 | -1/+1 |
| | | | | Solve issue #11. |