summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| | |
* | | fixes conditional processing with junos and xml data structures (#17801)Peter Sprygada2016-09-282-7/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | The conditional processing was failing due for two reasons: 1) The xml to json conversion string was not happening before the runner was processing the results 2) The Conditional instance was not parsing conditionals encoded with [] This fix address both issues.
* | | Graceful error handling when delegate_to host null (#17453) (#17783)cinerama702016-09-281-0/+2
| | | | | | | | | | | | | | | Currently, if the host specified in delegate_to for a task is null, Ansible will crash with a stack trace. Add a check for this state and handle the error appropriately.
* | | Fixes issue #17759Scott Butler2016-09-281-7/+12
| | |
* | | fixed typoBrian Coca2016-09-281-2/+2
| | |
* | | fixes #16865 : we should properly determine connection type for delegated ↵Gilles Gagniard2016-09-281-6/+8
| | | | | | | | | | | | task first, before overriding remote user for local connections (#17723)
* | | Document `copy` module vault decryption behavior (#17777)fajpunk2016-09-281-0/+2
| | |
* | | Fixes issue #17795Scott Butler2016-09-281-74/+7
| | |
* | | adds overwrite kwarg to load_config in junos (#17798)Peter Sprygada2016-09-281-2/+8
| | | | | | | | | | | | | | | The junos load_config() method supports operations of overwrite, replace and merge. This adds the missing overwrite keyword arg to load_config() so that action in junos_template can be procesed correctly.
* | | Turn mount test back on (#17797)Toshio Kuratomi2016-09-283-9/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Turn mount test back on * Mount tests need PRIVILEGED so turn that back on Revert "Revert "Set PRIVILEGED=true for non_destructive tests. (#17733)" (#17738)" This reverts commit dc0fb1c212df5f08490c3e959b9dce64ff540169. * Add a needs_privileged tag so that we can skip mount tests on centos6 Some containers timeout on shippable tests when run with privileged. Unfortunately, some tests require that in order to run. Tagging those allows us to skip those tests on the platforms that timeout when we get ready to run the integration test in shippable. * Centos6 times out with PRIVILEGED set so remove that (will disable the mount tests on centos6) * Remove false start
* | | Update submodules refsToshio Kuratomi2016-09-282-13/+10
| | |
* | | The mode that we fake from stat is checked more closely under python3.5 on ↵Toshio Kuratomi2016-09-281-1/+1
| | | | | | | | | | | | | | | | | | | | | El Capitan (#17794) Python2 seems to allow any integer. Python3.5 on Linux seems to allow a 32 bit unsigned int. Python3.5 on El Capitan seems to limit it to a smaller size... perhaps a 16 bit int.
* | | Use the play term instead of playbook.Toshio Kuratomi2016-09-281-1/+1
| | | | | | | | | | | | | | | An ansible playbook is a list of plays. environment: applies per-play, not per-playbook.
* | | better handling of host lists (#17781)Brian Coca2016-09-281-3/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * better handling of host lists fixes #17762 * corrected message * fixed extras space
* | | ansible_play_batch (#17779)Brian Coca2016-09-283-1/+10
| | | | | | | | | | | | | | | | | | * ansible_play_batch * added version added
* | | Notice of Networking *_template deprecations (#17668)John R Barker2016-09-281-1/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Notice of Networking *_facts deprecations * Just use the term "Deprecations" * Update CHANGELOG.md * Improve layout
* | | Run test_template tests on OS X. (#17791)Matt Clay2016-09-271-1/+4
| | |
* | | Enable unarchive tests for OS X and FreeBSD. (#17789)Matt Clay2016-09-271-1/+2
| | |
* | | Add mnt pnts with single quote to test (16855) (#17771)Adrian Likins2016-09-271-2/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds some test data to test_facts.py that includes mnt points that have a single quote in the path. Ala, https://github.com/ansible/ansible/issues/16855 The bug was already fixed via other changes, but this is for regression testing.
* | | raises ValueError exception if conditional is not parsable (#17788)Peter Sprygada2016-09-271-1/+6
| | | | | | | | | | | | | | | The Conditional class now raises a ValueError with message if it cannot correclty parse the passed in conditional. This makes it easier to detect issues in modules that specify conditionals.
* | | Update get_url test to use httptester. (#17787)Matt Clay2016-09-271-1/+1
| | |
* | | Revert "Clear the plugin path cache when adding new directories" (#17785)Matt Clay2016-09-271-1/+0
| | | | | | | | | This reverts commit 5a57313dd72e574d38272364df3ef01d6a3646ef.
* | | Clear the plugin path cache when adding new directoriesJames Cammarata2016-09-271-0/+1
| | |
* | | Update submodule refs.Matt Clay2016-09-271-7/+8
| | |