New in version 2.0.
Creates, Removes and configures a IIS Web applications
parameter | required | default | choices | comments |
---|---|---|---|---|
application_pool |
no | The application pool in which the new site executes. | ||
name |
yes | Name of the Web applicatio | ||
physical_path |
no | The physical path on the remote host to use for the new applicatiojn. 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 |
$ ansible -i hosts -m win_iis_webapplication -a "name=api site=acme physical_path=c:\apps\acme\api" host
For more information on what this means please read Extras Modules
For help in developing on modules, should you be so inclined, please read Community Information & Contributing, Helping Testing PRs and Developing Modules.