- 03 Sep, 2015 1 commit
-
-
Replace .iteritems() with six.iteritems() everywhere except in module_utils (because there's no 'six' on the remote host). And except in lib/ansible/galaxy/data/metadata_template.j2, because I'm not sure six is available there.
Marius Gedminas committed
-
- 31 Aug, 2015 1 commit
-
-
nitzmahone committed
-
- 16 Dec, 2014 1 commit
-
-
Willem Pienaar committed
-
- 11 Nov, 2014 1 commit
-
-
Chris Church committed
-
- 04 Nov, 2014 1 commit
-
-
On x86 systems doesn't work so, starting by the line 63 we check if the architecture is x86 or x64.
cipress committed
-
- 18 Aug, 2014 1 commit
-
-
$powershell path is set to "C:\powershell" at line 27. This is fine, but on line 82 $powershellpath is called as ".$powershellpath\$filename". Because the path at line 27 is absolute, a period preceding the $powershellpath is not required at 82. It actually causes an error: Start-Process : This command cannot be executed due to the error: Unknown error (0x80041002). At C:\users\Nathan Sosnovske\Documents\ps2to3.ps1:81 char:14 Start-Process <<<< -FilePath ".$powershellpath\$filename" -ArgumentList /quiet CategoryInfo : InvalidOperation: (:) [Start-Process], InvalidOperationException FullyQualifiedErrorId : InvalidOperationException,Microsoft.PowerShell.Commands.StartProcessCommand Removing the period on line 82 before $powershellpath fixes this error.
nathansoz committed
-
- 06 Jul, 2014 1 commit
-
-
The script can be used to set up a windows host with WinRM with the least possible effort.
Trond Hindenes committed
-
- 19 Jun, 2014 19 commits
-
-
Matt Martz committed
-
Chris Church committed
-
Chris Church committed
-
Must wait in order for script to be available
Don Schenck committed -
Debugging
Don Schenck committed -
Fixed
Don Schenck committed -
Using Start-Process
Don Schenck committed -
Chris Church committed
-
Paul Durivage committed
-
Don Schenck committed
-
Craig Ackerman committed
-
Craig Ackerman committed
-
Paul Durivage committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
UpgradeToPS3.ps1 failed when tested with Ansible. Added logging output to file C:\powershell\install.log.
Don Schenck committed -
assumed.
Don Schenck committed -
Will install PowerShell 3 if the machine has a lower version. WILL NOT do anything if PowerShell 3 (or higher) is already installed.
Don Schenck committed
-
- 17 Jun, 2013 1 commit
-
-
trbs committed
-
- 13 Jun, 2013 1 commit
-
-
trbs committed
-
- 24 Aug, 2012 1 commit
-
-
Michael DeHaan committed
-
- 20 Aug, 2012 1 commit
-
-
Moved inventory scripts to the ansible/ansible-plugins repo so they can be updated independent of release.
Michael DeHaan committed
-
- 07 Aug, 2012 1 commit
-
-
Michael DeHaan committed
-
- 20 Jul, 2012 1 commit
-
-
Script to migrate YAML users to the INI format, so we can deprecate YAML inventory (which we are now doing).
Michael DeHaan committed
-
- 15 Jul, 2012 1 commit
-
-
commit 5b9d29e08fba6402efccaa1ca56d834ff58f4b55 Merge: 7286f3a 111561f Author: Michael DeHaan <michael.dehaan@gmail.com> Date: Sun Jul 15 14:34:10 2012 -0400 Merge branch 'devel' of https://github.com/pas256/ansible into pasec2 commit 111561f7829b517fb0b7577a0e2147292bdba58f Author: Peter Sankauskas <pas256@gmail.com> Date: Mon Jul 16 16:13:48 2012 -0700 Reading the config file from the same directory as the script, and fixing typo in security group name commit e63659d04e65c0be3db833038f55a21d2ec511a9 Author: Peter Sankauskas <pas256@gmail.com> Date: Mon Jul 16 10:56:59 2012 -0700 Adding list of variables to documentation commit d0aecf025e23cf26f3df5a253639b0ec425b7223 Author: Peter Sankauskas <pas256@gmail.com> Date: Fri Jul 13 15:35:00 2012 -0700 Finished EC2 external inventory script commit 136b8a50824b7f964f162fad153784899d6dd634 Author: Peter Sankauskas <pas256@gmail.com> Date: Thu Jul 12 18:01:44 2012 -0700 Almost done, just a few more types to deal with commit 09f92052ce2e21a2c216692a20ce1bb03eacc2d9 Author: Peter Sankauskas <pas256@gmail.com> Date: Tue Jul 10 23:43:30 2012 -0700 Adding region options to config, and getting host details happening, but need to figure out complex types commit a940c9b8fb9258043ec4f4a37fef80fdbcfcda7b Author: Peter Sankauskas <pas256@gmail.com> Date: Tue Jul 10 18:06:05 2012 -0700 Converting to a class, commenting methods, reading settings from a config file, and starting to work on the host variables commit 43eb3214a6bdd65d3ef3961183252932b6984004 Author: Peter Sankauskas <pas256@gmail.com> Date: Mon Jul 9 13:11:27 2012 -0700 First pass of the Ansible EC2 inventory script
Peter Sankauskas committed
-
- 12 Jul, 2012 1 commit
-
-
Michael DeHaan committed
-
- 30 Mar, 2012 2 commits
-
-
Michael DeHaan committed
-
works in Ansible in general.
Michael DeHaan committed
-
- 13 Mar, 2012 1 commit
-
-
Michael DeHaan committed
-