Skip to content
This repository has been archived by the owner on Mar 6, 2023. It is now read-only.

Commit

Permalink
Merge pull request #84 from cloudalchemy/new_ansible
Browse files Browse the repository at this point in the history
ansible 2.5
  • Loading branch information
paulfantom authored Mar 24, 2018
2 parents e7dd73c + f5d95c2 commit 828e32e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ cache: pip
services:
- docker
env:
- ANSIBLE='ansible>=2.2.0,<2.3.0' PROMETHEUS=1.8.2
- ANSIBLE='ansible>=2.2.0,<2.3.0' PROMETHEUS=2.2.1
- ANSIBLE='ansible>=2.3.0,<2.4.0' PROMETHEUS=1.8.2
- ANSIBLE='ansible>=2.3.0,<2.4.0' PROMETHEUS=2.2.1
- ANSIBLE='ansible>=2.4.0,<2.5.0' PROMETHEUS=1.8.2
- ANSIBLE='ansible>=2.4.0,<2.5.0' PROMETHEUS=2.2.1
- ANSIBLE='ansible>=2.5.0,<2.6.0' PROMETHEUS=1.8.2
- ANSIBLE='ansible>=2.5.0,<2.6.0' PROMETHEUS=2.2.1
install:
- pip install ${ANSIBLE} 'ansible-lint>=3.4.15' 'molecule==1.25.0' docker git-semver 'testinfra>=1.7.0,<=1.10.1' jmespath
before_script:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Deploy [Prometheus](https://github.com/prometheus/prometheus) monitoring system

## Requirements

- Ansible > 2.2
- Ansible >= 2.3
- go-lang installed on deployer machine (same one where ansible is installed)
- jmespath on deployer machine. If you are using Ansble from a Python virtualenv, install *jmespath* to the same virtualenv via pip.

Expand Down
2 changes: 1 addition & 1 deletion meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ galaxy_info:
author: Roman Demachkovych, Pawel Krupa
description: Deploy Prometheus monitoring system
license: MIT
min_ansible_version: 2.2
min_ansible_version: 2.3
platforms:
- name: Ubuntu
versions:
Expand Down

0 comments on commit 828e32e

Please sign in to comment.