16 lines
283 B
YAML
Executable File
16 lines
283 B
YAML
Executable File
---
|
|
- name: Workstation setup
|
|
hosts: workstation
|
|
roles:
|
|
- role: fedora_pkg
|
|
tags: fedora_pkg_tag
|
|
|
|
- role: fedora_base
|
|
tags: fedora_base_tag
|
|
|
|
- role: fedora_firewall
|
|
tags: fedora_firewall_tag
|
|
|
|
- role: fedora_selinux
|
|
tags: fedora_selinux_tag
|