Files
DetectionLab/Azure/Ansible/detectionlab.yml
2021-03-13 20:12:24 -08:00

24 lines
252 B
YAML

---
- hosts: dc
roles:
- dc
- common
tags: dc
- hosts: wef
roles:
- wef
- common
tags: wef
- hosts: win10
roles:
- win10
- common
tags: win10
- hosts: exchange
roles:
- exchange
- common
tags: exchange