DCD-486: Add optional Docker installation.

This commit is contained in:
Steve Smith
2019-07-17 13:48:57 +10:00
parent 0d2a12a27c
commit 0a6769a8bd
9 changed files with 76 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
---
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
groups:
- aws_node_local
provisioner:
name: ansible
lint:
name: ansible-lint
inventory:
links:
group_vars: ../../../../group_vars/
verifier:
name: testinfra
lint:
name: flake8