Matt Davis
a4e5187661
bump core submodule ref for windows async_wrapper bugfix
2016-10-02 08:55:44 -07:00
Matt Davis
aa0ad073b8
bugfixes to JSON junk filter, added unit/integration tests to exercise ( #17834 )
2016-10-02 08:03:42 -07:00
James Cammarata
657506cddd
Ensure the "attempts" key is set in the final result for do/until loops
...
Fixes #17258
2016-10-02 01:06:13 -05:00
Senthil Kumar Ganesan
7e0074263d
Remove the dellosX_template module ( #17836 )
2016-10-01 14:31:51 -04:00
Matt Clay
21857e8618
Disable privileged mode on Shippable. ( #17844 )
2016-09-30 22:06:28 -07:00
Matt Davis
60b322e3ca
bump core submodule ref for async_wrapper fixes
2016-09-30 16:17:45 -07:00
Indrajit Raychaudhuri
becb4765c3
Add homebrew in squash_actions list ( #16966 )
...
`homebrew`, like other package modules in the existing `squash_actions` list can
benefit from `with_items` loops optimization.
2016-09-30 18:07:09 -04:00
Brian Coca
dfff608ceb
dzdo prompt fix
...
fixed tests
dzdo has 2 paths now, with and w/o password
fixes #17838
2016-09-30 17:58:19 -04:00
Brian Coca
6008fbd5cf
fix fact gathering flag
2016-09-30 17:58:19 -04:00
Brian Coca
24e81ddd1c
add ssh error message to failure
2016-09-30 17:58:19 -04:00
James Cammarata
e4ee9de3f4
Fixing parentage of include_role objects for param inheritance
...
Fixes #17686
2016-09-30 16:05:43 -05:00
Peter Sprygada
6be2f0bded
fixes unicode conversation from junos get_config() method ( #17841 )
...
The junos config should convert the returning configuration to unicode
not str. This fixes that issue.
2016-09-30 16:31:25 -04:00
Peter Sprygada
5b4f3b1eda
adds better error handling when conditional fails ( #17839 )
...
When the conditional cannot extract a value from the result string,
an unhandled exception would be raised. This fix now gracefully handles
the exception
2016-09-30 16:25:40 -04:00
Peter Sprygada
9faf56a345
fixes issue when calling save_config() and transport is nxapi ( #17835 )
...
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
2016-09-30 15:00:10 -04:00
scottb
d88025f0cb
Merge pull request #17833 from resmo/docs/fix_loops
...
docsite: various fixes in loops doc
2016-09-30 11:26:46 -07:00
Matt Davis
b427818f02
remove Windows async doc exclusion
2016-09-30 10:22:39 -07:00
Trond Hindenes
35fba5718d
Bugfix: fixes new-alias bug when debugging powershell ( #17816 )
2016-09-30 09:46:06 -07:00
Makc
c6fa701ab1
jabber callback ( #16981 )
...
* jabber callback
* delete empty lines
* grammar fix
* fix: do not print error when jabber callback disabled
* change callback version 1 -> 2
2016-09-30 12:06:53 -04:00
Chris Houseknecht
e6eed3c3db
Merge pull request #17818 from chouseknecht/devel
...
Parse role dependencies consistently
2016-09-30 10:03:32 -04:00
Rene Moser
26bc8ab47a
docsite: various fixes in loops doc
...
- "new in version ..." did not always show up
- indentation in examples
- minor style cleanup (whitespace)
2016-09-30 16:01:56 +02:00
jctanner
8095c3951a
vmware_inventory: Make the ceritifate check default, and create a config option ( #17830 )
...
Fixes #17811
2016-09-30 09:06:02 -04:00
scottb
c157c47802
Merge pull request #17556 from gahan-corporation/devel
...
Updated grammar starting on line 166.
2016-09-29 23:05:49 -07:00
scottb
db06a44b7c
Merge pull request #14691 from udesilva/patch-1
...
Update Lookups documentation regarding a possible pitfall with password plugin
2016-09-29 23:03:18 -07:00
scottb
603f8ce91e
Merge pull request #17809 from pkyeck/devel
...
Fix length of quickstart video mentioned in docs
2016-09-29 22:47:18 -07:00
Chris Houseknecht
8300e67cbe
Use new YAML syntax in role dependencies.
2016-09-29 21:57:12 -04:00
jctanner
91adddfbca
Update changelog for scp_when_ssh=smart ( #17819 )
2016-09-29 17:49:46 -04:00
jctanner
fff161f2f6
Smart mode for sftp+scp ( #17813 )
...
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.
2016-09-29 17:44:54 -04:00
Adrian Likins
1f03801fcc
mv test_git to 'destructive' integration tests ( #17526 )
...
The test_git role removes ~/.ssh/known_hosts currently
and that is destructive.
2016-09-29 13:46:34 -04:00
Jason McKerr
11ae3793d5
Update ROADMAP_2_2.rst
2016-09-29 10:05:59 -04:00
Jason McKerr
036942680f
Update ROADMAP_2_2.rst
2016-09-29 09:51:04 -04:00
Philipp Kyeck
d75fa2e3be
Fix length of quickstart video mentioned in docs
2016-09-29 14:56:27 +02:00
Toshio Kuratomi
c5b4369ae7
Add PRIVILEGED to freebsd because testing of mount keys off of that. ( #17803 )
2016-09-28 23:33:28 -07:00
Toshio Kuratomi
458990084e
Update submodule refs
2016-09-28 23:10:23 -07:00
Peter Sprygada
c534f8f9fc
fixes conditional processing with junos and xml data structures ( #17801 )
...
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.
2016-09-28 20:58:43 -04:00
cinerama70
fb50698da3
Graceful error handling when delegate_to host null ( #17453 ) ( #17783 )
...
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.
2016-09-28 19:24:32 -04:00
Scott Butler
66f8fcea92
Fixes issue #17759
2016-09-28 15:49:17 -07:00
Brian Coca
3c42651fc7
fixed typo
2016-09-28 18:34:19 -04:00
Gilles Gagniard
da5b0c39c9
fixes #16865 : we should properly determine connection type for delegated task first, before overriding remote user for local connections ( #17723 )
2016-09-28 18:33:40 -04:00
fajpunk
a64266e7f5
Document copy
module vault decryption behavior ( #17777 )
2016-09-28 16:23:52 -04:00
Scott Butler
c917198415
Fixes issue #17795
2016-09-28 13:08:15 -07:00
Peter Sprygada
9854644431
adds overwrite kwarg to load_config in junos ( #17798 )
...
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.
2016-09-28 14:36:53 -04:00
Toshio Kuratomi
4452ee86bd
Turn mount test back on ( #17797 )
...
* 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 dc0fb1c212
.
* 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
2016-09-28 10:52:33 -07:00
Toshio Kuratomi
17c0f52c96
Update submodules refs
2016-09-28 08:29:13 -07:00
Toshio Kuratomi
efa78b4ff4
The mode that we fake from stat is checked more closely under python3.5 on 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.
2016-09-28 08:24:28 -07:00
Toshio Kuratomi
fb0ec5895a
Use the play term instead of playbook.
...
An ansible playbook is a list of plays. environment: applies per-play,
not per-playbook.
2016-09-28 08:23:42 -07:00
Brian Coca
368497fd14
better handling of host lists ( #17781 )
...
* better handling of host lists
fixes #17762
* corrected message
* fixed extras space
2016-09-28 11:21:07 -04:00
Brian Coca
86ea21a73d
ansible_play_batch ( #17779 )
...
* ansible_play_batch
* added version added
2016-09-28 10:32:19 -04:00
John R Barker
8cdf002f2a
Notice of Networking *_template deprecations ( #17668 )
...
* Notice of Networking *_facts deprecations
* Just use the term "Deprecations"
* Update CHANGELOG.md
* Improve layout
2016-09-28 12:57:01 +01:00
Matt Clay
a265d2d77d
Run test_template tests on OS X. ( #17791 )
2016-09-27 23:30:58 -07:00
Matt Clay
0dc3db9e75
Enable unarchive tests for OS X and FreeBSD. ( #17789 )
2016-09-27 21:37:24 -07:00