Files
auricom-home-cluster/Taskfile.yml
2025-01-12 02:00:10 +01:00

30 lines
748 B
YAML

---
# yaml-language-server: $schema=https://taskfile.dev/schema.json
version: "3"
# TODO: Clean up `--context` usage
# Ref: https://github.com/go-task/task/issues/1038
vars:
ANSIBLE_DIR: "{{.ROOT_DIR}}/ansible"
KUBERNETES_DIR: "{{.ROOT_DIR}}/kubernetes"
TERRAFORM_DIR: "{{.ROOT_DIR}}/terraform"
env:
SOPS_AGE_KEY_FILE: "~/.config/sops/age/keys.txt"
includes:
ansible: .taskfiles/ansible/Taskfile.yaml
bootstrap: .taskfiles/bootstrap/Taskfile.yaml
external-secrets: .taskfiles/externalsecrets/Taskfile.yaml
flux: .taskfiles/flux/Taskfile.yaml
kubernetes: .taskfiles/kubernetes/Taskfile.yaml
sops: .taskfiles/sops/Taskfile.yaml
volsync: .taskfiles/volsync/Taskfile.yaml
tasks:
default:
silent: true
cmd: task -l