summaryrefslogtreecommitdiffstats
path: root/ansible_collections/community/grafana/molecule/default/molecule.yml
diff options
context:
space:
mode:
Diffstat (limited to 'ansible_collections/community/grafana/molecule/default/molecule.yml')
-rw-r--r--ansible_collections/community/grafana/molecule/default/molecule.yml21
1 files changed, 21 insertions, 0 deletions
diff --git a/ansible_collections/community/grafana/molecule/default/molecule.yml b/ansible_collections/community/grafana/molecule/default/molecule.yml
new file mode 100644
index 000000000..ab4613bcb
--- /dev/null
+++ b/ansible_collections/community/grafana/molecule/default/molecule.yml
@@ -0,0 +1,21 @@
+---
+dependency:
+ name: galaxy
+driver:
+ name: docker
+platforms:
+ - name: instance
+ image: rndmh3ro/docker-debian12-ansible:latest
+ command: ${MOLECULE_DOCKER_COMMAND:-/lib/systemd/systemd}
+ env:
+ container: docker
+ pre_build_image: true
+ platform: amd64
+provisioner:
+ name: ansible
+ config_options:
+ defaults:
+ interpreter_python: auto_silent
+ callback_whitelist: profile_tasks, timer, yaml
+verifier:
+ name: ansible