feat: implement molecule to test role

This commit is contained in:
2026-03-10 17:47:11 -03:00
parent 2a7cafa46e
commit c696c57a5e
4 changed files with 113 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
#SPDX-License-Identifier: GPL-3.0-only
---
dependency:
name: galaxy
driver:
name: podman
platforms:
- name: instance
image: ghcr.io/geerlingguy/docker-debian12-ansible:latest
pre_build_image: true
privileged: true
systemd: always
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:rw
cgroupns_mode: host
provisioner:
name: ansible
playbooks:
converge: converge.yml
verify: verify.yml
verifier:
name: ansible