
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
24 lines
453 B
YAML
24 lines
453 B
YAML
---
|
|
galaxy_info:
|
|
author: OpenStack-Ansible Contributors
|
|
description: Installation and configuration of Apache Web Server
|
|
license: Apache2
|
|
role_name: httpd
|
|
namespace: openstack
|
|
min_ansible_version: "2.10"
|
|
platforms:
|
|
- name: Debian
|
|
versions:
|
|
- bookworm
|
|
- bullseye
|
|
- name: Ubuntu
|
|
versions:
|
|
- jammy
|
|
- noble
|
|
- name: EL
|
|
versions:
|
|
- "9"
|
|
galaxy_tags:
|
|
- cloud
|
|
- httpd
|