Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
ansible
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
ansible
Commits
630c0cf5
Commit
630c0cf5
authored
Jun 19, 2014
by
Matt Martz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix up some formatting issues in intro_windows.rst
parent
25766a0d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
docsite/rst/intro_windows.rst
+3
-3
No files found.
docsite/rst/intro_windows.rst
View file @
630c0cf5
...
@@ -77,7 +77,7 @@ In the powershell session, run the following to enable PS Remoting and set the e
...
@@ -77,7 +77,7 @@ In the powershell session, run the following to enable PS Remoting and set the e
$ Enable-PSRemoting -Force
$ Enable-PSRemoting -Force
$ Set-ExecutionPolicy RemoteSigned
$ Set-ExecutionPolicy RemoteSigned
If your Windows firewall is enabled, you must also run the following command to allow firewall access to the public firewall profile:
:
If your Windows firewall is enabled, you must also run the following command to allow firewall access to the public firewall profile:
.. code-block:: bash
.. code-block:: bash
...
@@ -97,9 +97,9 @@ Alternatively, a self-signed SSL certificate can be generated in powershell usin
...
@@ -97,9 +97,9 @@ Alternatively, a self-signed SSL certificate can be generated in powershell usin
.. code-block:: bash
.. code-block:: bash
$
Create the https listener
#
Create the https listener
$ winrm create winrm/config/Listener?Address=*+Transport=HTTPS @{Hostname="host_name";CertificateThumbprint="certificate_thumbprint"}
$ winrm create winrm/config/Listener?Address=*+Transport=HTTPS @{Hostname="host_name";CertificateThumbprint="certificate_thumbprint"}
$
Delete the http listener
#
Delete the http listener
$ WinRM delete winrm/config/listener?Address=*+Transport=HTTP
$ WinRM delete winrm/config/listener?Address=*+Transport=HTTP
It's time to verify things are working::
It's time to verify things are working::
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment