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
5f13af97
Commit
5f13af97
authored
Jun 19, 2014
by
Michael DeHaan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove part about powershell upgrade (for now).
parent
e6cd216a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
14 deletions
+6
-14
docsite/rst/intro_windows.rst
+6
-14
No files found.
docsite/rst/intro_windows.rst
View file @
5f13af97
...
...
@@ -120,23 +120,15 @@ bootstrapping!
.. _getting_to_powershell_three_or_higher:
Getting to Powershell 3.0 or higher
on Remote Systems
```````````````````````````````````
```````````````````
Getting to Powershell 3.0 or higher
```````````````````````````````````
Additionally, Powershell 3.0 or higher is needed for most modules. You can actually use a minimal
ansible example playbook to upgrade your windows systems from Powershell 2.0 to 3.0 in order to take
advantage of the *other* ansible modules.
Powershell 3.0 or higher is needed for most modules.
Looking at an ansible checkout, copy the examples/scripts/upgrade_to_ps3.ps1 script
from the repo into
your local directory, and run a playbook that looks like the following:
:
Looking at an ansible checkout, copy the examples/scripts/upgrade_to_ps3.ps1 script
onto the remote host
and run a powershell console as an administrator
:
- hosts: windows
gather_facts: no
tasks:
- script: upgrade_to_ps3.ps1
The hosts in the above group will then be running a new enough version of Powershell to be managed
by the full compliment of Ansible modules.
./upgrade_to_ps3.ps1
.. _what_windows_modules_are_available:
...
...
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