Files
auricom-home-cluster/Taskfile.yml
2024-01-27 17:49:37 +01:00

29 lines
700 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
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