mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
31 lines
396 B
YAML
31 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
|