ansible.nftables/molecule/default/molecule.yml

21 lines
333 B
YAML

---
dependency:
name: galaxy
lint: |
set -e
yamllint .
ansible-lint
driver:
name: docker
platforms:
- name: ubuntu-latest
image: jrei/systemd-ubuntu:latest
- name: centos-latest
image: centos/systemd:latest
command: /usr/sbin/init
privileged: true
provisioner:
name: ansible
verifier:
name: ansible