/selenium-playbook

Ansible playbook for selenium

MIT LicenseMIT

Ansible playbook for Selenium

Tested on CentOS 6.5

Usage

$ ansible-playbook -i hosts selenium.yml

without chromedriver and phantomjs:

$ ansible-playbook -i hosts selenium.yml --extra-vars "with_chromedriver=false with_phantomjs=false"