first commit
This commit is contained in:
16
roles/windows_smb_share/tasks/main.yml
Normal file
16
roles/windows_smb_share/tasks/main.yml
Normal 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 }}"
|
||||
|
||||
Reference in New Issue
Block a user