summaryrefslogtreecommitdiff
path: root/test/integration/targets/win_iis_webbinding/defaults/main.yml
blob: 13f0bc333fa02d48b59a04838eead6b933941324 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
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