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
stages:
# deployment
- "gitleaks"
- "linting"
# include jobs
include:

View file

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

View file

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