summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorNathaniel Cohen <ncohen@ucsd.edu>2015-09-22 11:57:15 -0700
committerNathaniel Cohen <ncohen@ucsd.edu>2015-09-22 11:57:15 -0700
commit8b6f8ff92898f7e1fd9b9db5d71dd1673262402d (patch)
tree269aa61468be43862fc4c2785a20844ba7da6e21 /examples
parentbe452c1b2792bd15c37b2f418417eeaee4632f3e (diff)
downloadansible-8b6f8ff92898f7e1fd9b9db5d71dd1673262402d.tar.gz
Document -SkipNetworkProfileCheck switch
Diffstat (limited to 'examples')
-rw-r--r--examples/scripts/ConfigureRemotingForAnsible.ps14
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/scripts/ConfigureRemotingForAnsible.ps1 b/examples/scripts/ConfigureRemotingForAnsible.ps1
index 2555b2e97a..bc8f389826 100644
--- a/examples/scripts/ConfigureRemotingForAnsible.ps1
+++ b/examples/scripts/ConfigureRemotingForAnsible.ps1
@@ -7,6 +7,10 @@
#
# Set $VerbosePreference = "Continue" before running the script in order to
# see the output messages.
+# Set $SkipNetworkProfileCheck to skip the network profile check. Without
+# specifying this the script will only run if the device's interfaces are in
+# DOMAIN or PRIVATE zones. Provide this switch if you want to enable winrm on
+# a device with an interface in PUBLIC zone.
#
# Written by Trond Hindenes <trond@hindenes.com>
# Updated by Chris Church <cchurch@ansible.com>