From a355ee21c15e915f394952abe76703d7865c991b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20Gon=C3=A7alves?= Date: Sun, 12 May 2024 17:32:53 +0200 Subject: feat(roles/httpd_pre): add httpd_pre role --- roles/httpd_pre/meta/main.yml | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 roles/httpd_pre/meta/main.yml (limited to 'roles/httpd_pre/meta') 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 -- cgit v1.2.3