You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/windows
Peter Mounce ec172be310 win_webpicmd module for IIS module installation
Chocolatey 0.9.9+ deprecated support for the `webpi` custom source, so I needed to write this.

[Windows Web Platform Installer](http://www.microsoft.com/web/downloads/platform.aspx) is a way of installing products and applications for Microsoft IIS on Windows. It has a [command line](http://www.iis.net/learn/install/web-platform-installer/web-platform-installer-v4-command-line-webpicmdexe-rtw-release); this ansible module allows IIS modules to be installed via this means.

To find out names of modules, use `webpicmd /list /listoption:available`.

Notes:
* `webpicmd` must be installed and on `PATH` first (see `win_chocolatey` module; package is `webpicmd`)
* `webpicmd` does not allow modules to be uninstalled
* IIS must be installed first (see `win_feature` module; package is `Web-Server`)
* Installations will
  * accept EULA (which otherwise requires user input)
  * suppress reboots (so you have to manage those; see `win_reboot` module)
10 years ago
..
__init__.py package file 10 years ago
win_chocolatey.ps1 changed to use ansible standard 'name' instead of 'package' 10 years ago
win_chocolatey.py Many more doc fixes 10 years ago
win_updates.ps1 Add module to install windows updates 10 years ago
win_updates.py Many more doc fixes 10 years ago
win_webpicmd.ps1 win_webpicmd module for IIS module installation 10 years ago
win_webpicmd.py win_webpicmd module for IIS module installation 10 years ago