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
|
type: mail
|
||||||
|
|
||||||
htpasswd_file:
|
htpasswd_file:
|
||||||
description: htpassword file
|
description: htpassword user credential file name
|
||||||
type: unix_filename
|
type: unix_filename
|
||||||
default: /etc/nginx/.htpasswd
|
default: /etc/nginx/.htpasswd
|
||||||
|
params:
|
||||||
|
types:
|
||||||
|
- file
|
||||||
|
|
||||||
users:
|
users:
|
||||||
|
description: nginx authenticated user credentials
|
||||||
type: leadership
|
type: leadership
|
||||||
|
|
||||||
username:
|
username:
|
||||||
|
description: nginx user
|
||||||
type: unix_user
|
type: unix_user
|
||||||
|
|
||||||
password:
|
password:
|
||||||
|
description: nginx password
|
||||||
type: secret
|
type: secret
|
||||||
...
|
...
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue