iqoption.selenoid-docker
DockerでのSelenoid
DockerにSelenoidをセットアップする
要件
python
docker
変数
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/Moscow
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
例
---
- hosts: all
roles:
- selenoid
依存関係
コントリビュート
- フォークする
- フィーチャーブランチを作成:
git checkout -b my-new-feature
- 変更をコミット:
git commit -am '新しい機能を追加'
- ブランチにプッシュ:
git push origin my-new-feature
- プルリクエストを提出する
ライセンス
LICENSEを参照してください
プロジェクトについて
Ansible role to manage and run the selenoid docker container.
インストール
ansible-galaxy install iqoption.selenoid-docker
ライセンス
apache-2.0
ダウンロード
152
所有者