Files
ansible_samba_tasks/requirements.yml
Jose 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

13 lines
387 B
YAML

# requirements.yml
- name: samba_domain_member role
src: git+ssh://git@repo.piave7.duckdns.org/Jose/ansible_samba_domain_member.git
version: main
- name: samba_ad_dc role
src: git+https://repo.piave7.duckdns.org/Jose/ansible_samba_ad_dc.git
version: main
- name: samba_windows_share role
src: git+ssh@repo.piave7.dedyn.io:Jose/ansible_samba_windows_share.git
version: main