diff options
author | Stefan Joosten <stefan@sjoosten.nl> | 2016-08-28 19:16:58 +0200 |
---|---|---|
committer | Stefan Joosten <stefan@sjoosten.nl> | 2016-08-28 19:16:58 +0200 |
commit | 393ef2484f004c136543b55cdd00a253961f2d44 (patch) | |
tree | dcb257d7667ddbb0bbf28ece12e7f378973bd100 /README.md | |
parent | 07d4e557f084fbea96dc30c425875fc973681d98 (diff) | |
download | ansible-teamspeak-393ef2484f004c136543b55cdd00a253961f2d44.tar.gz ansible-teamspeak-393ef2484f004c136543b55cdd00a253961f2d44.tar.xz ansible-teamspeak-393ef2484f004c136543b55cdd00a253961f2d44.zip |
Update README
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -31,8 +31,8 @@ These variables define properties for the user thats going to run the TeamSpeak * `teamspeak.home`: Home directory for the teamspeak user. Will also be used to install the teamspeak server in. Defaults to "/opt/teamspeak". * `teamspeak.shell`: Shell for the teamspeak user. Defaults to "/usr/sbin/nologin". * `teamspeak.symlink`: Name of symlink to point to current TeamSpeak 3 server directory. Defaults to "current". -* `teamspeak.version`: Version of Teamspeak 3 Server to install. Defaults to "3.0.12.4". -* `teamspeak.checksum`: SHA256 checksum of archive of TeamSpeak 3 server version for verification purposes. Example: "sha256:6bb0e8c8974fa5739b90e1806687128342b3ab36510944f576942e67df7a1bd9" +* `teamspeak.version`: Version of Teamspeak 3 Server to install. Defaults to "3.0.13.3". +* `teamspeak.checksum`: SHA256 checksum of archive of TeamSpeak 3 server version for verification purposes. Example: "sha256:e9f48c8a9bad75165e3a7c9d9f6b18639fd8aba63adaaa40aebd8114166273ae" * `teamspeak.keep`: Amount of TeamSpeak 3 server versions to keep installed, includes the currently installed version. A setting of "3" keeps the current and two previous version installed, which is the default. In case an upgrade goes wrong, you simply rewind the `teamspeak.version` and `teamspeak.checksum` to the older version and run the role again to downgrade back to a known good. ### Further configuraton |