You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After some discussion at the Windows Working Group module review, we're a little nervous to take on more IIS modules into the core distribution right now, especially given the state of the other IIS modules we already have. This would be a good candidate for the new collections feature that's coming in Ansible 2.8, which would allow these modules to be hosted on galaxy.ansible.com and easily installed/upated by users on their Ansible controller.
- name: Create http handler to process php fileswin_iis_webhandler:
name: php-fastcgiscript_processor: C:\ProgramData\php\php-cgi.exemodules: FastCgiModulepath: '*.php'verb: '*'state: present
- name: Adds a handler named "testHandler" to the Default Web Sitewin_iis_webhandler:
name: testHandlermodules: IsapiModulepath: '*.test'verb: 'GET,POST'site_name: Default Web Sitestate: present
SUMMARY
The
iis
modules are missing any way to manage handlers in IIS.It looks like @arestarh had a PR ready to go to support this:
ansible/ansible#45998
But it was rejected because:
ansible/ansible#45998 (comment)
ISSUE TYPE
COMPONENT NAME
community.windows.win_iis_webhandler
ADDITIONAL INFORMATION
⬆️ copied from: https://github.com/arestarh/ansible/blob/65c3857cfa8794240c529b54297e338c5dc6a376/lib/ansible/modules/windows/win_iis_webhandler.py#L123-L141
The text was updated successfully, but these errors were encountered: