Skip to content

lean-delivery/ansible-role-selenoid

Repository files navigation

Selenoid in docker

License Build Status Build Status Galaxy Ansible Ansible

Set up selenoid in docker

Requirements

  • python
  • docker

Variables

  • selenoid_cm_version: Install configuration manager version
    [Default: 1.3.1]
  • selenoid_version: Install selenoid version
    [Default: 1.4.0]
  • selenoid_docker_api_version: Docker api version (for Selenoid)
    [Default: 1.24]

Example

---
- hosts: all
  roles:
  - lean_delivery.selenoid

Dependencies

  • ansible role lean_delivery.docker Galaxy

grid-router may help you generate browser.xml (using sctl and ./files/input.json in grid-router repo).

Contributing

  1. Fork it;
  2. Create your feature branch: git checkout -b my-new-feature;
  3. Commit your changes: git commit -am 'Add some feature';
  4. Push to the branch: git push origin my-new-feature;
  5. Submit a pull request.

License

See LICENSE

Author Information

authors:

Example playbook for packer

---
- hosts: all
  gather_facts: no
  roles:
    - role: ansible-role-selenoid