blob: c2fc9b31096a0ccdfff4faee426fb60c98545c3b (
plain) (
tree)
|
|
---
dependencies:
- role: httpd_pre
argument_specs:
main:
short_description: httpd main entry point.
options:
httpd__supported_types:
type: list
elements: str
required: true
description: Supported MIME types
httpd__log_format:
type: str
required: true
choices:
- combined
- common
- connection
- forwarded
description: Network protocol
|