ansible/changelogs/fragments/56033-win_iis_webapplication-add-authentication-options.yml
Micah Hunsberger 8ff6e4c68e win_iis_webapplication: add authentication parameters (#56033)
* add connect_as, username, password parameters
add tests

* fixed reference to undefined variable.
added version added to new options.

* add changelog fragment

* fix line endings

* use ansible facts to determine os version
remove unused iis version check
test checksum of iis configuration after backup

* correct assertion

* added more cleanup tasks.

* version added is now 2.10

* skip server 2008 r2 for now

* run tests on server 2012 and higher
2019-11-15 16:04:19 +10:00

3 lines
106 B
YAML

minor_changes:
- "win_iis_webapplication - add new options ``connect_as``, ``username``, ``password``."