Ansible role to create an instance of Selenium Grid Hub in Docker.
Setup a Selenium Grid Hub in a docker container. You can access the Hub’s console at an address
similar to this: http://selenhub.COMPANY.com:4444
The publish port will be 4442, the subscribe port will be 4443, and the http port will be 4444.
https://github.com/SeleniumHQ/docker-selenium
For information about PTA and how to use it with this Ansible role please visit https://github.com/Forcepoint/fp-pta-overview/blob/master/README.md
The host is already configured as a docker host.
None
- hosts: servers
vars:
docker_selenium_grid_hub_version: "latest"
docker_selenium_grid_hub_restart_always: yes
roles:
- role: docker-selenium-grid-hub
BSD-3-Clause
Jeremy Cornett jeremy.cornett@forcepoint.com