diff options
Diffstat (limited to 'roles/httpd/meta')
-rw-r--r-- | roles/httpd/meta/main.yml | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/roles/httpd/meta/main.yml b/roles/httpd/meta/main.yml new file mode 100644 index 0000000..c2fc9b3 --- /dev/null +++ b/roles/httpd/meta/main.yml @@ -0,0 +1,25 @@ +--- + +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 |