fix more doc/formatting issues win_iis_webbinding
This commit is contained in:
parent
70df9c1d2c
commit
48f5c2c153
4 changed files with 15 additions and 13 deletions
|
@ -61,6 +61,7 @@ options:
|
||||||
- Primarily used for enabling and disabling server name indication (SNI).
|
- Primarily used for enabling and disabling server name indication (SNI).
|
||||||
- Set to c(0) to disable SNI.
|
- Set to c(0) to disable SNI.
|
||||||
- Set to c(1) to enable SNI.
|
- Set to c(1) to enable SNI.
|
||||||
|
version_added: "2.5"
|
||||||
author:
|
author:
|
||||||
- Noah Sparks (@nwsparks)
|
- Noah Sparks (@nwsparks)
|
||||||
- Henrik Wallström
|
- Henrik Wallström
|
||||||
|
|
|
@ -131,8 +131,8 @@
|
||||||
- name: idem assert not changed
|
- name: idem assert not changed
|
||||||
assert:
|
assert:
|
||||||
that:
|
that:
|
||||||
- http_no_header is not changed
|
- http_no_header is not changed
|
||||||
- http_header is not changed
|
- http_header is not changed
|
||||||
|
|
||||||
#modify
|
#modify
|
||||||
#can't test modify for http, it will add a new binding instead since
|
#can't test modify for http, it will add a new binding instead since
|
||||||
|
@ -309,10 +309,10 @@
|
||||||
- name: idem remove assert changed and gone
|
- name: idem remove assert changed and gone
|
||||||
assert:
|
assert:
|
||||||
that:
|
that:
|
||||||
- http_no_header is not changed
|
- http_no_header is not changed
|
||||||
- http_no_header.binding_info is not defined
|
- http_no_header.binding_info is not defined
|
||||||
- get_http_no_header.binding is not defined
|
- get_http_no_header.binding is not defined
|
||||||
- http_header is not changed
|
- http_header is not changed
|
||||||
- http_header.binding_info is not defined
|
- http_header.binding_info is not defined
|
||||||
- get_http_header.binding is not defined
|
- get_http_header.binding is not defined
|
||||||
|
|
||||||
|
@ -332,7 +332,8 @@
|
||||||
- test2.com
|
- test2.com
|
||||||
- test3.com
|
- test3.com
|
||||||
|
|
||||||
- assert:
|
- name: assert that 3 bindings were added
|
||||||
|
assert:
|
||||||
that:
|
that:
|
||||||
- http_header is changed
|
- http_header is changed
|
||||||
- http_header | json_query('results[*].binding_info') | length == 3
|
- http_header | json_query('results[*].binding_info') | length == 3
|
||||||
|
|
|
@ -152,8 +152,8 @@
|
||||||
- name: idem assert not changed
|
- name: idem assert not changed
|
||||||
assert:
|
assert:
|
||||||
that:
|
that:
|
||||||
- https_no_header is not changed
|
- https_no_header is not changed
|
||||||
- https_header is not changed
|
- https_header is not changed
|
||||||
|
|
||||||
#################
|
#################
|
||||||
### CM Modify ###
|
### CM Modify ###
|
||||||
|
@ -271,7 +271,7 @@
|
||||||
- name: idem assert not changed
|
- name: idem assert not changed
|
||||||
assert:
|
assert:
|
||||||
that:
|
that:
|
||||||
- https_header is not changed
|
- https_header is not changed
|
||||||
|
|
||||||
#################
|
#################
|
||||||
### CM Remove ###
|
### CM Remove ###
|
||||||
|
@ -451,9 +451,9 @@
|
||||||
- name: idem remove assert changed and gone
|
- name: idem remove assert changed and gone
|
||||||
assert:
|
assert:
|
||||||
that:
|
that:
|
||||||
- https_no_header is not changed
|
- https_no_header is not changed
|
||||||
- https_no_header.binding_info is not defined
|
- https_no_header.binding_info is not defined
|
||||||
- get_https_no_header.binding is not defined
|
- get_https_no_header.binding is not defined
|
||||||
- https_header is not changed
|
- https_header is not changed
|
||||||
- https_header.binding_info is not defined
|
- https_header.binding_info is not defined
|
||||||
- get_https_header.binding is not defined
|
- get_https_header.binding is not defined
|
||||||
|
|
|
@ -73,7 +73,7 @@
|
||||||
- name: idem assert not changed
|
- name: idem assert not changed
|
||||||
assert:
|
assert:
|
||||||
that:
|
that:
|
||||||
- https_no_header is not changed
|
- https_no_header is not changed
|
||||||
|
|
||||||
#################
|
#################
|
||||||
### CM Modify ###
|
### CM Modify ###
|
||||||
|
@ -176,7 +176,7 @@
|
||||||
- name: idem assert not changed
|
- name: idem assert not changed
|
||||||
assert:
|
assert:
|
||||||
that:
|
that:
|
||||||
- https_header is not changed
|
- https_header is not changed
|
||||||
|
|
||||||
#################
|
#################
|
||||||
### CM Remove ###
|
### CM Remove ###
|
||||||
|
@ -275,7 +275,7 @@
|
||||||
- name: idem remove assert changed and gone
|
- name: idem remove assert changed and gone
|
||||||
assert:
|
assert:
|
||||||
that:
|
that:
|
||||||
- https_no_header is not changed
|
- https_no_header is not changed
|
||||||
- https_no_header.binding_info is not defined
|
- https_no_header.binding_info is not defined
|
||||||
- get_https_no_header.binding is not defined
|
- get_https_no_header.binding is not defined
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue