mirror of
https://github.com/dj-wasabi/ansible-telegraf.git
synced 2025-07-17 08:46:37 +00:00
Update to 2.4;Using specific versions of libraries
This commit is contained in:
@ -5,7 +5,7 @@ services:
|
||||
- docker
|
||||
|
||||
install:
|
||||
- pip install molecule ansible docker==2.7.0
|
||||
- pip install -r requirements.txt
|
||||
|
||||
script:
|
||||
- molecule --version
|
||||
|
@ -5,6 +5,11 @@ Below an overview of all changes in the releases.
|
||||
|
||||
Version (Release date)
|
||||
|
||||
0.10.0 ()
|
||||
|
||||
* Using specific version for tests
|
||||
* Update minimum Ansible version to 2.4
|
||||
|
||||
0.9.0 (2018-05-06)
|
||||
|
||||
* plugins: be able to specify the filename of extra plugings #40 (By pull request: gaelL (Thanks!))
|
||||
|
@ -4,7 +4,7 @@ galaxy_info:
|
||||
description: Installing and configuring Telegraf
|
||||
company:
|
||||
license: license BSD
|
||||
min_ansible_version: 1.2
|
||||
min_ansible_version: 2.4
|
||||
platforms:
|
||||
- name: EL
|
||||
versions:
|
||||
|
4
requirements.txt
Normal file
4
requirements.txt
Normal file
@ -0,0 +1,4 @@
|
||||
ansible==2.4.4.0
|
||||
docker==3.3.0
|
||||
molecule==2.13.1
|
||||
testinfra==1.12.0
|
Reference in New Issue
Block a user