16 lines
392 B
YAML
16 lines
392 B
YAML
---
|
|
- 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.
|