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