mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
0a3da471f5
* Begin rewrite of win_iis_webbinding Add integration testing, check mode and idempotency Add support for SNI Fix replacing SSL cert on existing bindings * finished up initial rewrite of win_iis_webbinding * updated test to remove tests as filters * updated win_iis_webbinding docs * fix more doc/formatting issues win_iis_webbinding * Removed string empty defaults for certs. Added a few new helpful comments. * Revert "Removed string empty defaults for certs. Added a few new helpful" This reverts commit 48f35faea8d5294b34e1aa842a95c9352b90257f.
30 lines
396 B
YAML
30 lines
396 B
YAML
test_iis_site_name: default web site
|
|
|
|
http_vars:
|
|
protocol: http
|
|
port: 80
|
|
ip: '*'
|
|
|
|
http_header_vars:
|
|
protocol: http
|
|
port: 80
|
|
ip: '*'
|
|
header: test.com
|
|
|
|
https_vars:
|
|
protocol: https
|
|
port: 443
|
|
ip: '*'
|
|
|
|
https_header_vars:
|
|
protocol: https
|
|
port: 443
|
|
ip: '*'
|
|
header: test.com
|
|
ssl_flags: 1
|
|
|
|
https_wc_vars:
|
|
protocol: https
|
|
port: 443
|
|
ip: '127.0.0.1'
|
|
header: wc.test.com
|