summaryrefslogtreecommitdiffstats
path: root/molecule/default/molecule.yml
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2025-09-04 00:25:57 +0200
committerAhmed Abdelhalim <[email protected]>2025-09-04 00:25:57 +0200
commit6725e4cc8f4e91b4215813171fa06d365721abed (patch)
tree325a3a3629e11e95a4379e0dab9d6a91b08290ca /molecule/default/molecule.yml
parent9314a3458a5b3add41cf31c41e8597165943840d (diff)
Refactor molecule testing to run a scenario per distro
Diffstat (limited to 'molecule/default/molecule.yml')
-rw-r--r--molecule/default/molecule.yml41
1 files changed, 0 insertions, 41 deletions
diff --git a/molecule/default/molecule.yml b/molecule/default/molecule.yml
deleted file mode 100644
index c0ec4e96..00000000
--- a/molecule/default/molecule.yml
+++ /dev/null
@@ -1,41 +0,0 @@
----
-role_name_check: 1
-dependency:
- name: galaxy
- options:
- ignore-errors: true
-driver:
- name: podman
-platforms:
- - name: instance
- image: ${MOLECULE_DISTRO:-archlinux}
- dockerfile: Dockerfile.${MOLECULE_DISTRO:-archlinux}.j2
- platform: "${MOLECULE_PLATFORM:-linux/amd64}"
- pre_build_image: false
- privileged: true
- command: ${MOLECULE_COMMAND:-"/lib/systemd/systemd"}
- tmpfs:
- "/tmp": "rw"
- "/run": "rw,exec"
- volumes:
- - "/sys/fs/cgroup:/sys/fs/cgroup:rw"
- cgroupns_mode: host
-provisioner:
- name: ansible
- inventory:
- links:
- host_vars: "../../host_vars/"
- group_vars: "../../group_vars/"
- env:
- MOLECULE_DISTRO: "${MOLECULE_DISTRO:-archlinux}"
- ANSIBLE_ROLES_PATH: "../../roles"
- config_options:
- defaults:
- callback_result_format: yaml
- interpreter_python: /usr/bin/python3
- ssh_connection:
- pipelining: true
- playbooks:
- converge: converge.yml
-verifier:
- name: ansible