refactor ♻️: Refactoring the tasks directory to include new roles and tasks.

The commit updates the `tasks` directory by adding new roles (`rapbian_desktop_prov.yml`, `test_remote.yml`, `update_roles.sh`) and tasks within these roles. This refactoring enhances the organization and maintainability of the Ansible playbook.
This commit is contained in:
2025-10-09 18:30:11 +02:00
parent 91383dfd4e
commit b7f89f6312
7 changed files with 303 additions and 1 deletions

23
.gitignore vendored
View File

@@ -1,3 +1,24 @@
# ---> Ansible
# Ansible specific (optional - ignore temporary output or secrets)
*.retry
*.vault
*.vault_pass
*.secret
*.log
# VSCode settings
.vscode/
*.code-workspace
# Windows system files
Thumbs.db
ehthumbs.db
Desktop.ini
$RECYCLE.BIN/
*.lnk
# Backup files
*~
*.bak
*.swp
*.swo
*.tmp