This role will install \ uninstall srs service on linux os hosts.
- ansible-role-java8 must be installed on all machines.
- Supports linux os hosts only.
Name | Description | Type | Default | Required |
---|---|---|---|---|
state | should the application be present or absent | present, absent | present | no |
app_version | application version to install | string | 20.11.130 | no |
server_port | port number for the server | number | 8090 | no |
extra_application_properties | additional props to be override in application.properties file | dict | {} | no |
extra_agents_xml | extend agents xml configuration | dict | {} | no |
installation_root_folder | the root folder in which the application will be installed under srs-{version} folder | string | for linux: /opt/Experitest | no |
java_version | java jre version to install | string | 1.8.0_221 | no |
custom_download_url | custom url to download the installation from (zip format) | string | no | |
start_after_install | should application start after installation is completed | boolean | True | no |
clear_temp_folder | remove temp folder after installation | boolean | False | no |
clear_before_install | removing old installation before installing new version | boolean | False | no |