Commit Graph

28 Commits

Author SHA1 Message Date
a95251745e style 💎: Update collection names and remove unnecessary newline characters
Updated the requirements.yml files to reflect the correct collection naming convention, removing unnecessary newlines and updating the src attribute for one of the collections.
2025-11-06 20:40:19 +01:00
ae070609e1 feat : Add new requirements files for Proxmox and Samba AD DC roles
This commit adds two new requirements files: `requirements.yml` in the collections directory and `requirements.yml` in the roles directory. The first file contains dependencies for Proxmox, while the second one specifies additional dependencies for the Samba AD DC role hosted in a private Gitea instance.
2025-10-21 19:48:02 +02:00
953ab7d919 feat : Add community.proxmox as a new requirement in requirements.yml
Added the community.proxmox role to the requirements.yml file, which is hosted in your private Gitea instance.
2025-10-21 19:45:20 +02:00
60862e69ad modified: roles/requirements.yml 2025-10-21 19:31:41 +02:00
9fafd27a71 modified: roles/requirements.yml 2025-10-12 07:22:00 +02:00
6e00d65a3b modified: roles/requirements.yml 2025-10-11 08:53:07 +02:00
d99046d533 modified: roles/requirements.yml 2025-10-11 07:27:48 +02:00
72416284b4 modified: roles/requirements.yml 2025-10-11 07:26:26 +02:00
aa8b680f3b modified: roles/requirements.yml 2025-10-11 07:24:54 +02:00
8b59e7bef9 modified: roles/requirements.yml 2025-10-11 07:23:50 +02:00
977f646bc4 modified: roles/requirements.yml 2025-10-11 07:21:30 +02:00
a2a46d4778 modified: roles/requirements.yml 2025-10-11 07:05:11 +02:00
4b3c3c0e23 modified: roles/requirements.yml 2025-10-11 07:02:38 +02:00
66bef1db6c modified: roles/requirements.yml 2025-10-11 07:00:51 +02:00
357f749af3 modified: roles/requirements.yml 2025-10-11 06:58:42 +02:00
ba21c4fa05 modified: roles/requirements.yml 2025-10-11 06:51:39 +02:00
bacfe33a22 modified: roles/requirements.yml 2025-10-11 06:49:10 +02:00
a2c6d70410 modified: roles/requirements.yml 2025-10-11 06:48:11 +02:00
86351a6241 fix 🐛: Update ansible_samba_domain_member role to use SSH URL for repository source
The `requirements.yml` file was updated to use the SSH URL for the ansible_samba_domain_member role, ensuring secure access to the repository. This change addresses a potential security risk associated with using HTTPS URLs.
2025-10-10 20:40:00 +02:00
e941032963 fix 🐛: Update requirements.yml to use SSH URL for the ansible_samba_domain_member role and specify a specific version.
Fixes an issue with the requirements.yml file by updating the source URL to use SSH and specifying a version.
2025-10-10 20:37:22 +02:00
7cfce5e61b fix 🐛: Update requirements.yml to include a new Git repository for ansible_samba_domain_member.
Added a new Git repository for ansible_samba_domain_member in the roles/requirements.yml file. This change ensures that the role can be installed from a remote source.
2025-10-10 20:16:14 +02:00
75c2cef857 fix 🐛: Update requirements.yml to include the correct source and SCM for ansible_samba_domain_member and ansible_samba_ad_dc roles.
This commit updates the `requirements.yml` file to specify the correct source and SCM for the `ansible_samba_domain_member` and `ansible_samba_ad_dc` roles. This ensures that the roles are fetched from the specified repositories using Git.
2025-10-10 20:07:09 +02:00
872743ddad fix 🐛: Update requirements.yml to point to the correct repository for ansible_samba_ad_dc
The requirements.yml file was updated to use the correct Git URL for the ansible_samba_ad_dc repository, which resolves a bug in the previous commit.
2025-10-10 20:04:57 +02:00
75d08baf68 refactor ♻️: Refactored the requirements.yml file to use HTTPS for Git URLs and updated the SCM field to 'git'. This change ensures that all references to the repositories are secure and consistent.
Updated the requirements.yml file to use HTTPS for Git URLs and updated the SCM field to 'git'. This refactoring enhances security and consistency in the repository management.
2025-10-10 20:02:51 +02:00
7553e3fbf0 fix 🐛: Update requirements.yml to use the latest versions of samba_ad_dc, samba_domain_member, and samba_windows_share from git repositories.
Fixes an outdated requirement in the roles/requirements.yml file by updating the source URLs and SCM to use Git repositories for the specified packages.
2025-10-10 19:11:22 +02:00
5404c239e0 feat : Update requirements.yml to include new Samba roles and dependencies.
Added the samba_ad_dc, samba_domain_member, and samba_windows_share roles with their respective git repositories and versions.
2025-10-10 18:50:46 +02:00
7be9c9480c refactor ♻️: Update role dependencies to use samba_ad_dc instead of samba_domain_member for AD DC management.
This commit updates the role dependencies in `requirements.yml` to use the `samba_ad_dc` role instead of the deprecated `samba_domain_member` role. This change is necessary to align with the latest version and best practices for managing Active Directory domains using Ansible.
2025-10-10 18:29:16 +02:00
bd69cf0db3 feat : Add new roles for managing Samba domain members, AD DC, and Windows shares.
This commit adds three new Ansible roles to manage Samba domain members, Active Directory Domain Controllers (AD DC), and Windows shares. These roles are developed from separate repositories and are included in the project.
2025-10-10 18:19:36 +02:00