Added example of removing the standard website and port 80 binding (#22457)

This commit is contained in:
Andreas Mosti 2017-03-16 22:52:28 +01:00 committed by Matt Davis
parent c6dedea1a6
commit 1fa7a3db27

View file

@ -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