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:
|
||||
type: domainname
|
||||
description: domaine name
|
||||
default: exemple.fr
|
||||
description: domain name
|
||||
examples:
|
||||
- exemple.fr
|
||||
|
||||
htpasswd_file:
|
||||
type: unix_filename
|
||||
description: htpassword file
|
||||
default: /etc/nginx/.htpasswd
|
||||
|
||||
|
|
@ -17,13 +19,13 @@ intranet:
|
|||
type: mail
|
||||
description: domaine name email for certbot
|
||||
default: contact@exemple.fr
|
||||
|
||||
|
||||
users:
|
||||
type: leadership
|
||||
|
||||
|
||||
username:
|
||||
type: unix_user
|
||||
|
||||
|
||||
password:
|
||||
type: secret
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue