-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTaskfile.yml
32 lines (27 loc) · 934 Bytes
/
Taskfile.yml
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
30
31
32
---
# yaml-language-server: $schema=https://taskfile.dev/schema.json
version: "3"
vars:
# Directories
ANSIBLE_DIR: "{{.ROOT_DIR}}/ansible"
KUBERNETES_DIR: "{{.ROOT_DIR}}/kubernetes"
# Files
PIP_REQUIREMENTS_FILE: "{{.ANSIBLE_DIR}}/requirements.txt"
env:
KUBECONFIG: "{{.KUBERNETES_DIR}}/kubernetes/main/kubeconfig:{{.KUBERNETES_DIR}}/kubernetes/dev/kubeconfig"
SOPS_AGE_KEY_FILE: "{{.ROOT_DIR}}/age.key"
includes:
ansible: .taskfiles/Ansible/Taskfile.yaml
brew: .taskfiles/Brew/Taskfile.yaml
external-secrets: .taskfiles/ExternalSecrets/Taskfile.yaml
flux: .taskfiles/Flux/Taskfile.yaml
kubernetes: .taskfiles/Kubernetes/Taskfile.yaml
sops: .taskfiles/Sops/Taskfile.yaml
talos: .taskfiles/Talos/Taskfile.yaml
workstation: .taskfiles/Workstation/Taskfile.yaml
storage: .taskfiles/Storage/Taskfile.yaml
volsync: .taskfiles/VolSync/Taskfile.yaml
tasks:
default:
silent: true
cmd: task -l