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
128be9ea
Commit
128be9ea
authored
Jun 18, 2014
by
Michael DeHaan
Committed by
Matt Martz
Jun 19, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
File rename.
parent
38338157
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
docsite/rst/intro_windows.rst
+2
-2
examples/scripts/upgrade_to_ps3.ps1
+0
-0
No files found.
docsite/rst/intro_windows.rst
View file @
128be9ea
...
...
@@ -151,13 +151,13 @@ Additionally, Powershell 3.0 or higher is needed for most modules. You can actu
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.
Looking at an ansible checkout, copy the examples/scripts/upgrade_
ps2_to_
3.ps1 script from the repo into
Looking at an ansible checkout, copy the examples/scripts/upgrade_
to_ps
3.ps1 script from the repo into
your local directory, and run a playbook that looks like the following::
- hosts: windows
gather_facts: no
tasks:
- script: upgrade_
ps2_to_
3.ps1
- script: upgrade_
to_ps
3.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.
...
...
examples/scripts/
UpgradeToPS
3.ps1
→
examples/scripts/
upgrade_to_ps
3.ps1
View file @
128be9ea
File moved
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