iqoption.selenoid-docker

Selenoid dans Docker

Statut de construction Licence

Configurez selenoid dans Docker

Exigences

  • python
  • docker

Variables

selenoid_version: 1.6.0
selenoid_cm_version: 1.4.2
selenoid_limit: 5
selenoid_tmpfs: 128
selenoid_config_dir: /etc/selenoid
selenoid_listen_port: 4444
selenoid_time_zone: Europe/Moskow
selenoid_browsers_last_versions: 5
selenoid_browsers:
  - firefox
  - opera
  - chrome
selenoid_video_host_output_dir: /var/lib/selenoid/video
selenoid_video_container_output_dir: /opt/selenoid/video

Exemple

---
- hôtes: tous
  rôles:
  - selenoid

Dépendances

Contribution

  1. Faites un fork
  2. Créez votre branche de fonctionnalité : git checkout -b ma-nouvelle-fonctionnalité
  3. Engagez vos changements : git commit -am 'Ajouter une fonctionnalité'
  4. Poussez vers la branche : git push origin ma-nouvelle-fonctionnalité
  5. Soumettez une demande de tirage

Licence

Voir LICENSE

À propos du projet

Ansible role to manage and run the selenoid docker container.

Installer
ansible-galaxy install iqoption.selenoid-docker
Licence
apache-2.0
Téléchargements
152
Propriétaire