diff options
author | Stefan Joosten <stefan@sjoosten.nl> | 2016-08-25 23:51:03 +0200 |
---|---|---|
committer | Stefan Joosten <stefan@sjoosten.nl> | 2016-08-25 23:51:03 +0200 |
commit | 7ef374edd6f40c1d8a754fdd58dba22efb707932 (patch) | |
tree | bf262b5f24d79efb09def6a04c57fa13575e420a /README.md | |
parent | b331fee529dc21d54b3a495d6fa68029a3920648 (diff) | |
download | ansible-teamspeak-7ef374edd6f40c1d8a754fdd58dba22efb707932.tar.gz ansible-teamspeak-7ef374edd6f40c1d8a754fdd58dba22efb707932.tar.xz ansible-teamspeak-7ef374edd6f40c1d8a754fdd58dba22efb707932.zip |
Made location of source license file configurable.issue3
This also makes it possible to use different license files for different hosts.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -46,6 +46,7 @@ To configure TeamSpeak 3 Server a INI-style configuration file is used. If you r If you have a TeamSpeak 3 Server license, you can have this role install it for you. Place your license file called `licensekey.dat` in the `files/` directory of this role. Tip: if you use Git, add that path to your `.gitignore` to make sure you do not push it somewhere by accident. * `teamspeak_use_license`: Set to `yes` to have your license set up. Default is `no`. +* `teamspeak_license_srcfile`: TeamSpeak 3 Server license file on Ansible host to copy to target. Default searches for the license file at `files/licensekey.dat` * `teamspeak_licensepath`: Used to specify a directory where your license should be located on the target host. If a non-existent directory is specified it will be created for you. Make sure you enable the use of a INI configuration file, otherwise this option will be ineffective. The default is to leave this variable empty, which will place the license file in the same directory as the TeamSpeak 3 Server is installed in. #### Network configuration |