Skip to content

Commit

Permalink
Merge pull request #8 from iqoption/add-docker-env
Browse files Browse the repository at this point in the history
add group: deprecated-2017Q4
  • Loading branch information
arslanbekov authored Jan 16, 2018
2 parents 543d51a + e51ddb6 commit b6b34a5
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 15 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.retry
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ install:
- sudo apt-add-repository -y ppa:ansible/ansible
- sudo apt-get update -qq
- sudo apt-get install -y ansible
- echo -e 'localhost ansible_connection=local' > tests/inventory
- echo -e 'localhost ansible_connection=local' > tests/inventory
- echo -e '[defaults]\nroles_path = ../\nhostfile = ./tests/inventory' > ansible.cfg
- sudo rm /usr/bin/python && sudo ln -s /usr/bin/python2.7 /usr/bin/python
- ansible --version
Expand All @@ -28,5 +28,6 @@ script:
| grep -q 'changed=0.*failed=0'
&& (echo 'Idempotence test: pass' && exit 0)
|| (echo 'Idempotence test: fail' && exit 1)
notifications:
webhooks: https://galaxy.ansible.com/api/v1/notifications/
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## GridRouter in docker
[![Build Status](https://travis-ci.org/iqoption/gridrouter-docker.svg?branch=add-travis)](https://travis-ci.org/iqoption/gridrouter-docker)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)

Set up [GridRouter](https://github.com/aerokube/ggr) in docker

Expand Down
22 changes: 8 additions & 14 deletions meta/main.yml
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: []

0 comments on commit b6b34a5

Please sign in to comment.