help
This commit is contained in:
parent
65360a3b96
commit
821a7d30c3
1 changed files with 7 additions and 1 deletions
|
|
@ -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
|
||||
...
|
||||
|
|
|
|||
Loading…
Reference in a new issue