使用Windows模块创建映射驱动器失败

时间:2019-05-07 07:10:27

标签: ansible

我想使用ansible-playbook在Windows服务器上创建一个映射驱动器,但是每次尝试时,我都会得到一个带有叉号的映射驱动器(例如断开的网络驱动器)。不知道为什么会这样。当我坚持工作时,请就此问题提出建议。 尝试使用win_mapped_drive:

- name: mount using win_mapped_drive
  win_mapped_drive:
     letter: W
     path: \\path\to\file\share
     state: present
     username: domain\userid
     password: password
  become: yes
  become_method: runas
  become_user: SYSTEM

0 个答案:

没有答案