infrastructure/k8s/configure_cluster.yaml

11 lines
196 B
YAML
Raw Normal View History

2022-09-11 16:49:31 +00:00
- name: Configure cluster
hosts: localhost
roles:
# - role: gateway-api
- role: prometheus
2022-09-11 16:49:31 +00:00
- role: postgres
- role: csi
- role: minio
- role: gitea
2022-10-21 15:10:56 +00:00
- role: concourse