aboutsummaryrefslogtreecommitdiffstats
path: root/roles/httpd/meta/main.yml
blob: c2fc9b31096a0ccdfff4faee426fb60c98545c3b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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
remember that computers suck.