Files
ansible-hpa-playbook/main.yml
2024-11-26 14:26:58 -05:00

17 lines
416 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:
- setup-project
- never # makes it so a tag must be supplied to run.