stephane
77868a4104
Set Suse family for openSUSE Tumbleweed & Leap
...
On openSUSE Tumbleweed, lsb-release -a currently reports
the distributor ID as "openSUSE Tumbleweed". On openSUSE
Leap, the distributor ID is "SUSE LINUX".
Add them to the OS_FAMILY dict as Suse family systems.
Also add an entry to TESTSETS in test_distribution_version.py
for openSUSE Tumbleweed.
2016-10-23 02:04:28 +02:00
Matt Robinson
692bfa872a
Make bcrypt + passlib work in password_hash filter
...
If hashtype for the password_hash filter is 'blowfish' and passlib is
available, hashing fails as the hash function for this is named 'bcrypt'
(and not 'blowfish_crypt'). Special case this so that the correct
function is called.
2016-10-23 01:46:05 +02:00
Toshio Kuratomi
def260b5d1
Update submodule refs to pick up latest py3 fixes (and git dep yaml fix)
2016-10-21 09:01:35 -07:00
Brian Coca
aa5938bf8e
updated submodule ref
2016-10-21 11:19:46 -04:00
Ssawa
8e47b9bc70
Handle 'smart' scp_if_ssh option for fetch ( #18125 )
2016-10-21 09:59:56 -04:00
Toshio Kuratomi
6d9f780937
Now that we convert salt inside of do_encryptas needed, keep salt as text type until then.
2016-10-20 22:49:30 -07:00
Thilo Uttendorfer
cf0da0948d
Fix uninitialized variable in deserialize method ( #18037 )
...
The bug was introduced with commit 06d4f4ad0e
.
Added a simple test.
2016-10-20 22:54:16 -04:00
Dag Wieers
cd784cd345
Remove unnecessary warnings ( #18121 )
2016-10-20 22:49:49 -04:00
Michael Scherer
492da6ce71
Add support for NetBSD network fact ( #18113 )
...
Like hostname, it use the same interface as FreeBSD so
we bascailly reuse the same code. Only tested on NetBSD 7.
2016-10-20 17:50:22 -04:00
Toshio Kuratomi
9a5be38a22
Update submodule refs
2016-10-20 14:04:35 -07:00
Michael Scherer
578da9a615
Enable test for lookups on python 3
...
Since passlib algo sometime takes a bytes, and sometime
not, depending on a internal variable, we have to convert
bnased on it, or it fail with "TypeError: salt must be bytes,
not str" (or unicode instead of bytes)
However, that's not great to use internal structure for that.
2016-10-20 13:22:59 -07:00
Brian Coca
fbe0e6c9a2
improved error msg
2016-10-20 16:02:06 -04:00
Brian Coca
ea428e716d
role now fails if specified file not found
...
fixes https://github.com/ansible/ansible-modules-core/issues/5166
2016-10-20 14:39:54 -04:00
Brian Coca
432633e4c1
fix for check_mode/async interaction
...
fixes #18110
2016-10-20 14:38:36 -04:00
Toshio Kuratomi
1d3db8ec5b
iUpdate submodule refs
2016-10-20 10:29:57 -07:00
Michael Scherer
4549604cc7
Use six.move for module in module_utils/facts.py
2016-10-19 21:32:28 -07:00
Ryan S. Brown
a4660766f7
Update core submodule ref
2016-10-19 19:07:29 -04:00
Toshio Kuratomi
25e25127b9
Update submodule refs
2016-10-19 08:59:59 -07:00
Toshio Kuratomi
5037dc4e69
Make the default Ansible_managed string static so it doesn't interfere with idempotency
2016-10-18 16:19:17 -04:00
Brian Coca
99220a5f6c
properly propagate loop vars
...
fixes #17966
2016-10-18 15:27:16 -04:00
Toshio Kuratomi
001e2b52e0
Update submodule ref for git fix
2016-10-18 11:54:45 -07:00
Brian Coca
01b75f966b
fix include_role dynamic path
...
fixes #17966
2016-10-18 13:27:38 -04:00
Brian Coca
38d0f77a0f
include_role now allows duplicates by default
...
setting is overridable by user
2016-10-18 11:14:10 -04:00
Toshio Kuratomi
ea479001f0
Update submodule ref
2016-10-18 07:22:31 -07:00
Toshio Kuratomi
60acfd1e87
Fix ansible-pull on python3
...
On python3, we can't write bytes directly to sys.stdout.
2016-10-17 16:31:08 -07:00
Toshio Kuratomi
2b105ec7ab
Update submodule refs
2016-10-17 14:21:31 -07:00
James Cammarata
5be2a3a9e0
Break out of linear strategy if all hosts are failed and the result is not OK
...
Fixes #18021
2016-10-17 16:00:04 -05:00
Thilo Uttendorfer
5ece97ae5b
Fix call of wrong super class
...
Added a basic test
2016-10-17 14:53:03 -04:00
Aaron Bieber
3fc1b4da53
Remove -b option from pbrun.
...
The -b option reads as follows:
` The target job is directed to ignore hangup signals. This is particularly
useful for running the target program in the background.`
If needed, '-b' can be added to become_flags
Squashed commit of the following:
commit f2c9f5c011ae8be610301d597a34bfba1a391e08
Author: Aaron Bieber <aaron@bolddaemon.com>
Date: Mon Oct 17 10:58:14 2016 -0600
remove pbrun flags
commit f402679ac177c931ad64bd13306f62512a14fcd6
Author: Aaron Bieber <aaron@bolddaemon.com>
Date: Fri Oct 14 15:29:29 2016 -0600
use Password: vs assword: for matching pbrun prompt
commit cd2e90cb65854c4cc5dd8773404e520d40f82765
Author: Aaron Bieber <aaron@bolddaemon.com>
Date: Fri Oct 14 15:28:58 2016 -0600
move -b to pbrun_flags
2016-10-17 14:40:11 -04:00
Andrew Gaffney
194c9c41eb
Fix search path for relative paths in roles ( fixes #17877 )
...
(cherry picked from commit 72f0aaf606
)
2016-10-17 11:21:46 -04:00
Brian Coca
9bdde13126
fixes to ansible_search_path
...
now gets basedir (no need to frontload as dwim already does that)
added comment about basedir to search_path usage to avoid dupes
2016-10-17 11:21:46 -04:00
Brian Coca
7d9d009189
avoid errors when dynamic role
2016-10-17 11:21:46 -04:00
Toshio Kuratomi
4ce0cf57b6
Update submodule refs
2016-10-17 08:15:33 -07:00
Robin Roth
3922328954
Allow unicode inventory filename
...
Fixes #17932
2016-10-15 16:54:51 -07:00
Bill Nottingham
77e7ae6838
Change <support@ansible.com> - it's being retired.
2016-10-15 16:42:13 -07:00
Toshio Kuratomi
f24c10c32b
Fixes to handle non-ascii become passwords
...
Fixes for non-ascii passwords on
* both python2 and python3,
* local and paramiko_ssh (ssh tested working with these changes)
* sudo and su
Fixes #16557
2016-10-15 16:25:19 -07:00
Toshio Kuratomi
efc5dac52c
Fix become password using non-ascii for local connection
...
Fixes #18029
2016-10-15 11:26:17 -07:00
Toshio Kuratomi
e9e7967dd0
Update extras submodule ref to pull in misc's py3 fixes
2016-10-15 09:17:49 -07:00
Toshio Kuratomi
9a49506677
Update submodule refs
2016-10-15 08:24:33 -07:00
James Cammarata
0d5206f90c
Don't mark parent role complete for nested include_role calls
...
The PlayIterator was written without nested roles in mind, but since
include_role can nest them we need to check to see if we've moved into
a new role which is a child via nesting.
Fixes #18026
2016-10-14 14:28:40 -05:00
Matt Clay
7e2fc88218
Fix docs fragment typo.
2016-10-14 09:50:15 -07:00
Brian Coca
ff1e52184f
Better error for bad role def
2016-10-14 11:38:09 -04:00
James Cammarata
6bdcb3a392
Make sure free strategy is returning proper TQM constants
...
Fixes #18023
2016-10-14 09:23:35 -05:00
John R Barker
9183bb6391
docs_fragments formatting and typo improvements ( #17981 )
2016-10-14 15:13:15 +01:00
Brian Coca
b169a61c20
toggle missing handler errors/warnings via config
2016-10-13 16:54:02 -04:00
Michael Scherer
f6bcd0f9a1
Add support for distribution_major_version on NetBSD. ( #15885 )
2016-10-13 16:25:55 -04:00
Peter Sprygada
936bca9fc6
fixes issue when checking if sessions are supported ( #18013 )
...
the supports_sessions() call was sending the command as a string instead
of a list which is required when transport is eapi. This fixes that bug
2016-10-13 15:46:39 -04:00
Peter Sprygada
b1666020a9
adds additional exception handling in open() ( #18003 )
...
The open() method will now catch a socket.timeout exception and raise
a ShellError.
2016-10-13 15:13:00 -04:00
Peter Sprygada
bce31a11c2
minor fix for checking kwargs in get_config() ( #18002 )
...
The get_config() method was checking for a nonexistent kwarg that would
cause an exception. This fixes that problem.
2016-10-13 15:12:49 -04:00
Brian J. Dowling
2be2f35373
Quick ansible-doc fix -- don't run pager if there was an error (no text)
2016-10-13 15:10:47 -04:00