mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Added example of removing the standard website and port 80 binding (#22457)
This commit is contained in:
committed by
Matt Davis
parent
c6dedea1a6
commit
1fa7a3db27
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user