Skip to content

Commit

Permalink
Added valid selenoid config dir
Browse files Browse the repository at this point in the history
  • Loading branch information
arslanbekov committed Apr 18, 2018
1 parent d26b04f commit b2d87e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ selenoid_version: 1.6.0 # Install selenoid version
selenoid_cm_version: 1.4.2 # Install configuration manager version
selenoid_limit: 5 # Total number of simultaneously running containers http://aerokube.com/selenoid/latest/#_recommended_docker_settings
selenoid_tmpfs: 128 # Add in-memory filesystem (tmpfs) to container http://aerokube.com/selenoid/latest/#_other_optional_fields
selenoid_config_dir: /etc/selenoid # Selenoid configuration dir
selenoid_config_dir: /root/.aerokube/selenoid # Selenoid configuration dir
selenoid_listen_port: 4444 # Listen port
selenoid_time_zone: Europe/Moscow # Timezone in container
selenoid_browsers_last_versions: 5 # How many last version browsers need download in selenoid
Expand Down
2 changes: 1 addition & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@
--last-versions {{ selenoid_browsers_last_versions }}
--force
--vnc
--args "-limit {{ selenoid_limit }} -listen :{{ selenoid_listen_port }} -video-output-dir={{ selenoid_video_container_output_dir }} -conf {{ selenoid_config_dir }}/browsers.json"
--args "-limit {{ selenoid_limit }} -listen :{{ selenoid_listen_port }} -video-output-dir={{ selenoid_video_container_output_dir }} -conf /etc/selenoid/browsers.json"

0 comments on commit b2d87e7

Please sign in to comment.