mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00
34 lines
940 B
YAML
34 lines
940 B
YAML
---
|
|
# Area
|
|
area/ansible:
|
|
- changed-files:
|
|
- any-glob-to-any-file: ansible/**/*
|
|
area/docs:
|
|
- changed-files:
|
|
- any-glob-to-any-file: docs/**/*
|
|
- any-glob-to-any-file: README.md
|
|
area/github:
|
|
- changed-files:
|
|
- any-glob-to-any-file: .github/**/*
|
|
area/kubernetes:
|
|
- changed-files:
|
|
- any-glob-to-any-file: kubernetes/**/*
|
|
area/taskfile:
|
|
- changed-files:
|
|
- any-glob-to-any-file: .taskfiles/**/*
|
|
- any-glob-to-any-file: Taskfile*
|
|
area/terraform:
|
|
- changed-files:
|
|
- any-glob-to-any-file: terraform/**/*
|
|
# Cluster
|
|
cluster/main:
|
|
- changed-files:
|
|
- any-glob-to-any-file: ansible/main/**/*
|
|
- any-glob-to-any-file: kubernetes/main/**/*
|
|
- any-glob-to-any-file: terraform/main/**/*
|
|
cluster/storage:
|
|
- changed-files:
|
|
- any-glob-to-any-file: ansible/storage/**/*
|
|
- any-glob-to-any-file: kubernetes/storage/**/*
|
|
- any-glob-to-any-file: terraform/storage/**/*
|