chromedriver

koichirok.chromedriver

Ansible role to install chromedriver

Role Variables

See defaults/main.yml

variable default description
chromedriver_install_prefix /opt/google/chromedriver The path where the chromedriver is installed. chromedriver executable is installed at {{chromedriver_install_prefix}}/bin
chromedriver_install_as_service false TBD
chromedriver_service_state not defined TBD
chromedriver_service_enabled not defined TBD
chromedriver_service_user daemon TBD
chromedriver_service_group daemon TBD

Dependencies

  • koichirok.google_chrome

Example Playbook

- hosts: servers
  roles:
     - koichirok.chromedriver

License

BSD

About

ansible role to install ChromeDriver

Install
ansible-galaxy install koichirok/ansible-role-chromedriver
GitHub repository
License
bsd-3-clause
Downloads
848