DCD-436: Add ability to disable log aggregation.

This commit is contained in:
Steve Smith
2019-09-11 14:59:00 +10:00
parent 35e37afd24
commit 114c1d2e8e
7 changed files with 108 additions and 16 deletions

View File

@@ -0,0 +1,26 @@
---
dependency:
name: galaxy
driver:
name: docker
lint:
name: yamllint
platforms:
- name: amazon_linux2
image: amazonlinux:2
groups:
- aws_node_local
# - name: ubuntu_lts
# image: ubuntu:bionic
provisioner:
name: ansible
lint:
name: ansible-lint
inventory:
links:
group_vars: ../../../../group_vars/
verifier:
name: testinfra
lint:
name: flake8
enabled: false