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.
This commit is contained in:
13
tasks/requirements.yml
Normal file
13
tasks/requirements.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
# requirements.yml
|
||||
- name: samba_domain_member role
|
||||
src: git+https://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
|
||||
|
||||
Reference in New Issue
Block a user