13 lines
219 B
YAML
Executable File
13 lines
219 B
YAML
Executable File
---
|
|
- name: Fedora workstation setup
|
|
hosts: workstation
|
|
roles:
|
|
- role: fedora_pkg
|
|
tags: fedora_pkg
|
|
|
|
- role: fedora_base
|
|
tags: fedora_base
|
|
|
|
- role: fedora_security
|
|
tags: fedora_security
|