feat: Moves playbook into resources of cli-client.
This commit is contained in:
15
Sources/CliClient/Resources/ansible-hpa-playbook/main.yml
Normal file
15
Sources/CliClient/Resources/ansible-hpa-playbook/main.yml
Normal 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.
|
||||
Reference in New Issue
Block a user