DCD-436: Add flag to disable CloudWatch completely.

This commit is contained in:
Steve Smith
2019-09-12 10:57:45 +10:00
parent e1090ba4fe
commit ee6df8f8a8
11 changed files with 92 additions and 3 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