11 lines
177 B
YAML
11 lines
177 B
YAML
|
|
---
|
||
|
|
- name: Provision Linux workstations
|
||
|
|
hosts: workstations
|
||
|
|
gather_facts: true
|
||
|
|
roles:
|
||
|
|
- base
|
||
|
|
- desktop_kde
|
||
|
|
- hardening
|
||
|
|
- dev_tools
|
||
|
|
- workstation_apps
|