2020-02-17 17:21:21 +01:00
|
|
|
---
|
|
|
|
dependency:
|
|
|
|
name: galaxy
|
|
|
|
driver:
|
|
|
|
name: docker
|
|
|
|
platforms:
|
2021-09-23 12:07:49 +02:00
|
|
|
- name: archlinux-latest
|
|
|
|
image: archlinux:latest
|
2020-02-17 17:21:21 +01:00
|
|
|
- name: centos-7
|
|
|
|
image: centos:7
|
2021-08-18 16:53:42 +02:00
|
|
|
- name: centos-8
|
|
|
|
image: centos:8
|
2020-09-22 12:32:44 +02:00
|
|
|
- name: fedora-latest
|
|
|
|
image: fedora:latest
|
2021-08-18 16:53:42 +02:00
|
|
|
- name: debian-bullseye
|
|
|
|
image: debian:bullseye
|
|
|
|
- name: debian-buster
|
|
|
|
image: debian:buster
|
2021-02-17 03:16:34 +01:00
|
|
|
- name: ubuntu-bionic
|
|
|
|
image: ubuntu:bionic
|
2020-02-18 07:35:20 +01:00
|
|
|
- name: ubuntu-latest
|
|
|
|
image: ubuntu:latest
|
2020-02-17 17:21:21 +01:00
|
|
|
provisioner:
|
|
|
|
name: ansible
|
|
|
|
verifier:
|
2020-02-25 15:08:29 +01:00
|
|
|
name: ansible
|
2021-04-20 08:53:35 +02:00
|
|
|
lint: |
|
|
|
|
set -e
|
|
|
|
yamllint .
|
2021-08-18 16:53:42 +02:00
|
|
|
ansible-lint .
|