rougail files
This commit is contained in:
parent
2851c454b0
commit
7feb1a9f5a
2 changed files with 45 additions and 0 deletions
29
structure.yml
Normal file
29
structure.yml
Normal file
|
|
@ -0,0 +1,29 @@
|
||||||
|
%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
|
||||||
|
|
||||||
16
userdata.yml
Normal file
16
userdata.yml
Normal file
|
|
@ -0,0 +1,16 @@
|
||||||
|
---
|
||||||
|
|
||||||
|
intranet:
|
||||||
|
|
||||||
|
domain_name: tototiti.fr
|
||||||
|
|
||||||
|
email: gwenael.remond@protonmail.com
|
||||||
|
|
||||||
|
users:
|
||||||
|
- username: foo
|
||||||
|
password: SoSecr31
|
||||||
|
- username: bar
|
||||||
|
password: SoSecr31
|
||||||
|
- username: toot
|
||||||
|
password: SoSecr31
|
||||||
|
...
|
||||||
Loading…
Reference in a new issue