mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-30 23:45:25 +02:00
11 lines
163 B
YAML
11 lines
163 B
YAML
---
|
|
version: "3"
|
|
|
|
vars:
|
|
PROJECT_DIR:
|
|
sh: "git rev-parse --show-toplevel"
|
|
CLUSTER_DIR: "{{.PROJECT_DIR}}/cluster"
|
|
|
|
includes:
|
|
kopia: .taskfiles/kopia.yaml
|