16 lines
266 B
YAML
Executable File
16 lines
266 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
|
|
|
|
- role: fedora_git
|
|
tags: fedora_git
|