2026-02-10 09:42:16 +01:00
|
|
|
%YAML 1.2
|
|
|
|
|
---
|
|
|
|
|
version: 1.1
|
|
|
|
|
|
2026-02-10 09:54:22 +01:00
|
|
|
nginx:
|
2026-02-10 09:42:16 +01:00
|
|
|
|
|
|
|
|
domain_name:
|
|
|
|
|
type: domainname
|
2026-02-10 09:48:09 +01:00
|
|
|
description: domain name
|
|
|
|
|
examples:
|
|
|
|
|
- exemple.fr
|
2026-02-10 09:42:16 +01:00
|
|
|
|
|
|
|
|
htpasswd_file:
|
2026-02-10 09:48:09 +01:00
|
|
|
type: unix_filename
|
2026-02-10 09:42:16 +01:00
|
|
|
description: htpassword file
|
|
|
|
|
default: /etc/nginx/.htpasswd
|
|
|
|
|
|
|
|
|
|
email:
|
|
|
|
|
type: mail
|
|
|
|
|
description: domaine name email for certbot
|
2026-02-10 09:54:22 +01:00
|
|
|
examples:
|
|
|
|
|
- contact@exemple.fr
|
2026-02-10 09:48:09 +01:00
|
|
|
|
2026-02-10 09:42:16 +01:00
|
|
|
users:
|
|
|
|
|
type: leadership
|
2026-02-10 09:48:09 +01:00
|
|
|
|
2026-02-10 09:42:16 +01:00
|
|
|
username:
|
|
|
|
|
type: unix_user
|
2026-02-10 09:48:09 +01:00
|
|
|
|
2026-02-10 09:42:16 +01:00
|
|
|
password:
|
|
|
|
|
type: secret
|
|
|
|
|
|