forked from onedr0p/home-ops
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Taskfile.yaml
29 lines (23 loc) · 802 Bytes
/
Taskfile.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
---
# yaml-language-server: $schema=https://taskfile.dev/schema.json
version: "3"
# TODO: Clean up `--context` usage
# 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:
KUBECONFIG: "{{.KUBERNETES_DIR}}/kubernetes/main/kubeconfig:{{.KUBERNETES_DIR}}/kubernetes/storage/kubeconfig"
SOPS_AGE_KEY_FILE: "{{.ROOT_DIR}}/age.key"
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