community.windows.win_webpicmd 模块 – 使用 Web Platform Installer 命令行安装包
注意
此模块是 community.windows 集合 (版本 2.3.0) 的一部分。
如果您使用的是 ansible
包,则可能已经安装了此集合。它不包含在 ansible-core
中。要检查它是否已安装,请运行 ansible-galaxy collection list
。
要安装它,请使用: ansible-galaxy collection install community.windows
。
要在 playbook 中使用它,请指定: community.windows.win_webpicmd
。
概要
使用 Web Platform Installer 命令行安装包 (http://www.iis.net/learn/install/web-platform-installer/web-platform-installer-v4-command-line-webpicmdexe-rtw-release)。
必须安装并在 PATH 中 (请参阅 chocolatey.chocolatey.win_chocolatey 模块;'webpicmd' 是包名,您还必须先安装 'lessmsi')?
先安装 IIS (请参阅 ansible.windows.win_feature 模块)。
参数
参数 |
注释 |
---|---|
要安装的包的名称。 |
备注
注意
接受 EULA 并抑制重启 - 您需要自己检查管理重启 (请参阅 ansible.windows.win_reboot 模块)
另请参阅
另请参阅
- ansible.windows.win_package
安装/卸载可安装的包。
示例
- name: Install URLRewrite2.
community.windows.win_webpicmd:
name: URLRewrite2