30 lines
432 B
YAML
30 lines
432 B
YAML
|
|
%YAML 1.2
|
||
|
|
---
|
||
|
|
version: 1.1
|
||
|
|
|
||
|
|
intranet:
|
||
|
|
|
||
|
|
domain_name:
|
||
|
|
type: domainname
|
||
|
|
description: domaine name
|
||
|
|
default: exemple.fr
|
||
|
|
|
||
|
|
htpasswd_file:
|
||
|
|
description: htpassword file
|
||
|
|
default: /etc/nginx/.htpasswd
|
||
|
|
|
||
|
|
email:
|
||
|
|
type: mail
|
||
|
|
description: domaine name email for certbot
|
||
|
|
default: contact@exemple.fr
|
||
|
|
|
||
|
|
users:
|
||
|
|
type: leadership
|
||
|
|
|
||
|
|
username:
|
||
|
|
type: unix_user
|
||
|
|
|
||
|
|
password:
|
||
|
|
type: secret
|
||
|
|
|