aboutsummaryrefslogtreecommitdiffstats
path: root/roles/httpd_pre/meta/main.yml
blob: df8fb89c539cc0e204d385e507bce24bf4c9e054 (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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
---

argument_specs:
  main:
    short_description: httpd_pre main entrypoint.
    options:

      httpd_pre__configuration_file:
        type: path
        required: true
        description: Configuration file

      httpd_pre__configuration_dir:
        type: path
        required: true
        description: Configuration directory

      httpd_pre__chroot_dir:
        type: path
        required: true
        description: Chroot directory

      httpd_pre__passwords_dir:
        type: path
        required: true
        description: Passwords directory

      httpd_pre__sites_dir:
        type: path
        required: true
        description: Sites directory

      httpd_pre__user:
        type: str
        required: true
        description: User

      httpd_pre__group:
        type: str
        required: true
        description: Group
remember that computers suck.