-
Notifications
You must be signed in to change notification settings - Fork 3
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/add-docker-env
add group: deprecated-2017Q4
- Loading branch information
Showing
4 changed files
with
12 additions
and
15 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
*.retry |
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 |
---|---|---|
@@ -1,24 +1,18 @@ | ||
galaxy_info: | ||
author: Alexandr Andryashin, Denis Arslanbekov | ||
description: Deploy Grid Router | ||
author: Alexandr Andryashin, Denis Arslanbekov, Vladimir Kozyrev | ||
description: | | ||
Ansible role to manage and run the gridrouter docker container. | ||
company: Iqoption Ltd. | ||
min_ansible_version: 2.2 | ||
min_ansible_version: 2.1 | ||
platforms: | ||
- name: Ubuntu | ||
versions: | ||
- 16.04 | ||
- name: EL | ||
versions: | ||
- 6 | ||
- name: Debian | ||
versions: | ||
- jessie | ||
- name: Ubuntu | ||
versions: | ||
- trusty | ||
- xenial | ||
- trusty | ||
- xenial | ||
galaxy_tags: | ||
- containers | ||
- docker | ||
- selenoid | ||
- gridrouter | ||
- ubuntu | ||
dependencies: [] |