ansible.nftables/molecule/default/molecule.yml

27 lines
539 B
YAML

---
dependency:
name: galaxy
lint: |
set -e
yamllint .
ansible-lint
driver:
name: docker
platforms:
- name: ubuntu-latest
image: ubuntu:latest
- name: centos-latest
image: centos/systemd:latest
command: /usr/sbin/init
privileged: true
# - 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
provisioner:
name: ansible
verifier:
name: ansible