使用ansible在Windows服务器上运行exe文件

时间:2016-08-04 06:59:50

标签: ansible

我正在使用下面的ansible剧本,但它没有安装它,有人可以帮忙吗?

- name: Install Firefox
  hosts: wintestserverchandra

  **tasks:**
  - name: Firefox
    raw: d:\install\firefox.exe

我也使用了win_msi,但没有去。

1 个答案:

答案 0 :(得分:0)

似乎您想通过Ansible安装Firefox。

只需使用chocolatey Firefox package并将其与win_chocolatey module

一起安装即可
  - name: Install Firefox via chocolatey
    win_chocolatey:
      name: Firefox