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