2020-02-17 17:21:21 +01:00
|
|
|
---
|
|
|
|
dependency:
|
|
|
|
name: galaxy
|
|
|
|
driver:
|
|
|
|
name: docker
|
|
|
|
lint:
|
|
|
|
name: yamllint
|
|
|
|
platforms:
|
|
|
|
- name: centos-7
|
|
|
|
image: centos:7
|
2020-02-18 07:35:20 +01:00
|
|
|
- name: centos-latest
|
|
|
|
image: centos:latest
|
|
|
|
# - name: fedora-latest # epel package not available
|
|
|
|
# image: fedora:latest
|
2020-02-17 17:21:21 +01:00
|
|
|
- name: debian-oldstable
|
|
|
|
image: debian:oldstable
|
|
|
|
- name: debian-stable
|
|
|
|
image: debian:stable
|
2020-02-18 07:35:20 +01:00
|
|
|
- name: ubuntu-xenial
|
|
|
|
image: ubuntu:xenial
|
|
|
|
# - name: ubuntu-trusty # Python too old
|
|
|
|
# image: ubuntu:trusty
|
|
|
|
- name: ubuntu-latest
|
|
|
|
image: ubuntu:latest
|
2020-02-17 17:21:21 +01:00
|
|
|
provisioner:
|
|
|
|
name: ansible
|
|
|
|
lint:
|
|
|
|
name: ansible-lint
|
|
|
|
verifier:
|
|
|
|
name: testinfra
|
|
|
|
lint:
|
|
|
|
name: flake8
|