feat: initial commit

This commit is contained in:
Simon Cornet 2025-09-25 14:54:09 +02:00
commit bea55e77bb
16 changed files with 285 additions and 93 deletions

22
.gitlab-ci.yml Normal file
View file

@ -0,0 +1,22 @@
---
# gitLab ci stages
stages:
# deployment
- "gitleaks"
- "linting"
- "deployment"
# include jobs
include:
# deployment
- local: ".gitlab/gitleaks.yaml"
- local: ".gitlab/deployment.yaml"
# linting
- component: "$CI_SERVER_FQDN/components/ansible/linting@v3.0.3"
- component: "$CI_SERVER_FQDN/components/markdownlint/markdownlint@1.0.0"
- component: "$CI_SERVER_FQDN/components/yamllint/yamllint@1.0.2"