Brian Coca
dbedcd3538
avoids prompting for vars during syntax check
...
fixes #13319
10 years ago
Toshio Kuratomi
056372690f
Do not double transform to unicode
10 years ago
Charles Paul
9cee982a62
fixing errors with utf-8 values
...
removing utf-8 stanza
changing cast to binary_type instead
using to_unicode
10 years ago
Brian Coca
b69942a6d2
added missing :
10 years ago
Brian Coca
d9858ee73a
added missing events to base class
10 years ago
Brian Coca
64bcab9253
fixes to fetch action module
...
* now only runs remote checksum when needed (fixes #12290 )
* unified return points to simplify program flow
10 years ago
James Cammarata
fc4326dc0c
Fix ssh state issues by simply assuming it's never connected
10 years ago
James Cammarata
92ea5c9f7b
Properly check for prompting state when re-using ssh connection
...
Fixes #13278
10 years ago
Yannig Perré
90021104d5
Use to_unicode instead of str()
10 years ago
Yannig Perré
8bd5abaf1e
Allow debug var parameter to accept a list or dict. Fix https://github.com/ansible/ansible/issues/13252
10 years ago
Sebastien Couture
2859933a79
We should give pipes.quote() a string every time
10 years ago
James Cammarata
42bffeec7c
Template (and include vars) PlaybookInclude paths
...
Fixes #13249
10 years ago
Chris Church
9a8e95bff3
Modify task executor to reuse connection inside a loop. Fix WinRM connection to set _connected properly and display when remote shell is opened/closed. Add integration test using raw + with_items.
10 years ago
Brian Coca
1e9e6339d1
marked spot that should send per item reulsts
10 years ago
Toshio Kuratomi
5bc3efe34b
Update submodule refs
10 years ago
Toshio Kuratomi
011df4ad24
Update docker_login so docs work
10 years ago
Toshio Kuratomi
c71ef9e3d7
Fix non-module plugins picking up files that did not end in .py.
...
This was caused by accessing the cache using the passed in mod_type
rather than the suffix that we calculate with knowledge of whether this
is a module or non-module plugin.
10 years ago
Toshio Kuratomi
e9ed190f7b
Update submodule refs
10 years ago
Toshio Kuratomi
50a924bb04
Docker cp sets file ownership to root:root so we can't use it.
...
Fixes #13219
10 years ago
Toshio Kuratomi
1e968d34cb
Simplify code a little
10 years ago
Joern Heissler
c99fffa936
Use ansible_host in synchronize module
...
Fixes #13073
10 years ago
nitzmahone
f2225395f9
winrm error handling tweaks
10 years ago
nitzmahone
c33f60435b
fast winrm put_file without size restrictions
10 years ago
James Cammarata
ab8bb57f5e
Version bump for 2.0.0-0.6.rc1
10 years ago
James Cammarata
8a0d2e0ef2
Submodule pointer update
10 years ago
James Cammarata
91500f8f5f
Fix include param precedence in variable manager
10 years ago
James Cammarata
78e4f176e6
Return skipped/failed async results directly
...
Fixes #13205
10 years ago
James Cammarata
3b16ad973c
Merge pull request #13201 from ma82/patch-1
...
Fix DataLoader's docstring
10 years ago
Marius Gedminas
66347c9449
Fix NameError when using loops
...
vars_copy disappeared in 3d1255d190 .
Fixes #13213 .
10 years ago
James Cammarata
3d1255d190
Don't update job vars too early when getting loop items in TaskExecutor
...
Fixes #13113
10 years ago
Brian Coca
f8ed99e5e4
Revert "success should not include skipped"
...
This reverts commit 300ee227a2 .
10 years ago
Matteo Acerbi
0127d32652
Fix DataLoader's docstring
...
DataLoader.__init__ doesn't take an argument named vault_password
10 years ago
James Cammarata
9b9fb51d9d
Template the final_environment value in _compute_environment_string()
...
Fixes #13123
10 years ago
Toshio Kuratomi
782aa9a7fd
Update submodule refs
10 years ago
James Cammarata
180159b01d
Adding vars back in and trying to add a little more speed by avoiding copies
10 years ago
James Cammarata
25807f5404
Don't modify things we've put on the queue
...
Fixes #12937
10 years ago
Brian Coca
d35f615af8
added more debug info for command results
10 years ago
Brian Coca
aa55db69fe
Merge pull request #12687 from nitzmahone/pywinrm_arg_passthru
...
Force SSL transport for pywinrm updates, get host+group vars
10 years ago
James Cammarata
f10d2c57c8
Restoring templating of hostvars returned by __getitem__
10 years ago
James Cammarata
9f31c073fe
Fixing a few bugs in the HostVars performance areas
...
* Also refresh inventory in the HostVars manager process when things
are changed via add_host/group_by
* Raise j2undefined rather than return it
10 years ago
James Cammarata
984729016e
Fix tag filtering on included files and add more debugging
...
Previously, we were filtering the task list on tags for each host
that was including the file, based on the idea that the variables
had to include the host information. However, the top level task
filtering is play-context only, which should also apply to the
included tasks. Tags cannot and should not be based on hostvars.
10 years ago
James Cammarata
5cbeab5a3c
Performance improvements for HostVars and some bugfixes
10 years ago
Dann Bohn
7f2cae5405
add REPLACER_SELINUX back into module_common
10 years ago
Brian Coca
355fa4797a
Merge pull request #13186 from nitzmahone/add_host_cache_fix
...
fix for dynamic (add_host) hosts not available in hostvars
10 years ago
Brian Coca
6a2559be02
Merge pull request #13184 from nitzmahone/hostvars_undefined_fix
...
hostvars should return j2 undefined as instance, not type
10 years ago
Toshio Kuratomi
fc7e2912f2
zone connection plugin bugfixes and pipelining and sudo become methods enabled!
...
Thanks to peinheber for helping test and debug this!
10 years ago
nitzmahone
349e072a74
fix for dynamic (add_host) hosts not available in hostvars
...
Looks like there are two pattern caches that need to be cleared for this to work- added the second one.
Added integration tests for add_host to prevent future regressions.
10 years ago
nitzmahone
3bb1f7a561
hostvars should return j2 undefined as instance, not type
...
Looks like someone forgot to create an instance of undefined here- we were returning the undefined type object, which broke all the undefined checks.
Added an integration test around add_host that will catch this (separate PR to follow)
10 years ago
Brian Coca
db27541a0e
Merge pull request #13053 from Etherdaemon/fix_13010_boto3_aws_profile
...
Fixes #13010 by updating boto3 methods
10 years ago
Brian Coca
89646d4253
no need to be executable
10 years ago