-
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 #7 from iqoption/add-valid-meta
Edit meta data
- Loading branch information
Showing
1 changed file
with
16 additions
and
3 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 |
---|---|---|
@@ -1,5 +1,18 @@ | ||
galaxy_info: | ||
author: Alexandr Andryashin, Denis Arslanbekov | ||
description: Deploy selenoid | ||
author: Alexandr Andryashin, Denis Arslanbekov, Vladimir Kozyrev | ||
description: | | ||
Ansible role to manage and run the selenoid docker container. | ||
company: Iqoption Ltd. | ||
min_ansible_version: 2.2 | ||
min_ansible_version: 2.1 | ||
platforms: | ||
- name: Ubuntu | ||
versions: | ||
- trusty | ||
- xenial | ||
galaxy_tags: | ||
- containers | ||
- docker | ||
- selenoid | ||
- gridrouter | ||
- ubuntu | ||
dependencies: [] |