Files
linux-workstations/ansible/site.yml

11 lines
177 B
YAML
Raw Normal View History

---
- name: Provision Linux workstations
hosts: workstations
gather_facts: true
roles:
- base
- desktop_kde
- hardening
- dev_tools
- workstation_apps