mirror of https://github.com/ansible/ansible.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
396 B
YAML
31 lines
396 B
YAML
7 years ago
|
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
|