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.
13 lines
387 B
YAML
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
|