https://github.com/hypery2k/ansible-selenium-grid
Ansible Playbook to Deploy Selenium Grid
https://github.com/hypery2k/ansible-selenium-grid
Last synced: 3 months ago
JSON representation
Ansible Playbook to Deploy Selenium Grid
- Host: GitHub
- URL: https://github.com/hypery2k/ansible-selenium-grid
- Owner: hypery2k
- License: mit
- Created: 2017-09-18T14:53:09.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-05-30T20:56:18.000Z (about 1 year ago)
- Last Synced: 2025-02-03T08:51:10.964Z (5 months ago)
- Size: 9.77 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Selenium Grid with Docker - Ansible Playbook
[](https://travis-ci.org/ing-bank/ansible-selenium-grid)
This playbook can be used to create a Selenium Grid on one machine using Docker.
The purpose of this playbook is to remove all docker containers, and build up the grid from scratch every time this deploy runs. This way, it can also be used to refresh or update the grid.With one simple playbook, you'll have your Selenium Grid running in no time:
```
./deploy.yml
```
Clone the repo to your Grid machine and run the above command.## Requirements:
- Ansible
- Git## Features:
- Easy Setup
The playbook takes care of everything between the installation of prerequisites
and the spinning up the Grid itself. That makes the setup smooth and easy.- Grid Maintenance
Every time it runs, it gets the latest Docker images, and builds the Grid from
scratch. This ensures a fresh and updated Grid every time.