ansible.nftables/molecule/default/molecule.yml

38 lines
691 B
YAML
Raw Normal View History

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 23:14:36 +02:00
- name: systemd-ubuntu-latest
2021-08-08 20:43:58 +02:00
image: jrei/systemd-ubuntu:latest
2021-08-08 21:47:20 +02:00
command: /usr/sbin/init
2021-08-08 21:09:42 +02:00
privileged: true
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:ro
2021-08-08 23:14:36 +02:00
- name: systemd-centos-latest
2021-08-08 18:59:44 +02:00
image: centos/systemd:latest
command: /usr/sbin/init
privileged: true
2021-08-08 23:14:36 +02:00
- name: systemd-debian-latest
image: jrei/systemd-debian:latest
command: /sbin/init
2021-08-08 23:14:36 +02:00
privileged: true
2021-08-08 23:14:36 +02:00
- name: systemd-fedora-latest
image: jrei/systemd-fedora:latest
command: /usr/sbin/init
privileged: true
2021-08-06 11:28:16 +02:00
provisioner:
name: ansible
verifier:
name: ansible