mirror of
https://github.com/outbackdingo/home-ops.git
synced 2026-01-27 10:19:11 +00:00
12 lines
303 B
YAML
12 lines
303 B
YAML
---
|
|
version: "3"
|
|
|
|
includes:
|
|
ansible: .taskfiles/AnsibleTasks.yml
|
|
backup: .taskfiles/BackupTasks.yml
|
|
cluster: .taskfiles/ClusterTasks.yml
|
|
debug: .taskfiles/DebugTasks.yml
|
|
precommit: .taskfiles/PreCommitTasks.yml
|
|
restore: .taskfiles/RestoreTasks.yml
|
|
terraform: .taskfiles/TerraformTasks.yml
|