34 lines
573 B
YAML
34 lines
573 B
YAML
%YAML 1.2
|
|
---
|
|
version: 1.1
|
|
|
|
nginx:
|
|
description: pedagogic html static file server
|
|
help: put the html files in the /var/www/<domain_name> folder
|
|
|
|
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
|
|
|