New in version 2.0.
parameter | required | default | choices | comments |
---|---|---|---|---|
application_pool |
no | The application pool in which the new site executes. | ||
name |
yes | Name of the web application. | ||
physical_path |
no | The physical path on the remote host to use for the new application. The specified folder must already exist. | ||
site |
yes | Name of the site on which the application is created. | ||
state |
no |
|
State of the web application. |
- name: Add ACME webapplication on IIS. win_iis_webapplication: name: api site: acme state: present physical_path: C:\apps\acme\api
This module is flagged as preview which means that it is not guaranteed to have a backwards compatible interface.
This module is community maintained without core committer oversight.
For more information on what this means please read Module Support
For help in developing on modules, should you be so inclined, please read Community Information & Contributing, Helping Testing PRs and Developing Modules.