ansible.nftables/molecule/default/molecule.yml

56 lines
1001 B
YAML
Raw Permalink 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-09 00:37:47 +02:00
tmpfs:
- /run
- /tmp
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-09 00:27:47 +02:00
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:ro
2021-08-09 00:37:47 +02:00
tmpfs:
- /run
- /tmp
2021-08-09 11:32:28 +02:00
- name: systemd-debian-latest
image: jrei/systemd-debian:latest
command: /sbin/init
privileged: true
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:ro
tmpfs:
- /run
- /tmp
2021-08-09 00:37:47 +02:00
2021-08-09 11:38:07 +02:00
- name: systemd-fedora-latest
image: jrei/systemd-fedora:latest
command: /usr/sbin/init
privileged: true
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:ro
tmpfs:
- /run
- /tmp
2021-08-08 23:14:36 +02:00
2021-08-06 11:28:16 +02:00
provisioner:
name: ansible
verifier:
name: ansible