Add more roles and start adding packages
This commit is contained in:
37
roles/fedora_workstation/README.md
Normal file
37
roles/fedora_workstation/README.md
Normal file
@@ -0,0 +1,37 @@
|
||||
# Fedora Workstation Role
|
||||
|
||||
Ansible role for configuring and managing Fedora Workstation installations.
|
||||
|
||||
## Requirements
|
||||
|
||||
- Fedora Workstation (tested on latest stable release)
|
||||
- Ansible 2.9 or higher
|
||||
|
||||
## Role Variables
|
||||
|
||||
Available variables are listed below, along with default values (see `defaults/main.yml`):
|
||||
|
||||
```yaml
|
||||
# Add variables here as they are implemented
|
||||
```
|
||||
|
||||
## Dependencies
|
||||
|
||||
None.
|
||||
|
||||
## Example Playbook
|
||||
|
||||
```yaml
|
||||
- hosts: workstations
|
||||
become: true
|
||||
roles:
|
||||
- fedora_workstation
|
||||
```
|
||||
|
||||
## License
|
||||
|
||||
See repository LICENSE file.
|
||||
|
||||
## Author Information
|
||||
|
||||
This role was created for managing Fedora Workstation laptops.
|
||||
Reference in New Issue
Block a user