Add templating, catch Exceptions and lowercase arguments

Signed-off-by: Julien Riou <julien@riou.xyz>
This commit is contained in:
Julien Riou 2020-11-26 12:57:32 +01:00
commit cbf5132b69
No known key found for this signature in database
GPG key ID: FF42D23B580C89F7
3 changed files with 79 additions and 47 deletions

View file

@ -1,4 +1,3 @@
Add host and service templates to configuration file (+doc)
Factorize the template rendering functions
Use JSON schema to validate configuration file
Add pre-commit Dockerfile and a doc to easily lint the code