Files
DetectionLab/Azure/Ansible/detectionlab.yml
2020-06-14 18:45:18 -07:00

19 lines
180 B
YAML

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