mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-16 01:45:25 -07:00
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) |
||
---|---|---|
.. | ||
__init__.py | ||
win_chocolatey.ps1 | ||
win_chocolatey.py | ||
win_dotnet_ngen.ps1 | ||
win_dotnet_ngen.py | ||
win_environment.ps1 | ||
win_environment.py | ||
win_iis_virtualdirectory.ps1 | ||
win_iis_virtualdirectory.py | ||
win_iis_webapplication.ps1 | ||
win_iis_webapplication.py | ||
win_iis_webapppool.ps1 | ||
win_iis_webapppool.py | ||
win_iis_webbinding.ps1 | ||
win_iis_webbinding.py | ||
win_iis_website.ps1 | ||
win_iis_website.py | ||
win_regedit.ps1 | ||
win_regedit.py | ||
win_scheduled_task.ps1 | ||
win_scheduled_task.py | ||
win_unzip.ps1 | ||
win_unzip.py | ||
win_updates.ps1 | ||
win_updates.py | ||
win_webpicmd.ps1 | ||
win_webpicmd.py |