update structure file
This commit is contained in:
parent
7feb1a9f5a
commit
c073e7eac9
1 changed files with 7 additions and 5 deletions
|
|
@ -6,10 +6,12 @@ intranet:
|
||||||
|
|
||||||
domain_name:
|
domain_name:
|
||||||
type: domainname
|
type: domainname
|
||||||
description: domaine name
|
description: domain name
|
||||||
default: exemple.fr
|
examples:
|
||||||
|
- exemple.fr
|
||||||
|
|
||||||
htpasswd_file:
|
htpasswd_file:
|
||||||
|
type: unix_filename
|
||||||
description: htpassword file
|
description: htpassword file
|
||||||
default: /etc/nginx/.htpasswd
|
default: /etc/nginx/.htpasswd
|
||||||
|
|
||||||
|
|
@ -17,13 +19,13 @@ intranet:
|
||||||
type: mail
|
type: mail
|
||||||
description: domaine name email for certbot
|
description: domaine name email for certbot
|
||||||
default: contact@exemple.fr
|
default: contact@exemple.fr
|
||||||
|
|
||||||
users:
|
users:
|
||||||
type: leadership
|
type: leadership
|
||||||
|
|
||||||
username:
|
username:
|
||||||
type: unix_user
|
type: unix_user
|
||||||
|
|
||||||
password:
|
password:
|
||||||
type: secret
|
type: secret
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue