feat: Initial roles

This commit is contained in:
2024-11-26 14:26:58 -05:00
parent 3a4285a397
commit 916e62f6e6
19 changed files with 203 additions and 44 deletions

View File

@@ -2,6 +2,15 @@
- name: HPA Playbook
hosts: all
roles:
- role: "repo_template"
- role: repo-template
tags:
- repo-template
- never # makes it so a tag must be supplied to run.
- role: build-project
tags:
- build-project
- never # makes it so a tag must be supplied to run.
- role: setup-project
tags:
- setup-project
- never # makes it so a tag must be supplied to run.