community.windows.win_iis_webapplication – Configures IIS web applications¶
Note
This plugin is part of the community.windows collection (version 1.3.0).
To install it use: ansible-galaxy collection install community.windows
.
To use it in a playbook, specify: community.windows.win_iis_webapplication
.
Parameters¶
See Also¶
See also
- community.windows.win_iis_virtualdirectory
The official documentation on the community.windows.win_iis_virtualdirectory module.
- community.windows.win_iis_webapppool
The official documentation on the community.windows.win_iis_webapppool module.
- community.windows.win_iis_webbinding
The official documentation on the community.windows.win_iis_webbinding module.
- community.windows.win_iis_website
The official documentation on the community.windows.win_iis_website module.
Examples¶
- name: Add ACME webapplication on IIS.
community.windows.win_iis_webapplication:
name: api
site: acme
state: present
physical_path: C:\apps\acme\api
Return Values¶
Common return values are documented here, the following are the fields unique to this module:
Authors¶
Henrik Wallström (@henrikwallstrom)