Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | README fix to represent default teamspeak.keep correctly | Stefan Joosten | 2016-08-26 | 1 | -1/+1 |
| | |||||
* | Merge branch 'issue3' | Stefan Joosten | 2016-08-26 | 9 | -26/+76 |
|\ | | | | | | | | | Add the functionality to include a TeamSpeak 3 Server license file. Close issue #3 | ||||
| * | Made location of source license file configurable.issue3 | Stefan Joosten | 2016-08-25 | 3 | -1/+3 |
| | | | | | | | | This also makes it possible to use different license files for different hosts. | ||||
| * | Add logic to install a TeamSpeak 3 Server License file to the target host. ↵ | Stefan Joosten | 2016-08-25 | 4 | -8/+52 |
| | | | | | | | | Fixes issue #3. | ||||
| * | Updated README with license functionality | Stefan Joosten | 2016-08-25 | 1 | -2/+9 |
| | | |||||
| * | Add files/licensekey.dat to .gitignore | Stefan Joosten | 2016-08-25 | 1 | -1/+1 |
| | | |||||
| * | Prettier task names | Stefan Joosten | 2016-08-25 | 3 | -15/+12 |
| | | |||||
* | | Increase default TeamSpeak 3 Server installation to 'keep' in case of ↵ | Stefan Joosten | 2016-08-25 | 1 | -1/+1 |
|/ | | | | trouble to 3 (was 2) | ||||
* | Improved README | Stefan Joosten | 2016-08-25 | 1 | -25/+31 |
| | |||||
* | Clean up an old INI configuration after turning teamspeak_ini_enabled off again. | Stefan Joosten | 2016-08-23 | 2 | -0/+8 |
| | |||||
* | Fix issue #1. | Stefan Joosten | 2016-08-23 | 7 | -141/+144 |
| | | | | | | | 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. | ||||
* | Capitalized some words. | Stefan Joosten | 2016-08-23 | 2 | -5/+5 |
| | | | | server -> Server in the TeamSpeak 3 Server name. | ||||
* | Merge pull request #10 from EggieCode/issue-e1 | Stefan | 2016-08-23 | 7 | -1/+84 |
|\ | | | | | Patches to fix issue #1. Thank you. | ||||
| * | Readme update + Add check teamspeak_ini.disabled | Egbert Verhage | 2016-08-23 | 3 | -1/+3 |
| | | |||||
| * | Update README | Egbert Verhage | 2016-08-22 | 1 | -0/+16 |
| | | |||||
| * | Bug: Indent in default.yml with voice in teamspeak_ini | Egbert Verhage | 2016-08-22 | 2 | -3/+10 |
| | | | | | | | | Add: Create logs folder | ||||
| * | Add: gitignore for vim swap files | Egbert Verhage | 2016-08-22 | 3 | -1/+4 |
| | | | | | | | | | | Fixed: teamspeak.ini_file in defaults Fixed: check if ini_file is not none on include of config.yml | ||||
| * | Fix: Added update include to main.yml | Egbert Verhage | 2016-08-21 | 1 | -0/+3 |
| | | |||||
| * | Fixed issue #1 | Egbert Verhage | 2016-08-21 | 4 | -1/+53 |
|/ | |||||
* | Remove tags from the tasks | Stefan Joosten | 2016-08-20 | 3 | -31/+1 |
| | | | | | You can apply a tag to the entire role in your playbook. See the example in the README. |