- 02 Sep, 2014 14 commits
-
-
Add additional Azure Regions
James Cammarata committed -
James Cammarata committed
-
James Cammarata committed
-
https://github.com/tkellen/ansible
Merge branch 'npm-ignore-scripts' of https://github.com/tkellen/ansible into tkellen-npm-ignore-scripts
James Cammarata committed -
Handle exceptions during config file parsing
James Cammarata committed -
Supporting SSL cert location on SunOS (SmartOS, really)
James Cammarata committed -
Fix description on quantum_subnet module
James Cammarata committed -
Update playbooks_variables.rst
James Cammarata committed -
James Cammarata committed
-
Corrected VM metadata obtention between Abiquo versions
James Cammarata committed -
Can override each role's install path
James Cammarata committed -
service: use self.changed in service_enable_rcconf().
James Cammarata committed -
portage: Add support for --changed-use
James Cammarata committed -
Always return a list even if its empty.
James Cammarata committed
-
- 01 Sep, 2014 2 commits
-
-
window facts. Select certificate to check for expiry from winrm configuration
Chris Church committed -
This change selects the certificate from the winrm configuration and attempts to find the expiry date from that. Trond Hindenes pointed out that simply picking the first certificate from local computer certs is not guaranteed to select the correct certificate.
Jon Hawkesworth committed
-
- 31 Aug, 2014 4 commits
-
-
Chris Church committed
-
Merge pull request #8833 from jhawkesworth/win_facts_powershell_version_and_winrm_cert_expiry_revised Revised additions to windows facts
Chris Church committed -
Jon Hawkesworth committed
-
Sterling Windmill committed
-
- 29 Aug, 2014 11 commits
-
-
Tyler Kellen committed
-
win_json_facts_setup_improvements; All changes referenced in PRs #8767 , #8768 , #8769
Chris Church committed -
Handle uncaught exceptions during config file parsing
Dionysis Grigoropoulos committed -
Adds us-gov-west-1 aws ec2 region to cloud library
James Cammarata committed -
Dan Buch committed
-
Formation, Format, and Constiency
James Cammarata committed -
This changes the get-attr function slightly, and lets the module specify whether a param is needed and auto-fails if it is not present. A module can now verify params like so:: $params = Parse-Args $args; $result = New-Object psobject; Set-Attr $result "changed" $false; $path = Get-Attr -obj $params -name path -failifempty $true -resultobj $result or $params = Parse-Args $args; $result = New-Object psobject; Set-Attr $result "changed" $false; $path = Get-Attr -obj $params -name path -failifempty $true -emptyattributefailmessage "Oh man. You forgot the main part!" -resultobj $result slight tweak in how the powershell module converts to json in order to support nested objects (allows for more complex facts, among others) This script gathers some extended facts on windows hosts in a json array attribute called "ansible_interfaces". This info is needed for some network-related modules I'm working on. Required the update to powershell.ps1 to return deeply nested json objects.
Trond Hindenes committed -
James Cammarata committed
-
James Cammarata committed
-
Replace Get-FileHash with MD5 code that works on PowerShell 3.
Chris Church committed -
* moved common code to an module_util snippet * rewrote logic to make each module idempotent * added new capabilities like the write_config option
James Cammarata committed
-
- 28 Aug, 2014 9 commits
-
-
There should be a period after "Various release-X.Y branches exist for previous releases". It should read "Various release-X.Y branches exist for previous releases." This should keep the Branch Info listings consistent.
freshlikeesch committed -
Don't use ternary if statements. Fixes #8784
Michael DeHaan committed -
David Stygstra committed
-
Gary Wu committed
-
Daniel committed
-
James Cammarata committed
-
Fixes #8799
James Cammarata committed -
James Cammarata committed
-
Chris Church committed
-