Files
base-infra/roles/k8s-setup/tasks/main.yml
Felix Nehrke 91f81b8726 Add concourse as the foundational CI tool to k8s-cluster
This change allows to add a concourse-server to the kubernetes cluster.
2025-11-28 00:28:25 +01:00

18 lines
257 B
YAML

- name: Ensure cert-manager
tags:
- k8s
- cert-manager
import_tasks: _cert-manager.yml
- name: Ensure gitea
tags:
- k8s
- gitea
import_tasks: _gitea.yml
- name: Ensure concourse
tags:
- k8s
- concourse
import_tasks: _concourse.yml