mirror of
https://github.com/dj-wasabi/ansible-telegraf.git
synced 2025-07-17 08:46:37 +00:00
34 lines
590 B
YAML
34 lines
590 B
YAML
---
|
|
dependency:
|
|
name: galaxy
|
|
driver:
|
|
name: docker
|
|
lint:
|
|
name: yamllint
|
|
options:
|
|
config-file: molecule/default/yaml-lint.yml
|
|
|
|
platforms:
|
|
- name: telegraf-centos
|
|
image: milcom/centos7-systemd
|
|
privileged: True
|
|
- name: telegraf-debian
|
|
image: minimum2scp/systemd-stretch
|
|
privileged: True
|
|
command: /sbin/init
|
|
- name: telegraf-ubuntu
|
|
image: solita/ubuntu-systemd:bionic
|
|
privileged: True
|
|
command: /sbin/init
|
|
|
|
provisioner:
|
|
name: ansible
|
|
lint:
|
|
name: ansible-lint
|
|
scenario:
|
|
name: default
|
|
verifier:
|
|
name: testinfra
|
|
lint:
|
|
name: flake8
|