docs 📝: Reorganize and add new tasks to README.md

Updated the README.md file by reorganizing existing content and adding new task sections to provide clearer instructions and better organization for users.
This commit is contained in:
2026-02-07 08:45:39 +01:00
parent 8341d6e295
commit 07686643bd

View File

@@ -40,9 +40,12 @@ ansible_role_proxmox_provision/
├── meta/ # Role metadata ├── meta/ # Role metadata
│ └── main.yml │ └── main.yml
├── tasks/ # Main role tasks ├── tasks/ # Main role tasks
│ ├── backup.yml # Backup-related tasks │ ├── logrotate.yml # logrotate setup
│ ├── main.yml # Core tasks │ ├── main.yml # Core tasks
── monitoring.yml # Monitoring setup ── powertop.yml # powertop setup
│ ├── repos.yml # Repository setup
│ ├── subscription.yml # Subscription nag removal
│ └── swap.yml # Swap setup
├── templates/ # Jinja2 templates ├── templates/ # Jinja2 templates
└── vars/ # Non-overridable variables └── vars/ # Non-overridable variables
└── main.yml └── main.yml