ansible.nftables/molecule/default/molecule.yml

25 lines
482 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 16:41:28 +02:00
- name: ubuntu-latest
image: ubuntu:latest
- name: centos-latest
image: centos-latest
# - 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