summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix cow mode to work with unicode task and play namesfix-cowsToshio Kuratomi2016-09-142-34/+30
| | | | Fixes #17560
* Add action pluging for dnos9_template module (#17549)Senthil Kumar Ganesan2016-09-142-0/+29
|
* Add action plugin for dnos6_template module (#17554)Senthil Kumar Ganesan2016-09-142-0/+29
|
* Moved the dnos10_template.py action plugin to the correct directory (#17550)Senthil Kumar Ganesan2016-09-141-0/+0
|
* Fix galaxy's parsing of the command line. (#17569)Toshio Kuratomi2016-09-143-61/+96
| | | | | | | Also make the parsing of the action in both galaxy and vault more robust. Fixes #17534 May Fix #17563
* Make jsonfile cache plugin errors less vague. (#17568)Adrian Likins2016-09-141-8/+9
|
* [wip] Let jsonfile and memcached cache plugins understand ↵Adrian Likins2016-09-142-1/+4
| | | | | | | | | | | fact_caching_timeout=0 (#17565) * Add support for no-expiration to jsonfile cache * Let memcached cache use fact_caching_timeout=0 If fact_cache=memcached and fact_caching_timeout=0 memcached would hit a NameError on _expire_keys
* Merge pull request #17564 from offthewoll/patch-2Abhijit Menon-Sen2016-09-141-1/+1
|\ | | | | Fixes typo "pieves"
| * Typo fixAvi Wollman2016-09-141-1/+1
|/
* Allow AWSRetry class to be created without boto3/botocore installedRyan S. Brown2016-09-141-1/+11
|
* added msg info to unreachable for oneline callbackBrian Coca2016-09-141-1/+1
| | | | fixes #17367
* Merge pull request #14676 from tes/develAbhijit Menon-Sen2016-09-141-0/+5
|\ | | | | Add enumeration of block devices to ec2_block_devices
| * Changes as per @abadgerKhushil Dep2016-09-141-2/+2
| |
| * Add enumeration of block devices to ec2_block_devicesKhushil Dep2016-09-141-0/+5
|/
* jenkins_job: extend integration tests (#17558)René Moser2016-09-141-0/+15
|
* Fix for ticket 9664Scott Butler2016-09-131-1/+1
|
* Fix cpu facts for hosts missing fields in cpuinfo (16533) (#16535)Adam Reznechek2016-09-131-2/+4
| | | | | Change linux fact gathering to correctly gather ansible_processor_count and ansible_processor_vcpus on systems without vendor_id/model_name in /proc/cpuinfo (for ex, ppc64/POWER)
* CloudRetry/AWSRetry backoff decorator with unit tests (#17039)Allen Sanabria2016-09-137-1/+226
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added aws_retry decorator function with unit tests * Restructured the code to be used with a base class. This base class CloudRetry can be reused by any other cloud provider. This decorator should be used in situations, where you need to implement a backoff algorithm and want to retry based on the status code from the exception. * updated documentation * fixed tabs * added botocore and boto3 to requirements.txt * removed cloud.py from py24 tests, as it depends on boto3 * fix relative imports * updated test to be 2.6 compat * updated method name from retry to backoff * readded lxd * Updated default backoff from 2 seconds to 1.1s. This will be about a total of 48 seconds in 10 tries. This is configurable.
* doas update (#16997)Brian Coca2016-09-131-1/+1
| | | hopefully fixes #15597
* Merge pull request #17546 from skg-net/dnos9_configPeter Sprygada2016-09-133-7/+45
|\ | | | | Added support for dnos9_config module
| * Added support for dnos9_config moduleSenthil Kumar Ganesan2016-09-133-7/+45
| |
* | added new ksu method to man pageBrian Coca2016-09-132-4/+4
| | | | | | | | removed runas refrences, because it was never implemented
* | Cleanup eos (#17548)Nathaniel Case2016-09-131-4/+3
| |
* | Add test for the pause in loop feature (#17336)Michael Scherer2016-09-132-1/+21
| | | | | | See https://github.com/ansible/ansible/pull/17289
* | Cleanup netcfg.py (#17531)Nathaniel Case2016-09-131-1/+1
|/ | | Closes #17412
* better display for free strategy (#17355)Brian Coca2016-09-131-1/+32
|
* eos: cmd should be item (#17540)John R Barker2016-09-131-1/+1
| | | | | Was changed during https://github.com/ansible/ansible/commit/7fe64ef9b89428d82b5851b5d33b5bba4beb2082 however not all look variables were updated.
* Remove extraneous . from VALID_FILE_EXTENSIONSAbhijit Menon-Sen2016-09-131-1/+1
| | | | | | Otherwise if you «include_vars: vars.json», you get this error: "message": "/path/to/vars.json does not have a valid extension: yaml, yml, .json"
* Update submodule refsToshio Kuratomi2016-09-132-13/+21
|
* jenkins_job: add integration tests (#17499)René Moser2016-09-135-0/+204
|
* Corrected port designation in INI file (#17543)Davis Phillips2016-09-131-1/+1
|
* updated solaris virtualization detection (#17464)Brian Coca2016-09-131-39/+56
| | | | avoid prtdiag since it seems to hang and require service restarts hopefully fixes #4583
* Cleanup junos (#17530)Nathaniel Case2016-09-121-5/+4
| | | Closes #17411
* Merge pull request #17468 from skg-net/dnos9_commandPeter Sprygada2016-09-123-0/+202
|\ | | | | dnos9_command (new module)
| * Addressed review comments from @gundalowSenthil Kumar Ganesan2016-09-121-10/+9
| |
| * Addded support for dnos9_command moduleSenthil Kumar Ganesan2016-09-123-0/+203
| |
* | Cleanup netcli (#17529)Nathaniel Case2016-09-121-6/+6
| | | | | | This honestly mostly amounts to Python 3 fixes.
* | Fixes to the controller text model (#17527)Toshio Kuratomi2016-09-124-9/+27
| | | | | | | | | | | | | | | | | | | | | | | | * Fixes to the controller text model * Change command line args to text type * Make display replace undecodable bytes with replacement chars. This is only a problem on pyhton3 where surrogates can enter into the msg but sys.stdout doesn't know how to handle them. * Remove a deprecated playbook syntax in unicode.yml * Fix up run_cmd to change its parameters to byte string at appropriate times.
* | Update submodule ref for core to fix broken service moduleToshio Kuratomi2016-09-121-17/+5
| |
* | Update submodule refsToshio Kuratomi2016-09-122-15/+23
|/
* Cleanup nxosNathaniel Case2016-09-121-5/+7
| | | closes #17414
* Merge pull request #17474 from skg-net/dnos6_commandPeter Sprygada2016-09-123-0/+182
|\ | | | | Add module_utils/dnos6.py
| * Addressed @gundalow review commentsSenthil Kumar Ganesan2016-09-122-11/+9
| |
| * Added support for dnos6_command moduleSenthil Kumar Ganesan2016-09-123-0/+184
| |
* | Merge pull request #17521 from privateip/fix-4797Peter Sprygada2016-09-121-1/+1
|\ \ | | | | | | raise exception when src file is not found in net_config
| * | raise exception when src file is not found in net_configPeter Sprygada2016-09-121-1/+1
| | | | | | | | | | | | | | | | | | | | | This will now raise an exception if the file path specified in src is not found and the module will gracefully error. ref #4797
* | | Cleanup openswitchNathaniel Case2016-09-123-5/+7
| |/ |/| | | | | | | Also bump get_config in vyos, to pick up the addition of **kwargs Closes #17415
* | docsite/rst/community.rst: Fixed typos (#17502)cmullaney2016-09-121-15/+15
| |
* | Python3 changelog entryToshio Kuratomi2016-09-121-0/+4
| |
* | ssh_executbale and controlpersist changesToshio Kuratomi2016-09-121-0/+5
| |