mirror of
https://github.com/MHA-Team/PTS-Team.git
synced 2026-02-20 12:52:41 +00:00
8 lines
182 B
YAML
8 lines
182 B
YAML
---
|
|
- hosts: localhost
|
|
|
|
roles:
|
|
- { role: performance, tags: ['performance'] }
|
|
- { role: ondemand, tags: ['ondemand'] }
|
|
- { role: conservative, tags: ['conservative'] }
|