feat: Initial commit

This commit is contained in:
2024-11-24 13:24:33 -05:00
commit 65acc3c45d
23 changed files with 1387 additions and 0 deletions

8
tasks/main.yml Normal file
View File

@@ -0,0 +1,8 @@
#SPDX-License-Identifier: MIT-0
---
# NOTE: Keep setup first, so that it runs before build. Useful for testing / debugging.
- ansible.builtin.import_tasks:
file: setup.yml
- ansible.builtin.import_tasks:
file: build.yml