Added example of removing the standard website and port 80 binding (#22457)
This commit is contained in:
parent
c6dedea1a6
commit
1fa7a3db27
1 changed files with 6 additions and 0 deletions
|
@ -115,6 +115,12 @@ EXAMPLES = r'''
|
|||
parameters: logfile.directory:c:\sites\logs
|
||||
register: website
|
||||
|
||||
# Remove Default Web Site and the standard port 80 binding
|
||||
- name: Remove Default Web Site
|
||||
win_iis_website:
|
||||
name: "Default Web Site"
|
||||
state: absent
|
||||
|
||||
# Some commandline examples:
|
||||
|
||||
# This return information about an existing host
|
||||
|
|
Loading…
Reference in a new issue