koichirok.chromedriver

koichirok.chromedriver

chromedriverをインストールするためのAnsibleロール

ロール変数

defaults/main.ymlを参照してください。

変数 デフォルト 説明
chromedriver_install_prefix /opt/google/chromedriver chromedriverがインストールされるパス。chromedriverの実行ファイルは{{chromedriver_install_prefix}}/binにインストールされます。
chromedriver_install_as_service false 未定義
chromedriver_service_state 未定義 未定義
chromedriver_service_enabled 未定義 未定義
chromedriver_service_user daemon 未定義
chromedriver_service_group daemon 未定義

依存関係

  • koichirok.google_chrome

使用例

- hosts: servers
  roles:
     - koichirok.chromedriver

ライセンス

BSD

プロジェクトについて

ansible role to install ChromeDriver

インストール
ansible-galaxy install koichirok.chromedriver
ライセンス
bsd-3-clause
ダウンロード
875
所有者