feat: Moves playbook into resources of cli-client.

This commit is contained in:
2024-12-12 19:39:52 -05:00
parent ba1e61d99e
commit 5f4ef3b5b5
31 changed files with 1076 additions and 1 deletions

View File

@@ -0,0 +1,15 @@
---
- name: HPA Playbook
hosts: all
roles:
- 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:
- never # makes it so a tag must be supplied to run.