feat: implement new role layout

This commit is contained in:
Simon Cornet 2025-11-01 13:25:18 +01:00
commit ae31e5581a
3 changed files with 4 additions and 9 deletions

View file

@ -2,12 +2,9 @@
# gitLab ci stages # gitLab ci stages
stages: stages:
# deployment
- "gitleaks" - "gitleaks"
- "linting" - "linting"
# include jobs # include jobs
include: include:

View file

@ -15,6 +15,7 @@
changed_when: false changed_when: false
failed_when: false failed_when: false
roles: # execute the role
- role: "docker" - name: "execute role: traefik"
- role: "traefik" ansible.builtin.include_role:
name: "traefik"

View file

@ -1,9 +1,6 @@
--- ---
roles: roles:
- name: "docker"
src: "https://gitlab.simoncor.net/ansible/ans-docker.git"
scm: "git"
- name: "traefik" - name: "traefik"
src: "https://gitlab.simoncor.net/ansible/ans-traefik.git" src: "https://gitlab.simoncor.net/ansible/ans-traefik.git"
scm: "git" scm: "git"