https://github.com/bcoca/ansible-selenium-role
role to install and configure the selenium server
https://github.com/bcoca/ansible-selenium-role
Last synced: 10 months ago
JSON representation
role to install and configure the selenium server
- Host: GitHub
- URL: https://github.com/bcoca/ansible-selenium-role
- Owner: bcoca
- License: gpl-2.0
- Created: 2014-03-27T02:20:47.000Z (about 12 years ago)
- Default Branch: devel
- Last Pushed: 2025-03-13T15:58:06.000Z (about 1 year ago)
- Last Synced: 2025-03-31T13:37:26.425Z (about 1 year ago)
- Language: Shell
- Size: 13.7 KB
- Stars: 8
- Watchers: 3
- Forks: 13
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
ansible-selenium-role
=====================
This role installs the selenium server
Requirements
------------
This role requires the java, currently to supply this it depends on the oracle_java7 role
Role Variables
--------------
Info for downloading seleinum version
download_url: http://selenium.googlecode.com/files/{{jar_file}}
jar_file: selenium-server-standalone-{{server_version}}.jar
server_version: 2.39.0
Roles can be: standalone, hub or node
sel_role: standalone
URI for slaves to find hub server
hub: ''
Jvm settings
java_opts: ''
Extra arguments to selenium jar
extra_args: ''
Specific port for selemium server (uses selenium role default otherwise)
port: ''
Dependencies
------------
It depends on the oracle_java7 role
License
-------
GPLv2
Author Information
------------------
briancoca+selenium@gmail.com