Lines Matching refs:http_header

30   register: http_header
49 - http_header is changed
50 - http_header.binding_info is none
81 register: http_header
102 - http_header is changed
103 - http_header.binding_info is defined
104 - http_header.operation_type == 'added'
105 - http_header.binding_info.ip == "{{ http_header_vars.ip }}"
106 - http_header.binding_info.port == {{ http_header_vars.port }}
107 - http_header.binding_info.protocol == "{{ http_header_vars.protocol }}"
108 - http_header.binding_info.hostheader == "{{ http_header_vars.header }}"
129 register: http_header
135 - http_header is not changed
170 register: http_header
196 - http_header is changed
197 - http_header.binding_info is defined
198 - http_header.operation_type == 'removed'
199 - http_header.binding_info.ip == "{{ http_header_vars.ip }}"
200 - http_header.binding_info.port == {{ http_header_vars.port }}
201 - http_header.binding_info.protocol == "{{ http_header_vars.protocol }}"
202 - http_header.binding_info.hostheader == "{{ http_header_vars.header }}"
238 register: http_header
260 - http_header is changed
261 - http_header.binding_info is defined
262 - http_header.operation_type == 'removed'
263 - http_header.binding_info.ip == "{{ http_header_vars.ip }}"
264 - http_header.binding_info.port == {{ http_header_vars.port }}
265 - http_header.binding_info.protocol == "{{ http_header_vars.protocol }}"
266 - http_header.binding_info.hostheader == "{{ http_header_vars.header }}"
297 register: http_header
315 - http_header is not changed
316 - http_header.binding_info is not defined