first commit

This commit is contained in:
root
2024-07-12 12:58:40 +02:00
commit 30fdad3be5
557 changed files with 11142 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
---
# tasks file for windows_smb_share
- name: map WD_RED on Z
community.windows.win_mapped_drive:
letter: Z
path: \\192.168.104.102\WD_RED
state: present
# - name: map MX500 on Y
# community.windows.win_mapped_drive:
# letter: E
# path: \\192.168.104.102\MX500/bram/VEEAM
# state: absent
# username: bram
# password: "{{ smb_pass }}"