summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* When setting up the local connection for the rsync we need to set the shell ↵synchronize-set-shellToshio Kuratomi2016-01-281-1/+17
| | | | | | as well. Fixes #13490
* Merge pull request #14173 from sradvan/doc-fix-bsd-introBrian Coca2016-01-281-31/+24
|\ | | | | grammar fixes; capitalize where necessary; general clean-up
| * grammar fixes; capitalize where necessary; general clean-upScott Radvan2016-01-281-31/+24
| |
* | Merge pull request #14189 from ansible/unicode-pagerToshio Kuratomi2016-01-284-20/+31
|\ \ | | | | | | Changes to convert to unicode at the borders
| * | Changes to convert to unicode at the bordersToshio Kuratomi2016-01-284-20/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The module docs and vault changes solve issues where tracebacks can happen. The galaxy changes are mostly refactoring to be more pythonic with a small chance that a unicode traceback could have occurred there without the changes. The change in __init__.py when we actually call the pager makes things more robust but could hide places where we had bytes coming in already so I didn't want to change that without auditing where the text was coming from. Fixes #14178
* | | Merge pull request #14168 from ansible/safer-squashingToshio Kuratomi2016-01-282-11/+49
|\ \ \ | |/ / |/| | Squashing was occuring even though pkgs didn't have a template that would be affected by squash
| * | Squashing was occuring even though pkgs didn't have a template that would be ↵safer-squashingToshio Kuratomi2016-01-272-11/+49
| |/ | | | | | | | | | | | | | | | | affected by squash This broke other uses of looping (looping for delegate_to in the reported bug) Fixes #13980
* | Update submodule refsToshio Kuratomi2016-01-282-16/+10
| |
* | Merge pull request #14170 from strictlyd/develBrian Coca2016-01-281-1/+1
|\ \ | |/ |/| Fixing typo depricated for deprecated.
| * Fixing typo depricated for deprecated.Darren Tong2016-01-271-1/+1
|/
* fixed unit test to match new output of become/suBrian Coca2016-01-271-1/+1
|
* Merge pull request #14153 from oneswig/doc-ipaddr-add-subnet-masksJames Cammarata2016-01-271-0/+31
|\ | | | | Details on how to convert subnet masks into CIDR
| * Details on how to convert subnet masks into CIDRStig Telfer2016-01-271-0/+31
| | | | | | | | Use data reported by Ansible network facts as an example.
* | added note about 1.9 ppaBrian Coca2016-01-271-0/+1
| |
* | fixed issue with vars prompt warning causing errorBrian Coca2016-01-271-5/+4
| | | | | | | | | | | | sometimes display object is not magically available, use it explicitly, no need to be classmethod anymore fixes #14147
* | Return an error when synchronize is used with something other than an ssh ↵Toshio Kuratomi2016-01-271-0/+7
| | | | | | | | | | | | connection Suggested in #2832
* | fix for so su works in more casesBrian Coca2016-01-271-3/+7
| | | | | | | | | | should not fail anymore on csh, fish nor the BSDs fixes #14116
* | address minor bugs in nxos shared modulePeter Sprygada2016-01-271-18/+24
| | | | | | | | | | | | | | | | | | This addresses two issues with the nxos shared module. The first issue is argument precedence checking. The module should prefer explicit arguments over arguments passed vi the provider. This is now fixed to honor that precedence. The second issue is collecting output from nxapi and returning the response. Prior to this change the entire json structure was returned. Now just the output is returned to align it better with cli based output
* | fixes issue with eos shared module argument precedencePeter Sprygada2016-01-271-1/+2
| | | | | | | | | | | | The eos shared module should prefer to use explicit task arguments over arguments provided through the provider. This fixes a problem where that was not the case
* | Don't try to generate retry files if the tqm hasn't been initializedJames Cammarata2016-01-271-14/+14
|/ | | | Fixes #14144
* Merge pull request #14140 from ansible/synchronize-ports-fixToshio Kuratomi2016-01-261-4/+26
|\ | | | | Fix for inventory hosts on localhost with alternate ports.
| * Fix for inventory hosts on localhost with alternate ports.Toshio Kuratomi2016-01-261-4/+26
|/ | | | Fixes https://github.com/ansible/ansible-modules-core/issues/2831
* Make retry file generation not use StringIOJames Cammarata2016-01-261-8/+3
|
* Re-implementing the retry file feature for 2.0James Cammarata2016-01-262-1/+37
| | | | Fixes #13944
* Fix lookup of parent attribute when parent doesn't have the attrJames Cammarata2016-01-262-18/+9
| | | | Fixes #14100
* fixed permissions check for ansible.logBrian Coca2016-01-261-9/+8
| | | | fixes #13990
* Merge pull request #14044 from skorochkin/develBrian Coca2016-01-263-4/+17
|\ | | | | Adding support for scm-based role source urls (ansible-galaxy)
| * [hotfix] add missed playbook fileSergii Korochkin2016-01-211-0/+5
| |
| * Adding support for scm-based role source urls (incl. integration test to ↵Sergii Korochkin2016-01-212-4/+12
| | | | | | | | cover it)
* | Merge pull request #14105 from towolf/expand_get_diffBrian Coca2016-01-261-0/+2
|\ \ | | | | | | Handle the key 'custom' in the 'diff' result from modules
| * | Handle the key 'prepared' in the 'diff' result from modulesTobias Wolf2016-01-261-0/+2
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | So far, when a 'diff' dict is returned with module results, it is checked for 'before' and 'after' texts, which are processed in _get_diff() by python difflib. This generates the changes to display when CLI users specify --diff. However, some modules will generate changes that cannot easily be expressed in a conventional diff. One example is the output of the synchronize module, which presents changed files in a common log format as in `rsync --itemize-changes`. Add a check for a diff['prepared'] key, which can contain prepared diff text from modules.
* | Update submodule refs to pick up the synchronize internal parameterToshio Kuratomi2016-01-252-12/+15
| |
* | Merge pull request #13968 from ansible/synchronize-become-is-reversedToshio Kuratomi2016-01-252-19/+55
|\ \ | | | | | | synchronize: First cut at not doing sudo on the control machine but on the remote machine instead.
| * | For synchronize, fix sudo to execute on the remote end of the connectionToshio Kuratomi2016-01-252-19/+55
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * In 2.0.0.x become was reversed for synchronize. It was happening on the local machine instead of the remote machine. This restores the ansible-1.9.x behaviour of doing become on the remote machine. However, there's aspects of this that are hacky (no hackier than ansible-1.9 but not using 2.0 features). The big problem is that it does not understand any become method except sudo. I'm willing to use a partial fix now because we don't want people to get used to the reversed semantics in their playbooks. * synchronize copying to the wrong host when inventory_hostname is localhost * Fix problem with unicode arguments (first seen as a bug on synchronize) Fixes #14041 Fixes #13825
* | | python3 doesn't have raw explicit-unicode literals. Workaround it with a ↵Toshio Kuratomi2016-01-251-2/+2
| | | | | | | | | | | | raw native string that we make unicode in py2.
* | | Transform tracebacks into unicode before printingToshio Kuratomi2016-01-254-11/+14
| | | | | | | | | | | | Fixes #14042
* | | raise AnsibleError as an 'expected' exceptionBrian Coca2016-01-251-1/+1
| | | | | | | | | | | | fixes #14065
* | | simpler conditionalBrian Coca2016-01-251-3/+3
| | |
* | | Merge pull request #13166 from defionscode/ec2_util_boto3Brian Coca2016-01-251-5/+12
|\ \ \ | |/ / |/| | Patch to remove dependency on boto when only using boto3
| * | Boto3 error handle fixJonathan Davila2016-01-251-1/+3
| | |
| * | Merge remote-tracking branch 'upstream/devel' into ec2_util_boto3Jonathan Davila2016-01-25280-2487/+11628
| |\ \ | |/ / |/| |
* | | adhoc now respects limit when listing hostsBrian Coca2016-01-251-8/+4
| | | | | | | | | | | | | | | also removed cruft about localhost as if used it is specified inline fixes #13848
* | | ensure stdout callback alwasy is loaded firstBrian Coca2016-01-251-2/+4
| | | | | | | | | | | | | | | it is now called for every event prior to any other callbacks fixes #14114
* | | better error when host inventory script isnt dictBrian Coca2016-01-251-1/+4
| | |
* | | add webdocs as aliasBrian Coca2016-01-251-0/+2
| | |
* | | Merge pull request #14087 from grahamu/changelog_ssh_deprecatedBrian Coca2016-01-251-0/+1
|\ \ \ | | | | | | | | Note "ssh" deprecation for inventory variables
| * | | Update CHANGELOG.mdGraham Ullrich2016-01-231-0/+1
| | | |
* | | | Merge pull request #14102 from senk/fix_docuBrian Coca2016-01-251-1/+1
|\ \ \ \ | | | | | | | | | | Fixes documentation formatting
| * | | | Fixes documentation formattingRobin Naundorf2016-01-251-1/+1
| | | | | | | | | | | | | | | | | | | | Fixes documentation formatting
* | | | | Merge pull request #14110 from infracaninophile/develBrian Coca2016-01-251-1/+1
|\ \ \ \ \ | | | | | | | | | | | | Change example to use pkg rather than the obsolete pkg_add