ansible.nftables/molecule/default/molecule.yml

60 lines
1.1 KiB
YAML

---
dependency:
name: galaxy
lint: |
set -e
yamllint .
ansible-lint
driver:
name: docker
platforms:
- name: systemd-ubuntu-latest
image: jrei/systemd-ubuntu:latest
command: /usr/sbin/init
privileged: true
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:ro
tmpfs:
- /run
- /tmp
- name: systemd-centos-latest
image: centos/systemd:latest
command: /usr/sbin/init
privileged: true
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:ro
tmpfs:
- /run
- /tmp
# - name: systemd-debian-latest
# image: jrei/systemd-debian:latest
# command: /sbin/init
# privileged: true
# volumes:
# - /sys/fs/cgroup:/sys/fs/cgroup:ro
# - name: systemd-fedora-latest
# image: jrei/systemd-fedora:latest
# command: /usr/sbin/init
# privileged: true
# volumes:
# - /sys/fs/cgroup:/sys/fs/cgroup:ro
- name: archlinux
image: archlinux:latest
command: /usr/sbin/init
privileged: true
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:ro
tmpfs:
- /run
- /tmp
provisioner:
name: ansible
verifier:
name: ansible