feat: implement new role layout
This commit is contained in:
parent
c951bc4120
commit
ae31e5581a
3 changed files with 4 additions and 9 deletions
|
|
@ -2,12 +2,9 @@
|
|||
|
||||
# gitLab ci stages
|
||||
stages:
|
||||
|
||||
# deployment
|
||||
- "gitleaks"
|
||||
- "linting"
|
||||
|
||||
|
||||
# include jobs
|
||||
include:
|
||||
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue