summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Updating CHANGELOG and release versions for 2.1.2James Cammarata2016-10-032-1/+63
|
* bump core submodule refMatt Davis2016-10-031-5/+5
|
* New modules (#17870)John R Barker2016-10-031-2/+31
| | | Full review of new modules
* added network updates to CHANGELOGPeter Sprygada2016-10-031-0/+4
|
* added forman callback plugin to changelogBrian Coca2016-10-031-0/+2
|
* only change dir to playdir if localBrian Coca2016-10-031-4/+6
| | | | | fixes #17869 fixes #17770
* Remove unicode escape (#17866)Toshio Kuratomi2016-10-022-10/+11
| | | | | | | | | | * Remove unicode-escape which is not present on python3 Alternative fix for #17305 * Enable the assemble test on python3 * Fix other problems with assemble on python3
* Update submodule refsToshio Kuratomi2016-10-022-12/+10
|
* Add foreman callback plugin (#17141)Guido Günther2016-10-031-0/+200
|
* On python3, subprocess needs another arg to pass extra file descriptorsToshio Kuratomi2016-10-021-3/+9
|
* Normalize text and byte type in the ssh plugin helper method that builds up ↵Toshio Kuratomi2016-10-023-58/+72
| | | | | | an ssh command (#17860) Mostly cleanups to make the code more efficient, more pythonic, and obey the unicode sandwich strategy more but also Fixes #17832
* fixes issue with run_commands raising error (#17861)Peter Sprygada2016-10-021-0/+3
| | | | The junos run_commands() method should raise an error when an RpcError is returned but didn't when using display=text. This fixes that error
* switches the kickstart arg from True to False for eos (#17858)Peter Sprygada2016-10-021-19/+7
| | | | | | | | | The kickstart kwarg should be set to False for eos based devices and was set to True. This change cleans up problems loading json output from cli commands All eos_command test cases are now passing successfully fixes #17441
* adds new exception for adding condition statements to Conditional (#17859)Peter Sprygada2016-10-021-1/+12
| | | | | When adding condition statements, the Conditional instance will now generate an AddConditionError if is unable to map the condition to a function in the instance
* bump core submodule ref for windows async_wrapper bugfixMatt Davis2016-10-021-5/+6
|
* bugfixes to JSON junk filter, added unit/integration tests to exercise (#17834)Matt Davis2016-10-027-84/+272
|
* Ensure the "attempts" key is set in the final result for do/until loopsJames Cammarata2016-10-021-1/+2
| | | | Fixes #17258
* Remove the dellosX_template module (#17836)Senthil Kumar Ganesan2016-10-014-87/+0
|
* Disable privileged mode on Shippable. (#17844)Matt Clay2016-09-302-5/+11
|
* bump core submodule ref for async_wrapper fixesMatt Davis2016-09-301-5/+5
|
* Add homebrew in squash_actions list (#16966)Indrajit Raychaudhuri2016-09-303-3/+3
| | | | `homebrew`, like other package modules in the existing `squash_actions` list can benefit from `with_items` loops optimization.
* dzdo prompt fixBrian Coca2016-09-302-2/+11
| | | | | | fixed tests dzdo has 2 paths now, with and w/o password fixes #17838
* fix fact gathering flagBrian Coca2016-09-301-1/+1
|
* add ssh error message to failureBrian Coca2016-09-301-4/+1
|
* Fixing parentage of include_role objects for param inheritanceJames Cammarata2016-09-302-5/+9
| | | | Fixes #17686
* fixes unicode conversation from junos get_config() method (#17841)Peter Sprygada2016-09-301-1/+1
| | | | The junos config should convert the returning configuration to unicode not str. This fixes that issue.
* adds better error handling when conditional fails (#17839)Peter Sprygada2016-09-301-1/+1
| | | | | When the conditional cannot extract a value from the result string, an unhandled exception would be raised. This fix now gracefully handles the exception
* fixes issue when calling save_config() and transport is nxapi (#17835)Peter Sprygada2016-09-301-1/+4
| | | | | | | An unhandled exeception is raised with using nxapi transport and setting the save argument to true. This fix will allow the configuration to be saved regardless of the transport. fixes ansible/ansible-modules-core#5094
* Merge pull request #17833 from resmo/docs/fix_loopsscottb2016-09-301-28/+29
|\ | | | | docsite: various fixes in loops doc
| * docsite: various fixes in loops docRene Moser2016-09-301-28/+29
| | | | | | | | | | - "new in version ..." did not always show up - indentation in examples - minor style cleanup (whitespace)
* | remove Windows async doc exclusionMatt Davis2016-09-301-3/+0
| |
* | Bugfix: fixes new-alias bug when debugging powershell (#17816)Trond Hindenes2016-09-301-2/+6
| |
* | jabber callback (#16981)Makc2016-09-301-0/+97
| | | | | | | | | | | | | | | | | | | | | | | | * jabber callback * delete empty lines * grammar fix * fix: do not print error when jabber callback disabled * change callback version 1 -> 2
* | Merge pull request #17818 from chouseknecht/develChris Houseknecht2016-09-301-6/+21
|\ \ | | | | | | Parse role dependencies consistently
| * | Use new YAML syntax in role dependencies.Chris Houseknecht2016-09-291-6/+21
| | |
* | | vmware_inventory: Make the ceritifate check default, and create a config ↵jctanner2016-09-302-11/+15
| |/ |/| | | | | | | option (#17830) Fixes #17811
* | Merge pull request #17556 from gahan-corporation/develscottb2016-09-291-1/+1
|\ \ | | | | | | Updated grammar starting on line 166.
| * | Updated grammar starting on line 166.Alexander Laughlin2016-09-131-1/+1
| | |
* | | Merge pull request #14691 from udesilva/patch-1scottb2016-09-291-1/+3
|\ \ \ | | | | | | | | Update Lookups documentation regarding a possible pitfall with password plugin
| * | | Update playbooks_lookups.rstudesilva2016-03-041-2/+2
| | | |
| * | | Update playbooks_lookups.rstudesilva2016-02-271-0/+2
| | | | | | | | | | | | Added a warning regarding attempting to create a local password file when the user the playbook is running as cannot create it... causes Ansible to loop at that task.
* | | | Merge pull request #17809 from pkyeck/develscottb2016-09-291-1/+1
|\ \ \ \ | | | | | | | | | | Fix length of quickstart video mentioned in docs
| * | | | Fix length of quickstart video mentioned in docsPhilipp Kyeck2016-09-291-1/+1
| | | | |
* | | | | Update changelog for scp_when_ssh=smart (#17819)jctanner2016-09-291-0/+1
| | | | |
* | | | | Smart mode for sftp+scp (#17813)jctanner2016-09-294-22/+59
| |_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | If the sftp fails, roll over to scp by default. This saves users from having to know about the scp_if_ssh method when sftp is broken on the remote host.
* | | | mv test_git to 'destructive' integration tests (#17526)Adrian Likins2016-09-292-1/+2
| | | | | | | | | | | | | | | | The test_git role removes ~/.ssh/known_hosts currently and that is destructive.
* | | | Update ROADMAP_2_2.rstJason McKerr2016-09-291-2/+1
| | | |
* | | | Update ROADMAP_2_2.rstJason McKerr2016-09-291-3/+3
|/ / /
* | | Add PRIVILEGED to freebsd because testing of mount keys off of that. (#17803)Toshio Kuratomi2016-09-281-1/+1
| | |
* | | Update submodule refsToshio Kuratomi2016-09-282-10/+10
| | |