Files
ansible/playbooks/fedora_workstation.yml
2024-07-22 12:10:55 -07:00

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