2021-08-06 11:28:16 +02:00
|
|
|
---
|
|
|
|
dependency:
|
|
|
|
name: galaxy
|
2021-08-08 00:29:36 +02:00
|
|
|
lint: |
|
|
|
|
set -e
|
|
|
|
yamllint .
|
|
|
|
ansible-lint
|
2021-08-06 11:28:16 +02:00
|
|
|
driver:
|
|
|
|
name: docker
|
|
|
|
platforms:
|
2021-08-08 16:41:28 +02:00
|
|
|
- name: ubuntu-latest
|
|
|
|
image: ubuntu:latest
|
|
|
|
- name: centos-latest
|
2021-08-08 18:59:44 +02:00
|
|
|
image: centos/systemd:latest
|
|
|
|
command: /usr/sbin/init
|
|
|
|
privileged: true
|
2021-08-08 16:41:28 +02:00
|
|
|
# - name: "nftables-${image:-debian}-${tag:-latest}"
|
|
|
|
# image: "${image:-debian}:${tag:-latest}"
|
|
|
|
# command: /lib/systemd/systemd
|
|
|
|
# privileged: true
|
|
|
|
# volumes:
|
|
|
|
# - /sys/fs/cgroup:/sys/fs/cgroup:ro
|
2021-08-06 11:28:16 +02:00
|
|
|
provisioner:
|
|
|
|
name: ansible
|
|
|
|
verifier:
|
|
|
|
name: ansible
|