Files
ansible/playbooks/fedora_workstation.yml
2024-08-17 11:53:37 -07:00

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