Files
2024-07-12 12:58:40 +02:00

17 lines
373 B
YAML

---
# 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 }}"