update README

This commit is contained in:
Carlos Sousa 2024-07-30 00:30:47 +02:00
parent 1a135250a7
commit bad58048f1

View File

@ -5,26 +5,31 @@
- run the playbook
# ToDo
Tip: Search for `[:TODO:]` or `[:FIX:]` for quicker tasks
## Alpha
1. Configure HTPC: Kodi
2. Configure HTPC: RetroArch
## MVP Stage
1. Add External Software to "personal" playbook (vscodium, brave)
2. Fix gnome tweak not being applied to the user correctly
2. Change Power Settings (increase time until Power Saver)
3. ~~Fix gnome tweak not being applied to the user correctly~~
# Adapting the Playbook for yourself
## Used Vars
- all
- common to ALL systems
## Select Specific Roles
- htpc
- used for the HTPC
- used for HTPC setup
- workstation
- vps
### Variables used
[:TODO:] Document Variables Used (roles: common, htpc, workstation)
- apt_cache_valid_time
- update_packages
@ -43,14 +48,4 @@
## Used Tags
- all
- all tasks
- common
- changes that are done across all systems (apt update, upgrade, common software, etc).
- security
- tasks related to system security only
- software
- tasks related to software installation and removal
[:TODO:] Expand and Document Tags