feat: Initial roles
This commit is contained in:
11
main.yml
11
main.yml
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user