From 821a7d30c370071c95216d8e7ab7497d17656f1b Mon Sep 17 00:00:00 2001 From: gwen Date: Tue, 10 Feb 2026 10:53:07 +0100 Subject: [PATCH] help --- structure.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/structure.yml b/structure.yml index f7998cc..5b8f870 100644 --- a/structure.yml +++ b/structure.yml @@ -34,16 +34,22 @@ nginx: type: mail htpasswd_file: - description: htpassword file + description: htpassword user credential file name type: unix_filename default: /etc/nginx/.htpasswd + params: + types: + - file users: + description: nginx authenticated user credentials type: leadership username: + description: nginx user type: unix_user password: + description: nginx password type: secret ...