Commit Graph

5 Commits

Author SHA1 Message Date
a12a3bbb71 renamed: tasks/requirements.yml -> requirements.yml 2025-10-09 21:28:26 +02:00
b502b1ee2b refactor ♻️: Refactored the requirements.yml file to use SSH for cloning repositories instead of HTTPS.
Updated the `requirements.yml` file to use SSH for cloning repositories, which improves security and reduces the risk of exposing credentials. This change ensures that the playbook can access the required roles without exposing sensitive information.
2025-10-09 21:21:35 +02:00
30885075e0 feat : Add new roles for managing Samba domain member, AD DC, and Windows share
This commit adds four new Ansible roles to manage Samba domain membership, Active Directory Domain Controller (AD DC), and Windows shares. These roles are essential for setting up and maintaining these services on a Linux system.
2025-10-09 21:15:48 +02:00
181f2f9a1b refactor ♻️: Refactoring the tasks directory to improve code organization and readability.
The tasks directory has been refactored to separate different roles into their own directories, making it easier to manage and understand the project structure. This change adheres to the guidelines for maintaining clean and organized codebases.
2025-10-09 21:12:04 +02:00
b7f89f6312 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.
2025-10-09 18:30:11 +02:00