feat: implement new role layout

This commit is contained in:
Simon Cornet 2025-11-01 13:31:38 +01:00
commit 9cca6c4b47
5 changed files with 7 additions and 42 deletions

View file

@ -2,19 +2,14 @@
# gitLab ci stages
stages:
# deployment
- "gitleaks"
- "linting"
- "deployment"
# include jobs
include:
# deployment
# code plumber
- local: ".gitlab/gitleaks.yaml"
- local: ".gitlab/deployment.yaml"
# linting
- component: "$CI_SERVER_FQDN/components/ansible/linting@v3.0.3"