community.general/lib/ansible/modules/extras/windows
Peter Mounce e193215d12 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)
2016-12-08 11:33:02 -05:00
..
__init__.py package file 2016-12-08 11:32:22 -05:00
win_chocolatey.ps1 Refactor win_chocolatey module 2016-12-08 11:32:50 -05:00
win_chocolatey.py Add author data 2016-12-08 11:32:50 -05:00
win_dotnet_ngen.ps1 Create win_dotnet_ngen module 2016-12-08 11:33:02 -05:00
win_dotnet_ngen.py use the notes property 2016-12-08 11:33:02 -05:00
win_environment.ps1 Update attribution 2016-12-08 11:32:42 -05:00
win_environment.py Update attribution 2016-12-08 11:32:42 -05:00
win_iis_virtualdirectory.ps1 Modules to manage IIS 2016-12-08 11:32:53 -05:00
win_iis_virtualdirectory.py Fix up docs 2016-12-08 11:32:54 -05:00
win_iis_webapplication.ps1 Modules to manage IIS 2016-12-08 11:32:53 -05:00
win_iis_webapplication.py Fix up docs 2016-12-08 11:32:54 -05:00
win_iis_webapppool.ps1 Modules to manage IIS 2016-12-08 11:32:53 -05:00
win_iis_webapppool.py These modules were added to version 2.0, not 1.9 2016-12-08 11:32:54 -05:00
win_iis_webbinding.ps1 Modules to manage IIS 2016-12-08 11:32:53 -05:00
win_iis_webbinding.py These modules were added to version 2.0, not 1.9 2016-12-08 11:32:54 -05:00
win_iis_website.ps1 Modules to manage IIS 2016-12-08 11:32:53 -05:00
win_iis_website.py These modules were added to version 2.0, not 1.9 2016-12-08 11:32:54 -05:00
win_regedit.ps1 Adding functionality to not only edit Values, but also Keys. 2016-12-08 11:32:58 -05:00
win_regedit.py Adding functionality to not only edit Values, but also Keys. 2016-12-08 11:32:58 -05:00
win_scheduled_task.ps1 Code-review 2016-12-08 11:32:55 -05:00
win_scheduled_task.py Code-review 2016-12-08 11:32:55 -05:00
win_unzip.ps1 use convertto-bool for rm and recurse params 2016-12-08 11:32:59 -05:00
win_unzip.py minor doc fixes that had lingering description of deprecated functions 2016-12-08 11:33:00 -05:00
win_updates.ps1 Add module to install windows updates 2016-12-08 11:32:21 -05:00
win_updates.py re-submit @adematte's PR #278 against HEAD 2016-12-08 11:33:02 -05:00
win_webpicmd.ps1 win_webpicmd module for IIS module installation 2016-12-08 11:33:02 -05:00
win_webpicmd.py win_webpicmd module for IIS module installation 2016-12-08 11:33:02 -05:00