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, developing_test_pr and Developing Modules.
© 2012–2016 Michael DeHaan
© 2016 Red Hat, Inc.
Licensed under the GNU General Public License version 3.
https://docs.ansible.com/ansible/win_iis_webapplication_module.html