
This implements bare minimal functionality for the HTTPD role. It needs to be extended according to specific use-cases with follow-up patches Depends-On: https://review.opendev.org/c/openstack/openstack-ansible/+/938571 Change-Id: I7c0dd550c82cc11d2edba724b3f3030a41c0d354
16 lines
231 B
YAML
16 lines
231 B
YAML
---
|
|
|
|
molecule_packages:
|
|
debian:
|
|
- ca-certificates
|
|
- python3-cryptography
|
|
- gnutls-bin
|
|
- iproute2
|
|
redhat:
|
|
- ca-certificates
|
|
- python3-cryptography
|
|
- gnutls-utils
|
|
- iproute
|
|
- procps
|
|
- sudo
|