-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8 from iqoption/remove-container
Add basic check exist docker container selenoid
- Loading branch information
Showing
7 changed files
with
54 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[defaults] | ||
roles_path = ../ | ||
hostfile = ./tests/inventory |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,14 @@ | ||
--- | ||
selenoid_cm_version: 1.3.1 | ||
selenoid_version: 1.4.0 | ||
selenoid_docker_api_version: 1.24 | ||
selenoid_limit: 4 | ||
selenoid_tmpfs: 128 | ||
selenoid_config_dir: /etc/selenoid | ||
selenoid_listen_port: 4444 | ||
selenoid_time_zone: Europe/Moscow | ||
selenoid_version: 1.4.0 # Install selenoid version | ||
selenoid_cm_version: 1.3.1 # Install configuration manager version | ||
selenoid_docker_api_version: 1.24 # Docker api version (for Selenoid) | ||
selenoid_limit: 4 # 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_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 | ||
selenoid_browsers: # What browsers to download | ||
- firefox | ||
- opera | ||
- chrome |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
localhost ansible_connection=local |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
localhost |