2020-02-17 17:21:21 +01:00
|
|
|
---
|
|
|
|
dependency:
|
|
|
|
name: galaxy
|
|
|
|
driver:
|
|
|
|
name: docker
|
2020-02-25 12:56:13 +01:00
|
|
|
lint: |
|
|
|
|
set -e
|
|
|
|
yamllint .
|
|
|
|
ansible-lint
|
|
|
|
# flake8
|
2020-02-17 17:21:21 +01:00
|
|
|
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
|
|
|
|
verifier:
|
|
|
|
name: testinfra
|