2019-08-03 12:53:21 +02:00
|
|
|
---
|
|
|
|
driver:
|
|
|
|
name: docker
|
|
|
|
lint:
|
|
|
|
name: yamllint
|
|
|
|
platforms:
|
|
|
|
- name: debian-stretch
|
2019-11-21 19:53:30 +01:00
|
|
|
image: debian:stretch-slim
|
|
|
|
dockerfile: ../common/Dockerfile.j2
|
2019-08-07 22:16:27 +02:00
|
|
|
- name: debian-buster
|
2019-11-21 19:53:30 +01:00
|
|
|
image: debian:buster-slim
|
|
|
|
dockerfile: ../common/Dockerfile.j2
|
2019-08-03 12:53:21 +02:00
|
|
|
- name: ubuntu-xenial
|
|
|
|
image: ubuntu:xenial
|
2019-11-21 19:53:30 +01:00
|
|
|
dockerfile: ../common/Dockerfile.j2
|
2019-08-03 12:53:21 +02:00
|
|
|
- name: ubuntu-bionic
|
|
|
|
image: ubuntu:bionic
|
2019-11-21 19:53:30 +01:00
|
|
|
dockerfile: ../common/Dockerfile.j2
|
2019-08-03 12:53:21 +02:00
|
|
|
provisioner:
|
|
|
|
name: ansible
|
2019-11-26 22:12:09 +01:00
|
|
|
playbooks:
|
|
|
|
converge: ../common/playbook_default.yml
|
2019-08-03 12:53:21 +02:00
|
|
|
lint:
|
|
|
|
name: ansible-lint
|
|
|
|
verifier:
|
|
|
|
name: testinfra
|
2019-11-26 22:12:09 +01:00
|
|
|
directory: ../common/test_default
|
2019-08-03 12:53:21 +02:00
|
|
|
lint:
|
|
|
|
name: flake8
|