Files
ansible-role-python_venv_build/requirements.yml
Dmitriy Rabotyagov 2e1a48bf6a Add molecule testing of the role
In order to ensure role functionality and cover it with
fast functional testing, which can be executed on a local machine,
molecule tests being added to the role.

Tests are covering 3 scenarios so far:
- default scenario for venv installation without wheels pre-build
- uv scenario does the same, but using uv instead of pip
- pip_wheels scenario deploys httpd web server for wheels pre-build

Depends-On: https://review.opendev.org/c/zuul/zuul-jobs/+/979136

Change-Id: I273367646a8284c638dcab05e6685189c6aa798b
Signed-off-by: Dmitriy Rabotyagov <dmitriy.rabotyagov@cleura.com>
2026-03-06 11:49:55 +01:00

11 lines
230 B
YAML

---
collections:
- name: https://github.com/ansible-collections/community.general
type: git
version: main
roles:
- name: httpd
version: master
scm: git
src: https://opendev.org/openstack/ansible-role-httpd