James Cammarata
35015aaa4a
Merge pull request #13529 from mscherer/add_tests_known_hosts
...
Add tests for ansible.module_utils.known_hosts
2015-12-14 09:50:23 -05:00
Brian Coca
2a37f11738
Merge pull request #13542 from h0nIg/devel_default_ask
...
ansible vault, ask pass: use default settings from ansible.cfg
2015-12-14 09:14:48 -05:00
Hans-Joachim Kliemeck
f5f9b2fd35
use default settings from ansible.cfg
2015-12-14 15:04:31 +01:00
James Cammarata
279c5a3596
Cleanup strategy tests broken by new forking strategy
2015-12-14 03:07:20 -05:00
James Cammarata
f8ff63f8c8
A few tweaks to improve new forking code
2015-12-14 03:06:52 -05:00
Brian Coca
89603a0509
added that ansible-pull is now shallow to changelog
2015-12-13 12:19:05 -05:00
Brian Coca
e88334b7da
Merge pull request #13535 from robinro/patch-4
...
add --full flag to ansible-pull man page
2015-12-13 12:13:48 -05:00
Robin Roth
0c954bd142
add --full flag to ansible-pull man page
...
add --full flag that was added in #13502
2015-12-13 18:00:54 +01:00
Brian Coca
4734a8011e
Merge pull request #13534 from ueg1990/patch-1
...
Fix Doc mistake
2015-12-13 09:46:52 -05:00
Brian Coca
175c2d6510
Merge pull request #13502 from robinro/patch-3
...
use shallow clones by default in ansible-pull
2015-12-13 09:31:35 -05:00
Toshio Kuratomi
2bc3683d41
Restore comment about for-else since it is an uncommon idiom
2015-12-13 05:55:31 -08:00
Robin Roth
1bd8d97093
fix whitespace
2015-12-13 11:19:50 +01:00
Robin Roth
1b2ebe8def
make shallow clone the default for ansibel-pull
2015-12-13 10:56:47 +01:00
Usman Ehtesham Gul
4779f29777
Fix Doc mistake
...
Fix Doc mistake in ansible/docsite/rst/playbooks_variables.rst
2015-12-13 01:24:27 -05:00
Brian Coca
e2ad4fe910
include all packaging in tarball
...
not juse rpm spec file
2015-12-13 00:34:23 -05:00
Brian Coca
f3bedbae29
simplified skippy
...
thanks agaffney!
2015-12-12 17:50:55 -05:00
Brian Coca
99e46440bd
changed shell delimiters for csh
...
fixes #13459
2015-12-12 16:10:18 -05:00
Michael Scherer
3c4d2fc6f2
Add tests for ansible.module_utils.known_hosts
2015-12-12 20:03:35 +01:00
Brian Coca
8e445c551a
removed unused imports in galaxy/cli
2015-12-12 13:43:10 -05:00
Brian Coca
d7b516f75d
added releases doc
2015-12-12 13:16:40 -05:00
Brian Coca
0a112a1b06
fixed formating issues with rst
2015-12-12 13:14:14 -05:00
Brian Coca
8db2912745
corrected section anchors
2015-12-12 12:59:00 -05:00
Brian Coca
14f3739260
Merge pull request #13505 from janek-warchol/patch-2
...
Explain how 'run_once' interacts with 'serial'
2015-12-12 00:29:37 -05:00
Brian Coca
785735cea4
Merge pull request #13132 from bcoca/template_json_preserve
...
now we don't try to convert types if certain filters
2015-12-12 00:11:32 -05:00
James Cammarata
120b9a7ac6
Changing the way workers are forked
2015-12-11 23:35:07 -05:00
Brian Coca
ae988ed753
avoid set to unique hosts to preserver order
...
swiched to using a list comp and set to still unique but keep expected order
fixes #13522
2015-12-11 15:38:04 -05:00
Brian Coca
de71171fc2
removed merge conflict
2015-12-11 15:11:26 -05:00
James Cammarata
7f7e730dea
Don't mark hosts failed if they've moved to a rescue portion of a block
...
Fixes #13521
2015-12-11 14:55:44 -05:00
James Cammarata
97554fc222
Fixing filter test for extract to use proper group
2015-12-11 14:55:38 -05:00
Brian Coca
d9e510b192
narrow down exception catching in block builds
...
this was obscuring other errors and should have always been narrow scope
2015-12-11 13:13:05 -05:00
Chrrrles Paul
e56efa49c4
Merge pull request #13509 from chrrrles/vca_default_host
...
fix default host for non vcd service types
2015-12-11 10:17:55 -05:00
Brian Coca
58072c92fb
removed 'bare' example in environment
...
now shows how to use explicit templating
2015-12-11 09:32:19 -05:00
Brian Coca
bd0f9a4afc
fix make complaint when git is not installed
2015-12-10 21:50:44 -05:00
Brian Coca
c9b0f4a9fe
Merge pull request #13512 from amenonsen/debug
...
Clean up debug logging around _low_level_execute_command
2015-12-10 21:01:04 -05:00
Abhijit Menon-Sen
37c4e9aee3
Clean up debug logging around _low_level_execute_command
...
We were logging the command to be executed many times, which made debug
logs very hard to read. Now we do it only once.
Also makes the logged ssh command line cut-and-paste-able (the lack of
which has confused a number of people by now; the problem being that we
pass the command as a single argument to execve(), so it doesn't need an
extra level of quoting as it does when you try to run it by hand).
2015-12-11 07:11:48 +05:30
Charles Paul
a6a58d6947
fix default host for non vcd service types
2015-12-10 16:39:27 -05:00
James Cammarata
c402325085
Fixing up docker integration tests a bit
2015-12-10 13:10:59 -05:00
Toshio Kuratomi
bd9582d072
Update submodule refs
2015-12-10 08:10:45 -08:00
Toshio Kuratomi
1dda8158ff
become_pass needs to be bytes when it is passed to ssh.
...
Fixes #13240
2015-12-10 07:29:38 -08:00
Jan Warchoł
72f0679f68
Explain how 'run_once' interacts with 'serial'
2015-12-10 16:22:37 +01:00
Toshio Kuratomi
308f6a4dd6
Merge pull request #13498 from chrrrles/adhoc_callback
...
custom callbacks with adhoc cli
2015-12-10 07:04:40 -08:00
Charles Paul
6680cc7052
allow custom callbacks with adhoc cli for scripting
...
missing import of CallbackBase
2015-12-10 09:49:54 -05:00
Robin Roth
c20c1a6d49
add depth option to ansible-pull
...
Allows shallow checkouts in ansible-pull by adding `--depth 1` (or higher number)
2015-12-10 11:16:21 +01:00
Toshio Kuratomi
30e729557f
Add first draft of porting guide for 2.0
2015-12-09 16:43:41 -08:00
James Cammarata
2b36343451
Missed one place we were appending the incorrectly escaped item to raw params
2015-12-09 17:58:44 -05:00
Brian Coca
050c657524
Merge pull request #13457 from bcoca/release_docs
...
draft release documentation
2015-12-09 17:54:57 -05:00
Brian Coca
a61387846d
draft release documentation
2015-12-09 14:54:11 -08:00
Toshio Kuratomi
a19e083d33
Note that handlers inside of includes are not possible at the moment
2015-12-09 13:52:01 -08:00
Toshio Kuratomi
62cbc03af6
Revert "Remove the funcd connection plugin"
...
This reverts commit c0d79cf7e1
.
We may still port the funcd connection plugin, just not in time for
2.0.0
2015-12-09 13:32:11 -08:00
nitzmahone
a7cd41b482
Windows doc updates
2015-12-09 16:30:32 -05:00