Toshio Kuratomi
aa4f213cb5
Move connection plugins to using global display
9 years ago
Toshio Kuratomi
318bfbb207
Migrate cli and dependencies to use global display
9 years ago
Brian Coca
1b7d3f2898
updated submodule refs
9 years ago
Brian Coca
99f45f2e19
pass task args without filtering, copy module needs to explcitly support
...
remote_src or it will remove the src file
9 years ago
Brian Coca
206cc50bd9
breaks testing in non virtual envs, since env var can be used in those
...
cases removing it from here
9 years ago
Toshio Kuratomi
c7b69127ec
Remove dead code
9 years ago
Toshio Kuratomi
ab44cf2a9a
Start a pyflakes section to cut down on extra messages that we don't agree are problems
9 years ago
Toshio Kuratomi
e45ce871a7
Fix for traceback when neither name nor pkg are in the module params
9 years ago
Brian Coca
b2a9111b22
reversed the logic on new setting to control - replacment in groups as
...
it was wrong
fixes #13122
9 years ago
Toshio Kuratomi
4737305837
Remove dead code as this was moved to another class
9 years ago
Brian Coca
be22a670e5
addes deprecated information to ansible-doc display
...
fixes #13118
9 years ago
Brian Coca
1b349fdf34
Merge pull request #13112 from privateip/eapi
...
add initial support for Arista eAPI
9 years ago
Toshio Kuratomi
74fe9d236a
Add a disabled test for accessing private attributes of other objects
...
Need to cleanup the code before we can enable this test.
9 years ago
James Cammarata
566144461f
Remove internal use of display and use the top-level import
9 years ago
James Cammarata
0fc187893d
Catch import warnings in a common location for both get() and all()
...
Potential solution for #12979
9 years ago
James Cammarata
9f0c2cfda5
Merge pull request #13114 from mgedmin/fix-plugin-loader
...
Check sys.modules before loading modules
9 years ago
Marius Gedminas
54eae4a793
Check sys.modules before loading modules
...
Code for a plugin is usually loaded by a PluginLoader(), and henceforth
available from self._module_cache, which prevents duplicate loading.
However there are situations (e.g. where one action plugin imports code
from another one) where the plugin module might be already imported (and
resident in sys.modules), but not present in the PluginLoader's
_module_cache, which causes imp.load_source() to effectively reload the
module, overwriting global class declarations and causing subtle latent
bugs.
Fixes #13110 .
Fixes #12979 .
9 years ago
James Cammarata
a99f2fd52f
Save delegated vars in result for use in callback methods
...
Fixes #13014
9 years ago
Peter Sprygada
2e98f7f429
add initial support for Arista eAPI
...
This commit adds the shared module support for Arisat EOS devices
running eAPI. The shared module builds on top of module_utils/urls.py.
9 years ago
James Cammarata
e56fd9e95d
Make sure pattern cache components are converted to unicode
9 years ago
James Cammarata
0b999c602a
Properly figure subset and restrictions into host cache pattern
...
Fixes #13111
9 years ago
Matt Martz
ea0da421df
Merge pull request #13107 from resmo/patch-3
...
doc: update guide_cloudstack.rst
9 years ago
René Moser
1d7982c599
Update guide_cloudstack.rst
9 years ago
James Cammarata
d8fb5efa90
Merge pull request #13102 from Yannig/devel_cache_enhancement
...
New method template_no_cache for template object.
9 years ago
Yannig Perré
0c360d17cb
New parameter for template method.
...
We do not compute hash when we know that the result does not need to be cached (like with_items loop).
It also result in a small speed improvement.
9 years ago
James Cammarata
09994c18f3
Correct logic around determining environment variable existence
...
Fixes #13105
9 years ago
James Cammarata
c753ae6e22
Fixing up host pattern caching to avoid bugs
...
* Always cache and return unique list objects, so that if the list
is changed later it does not impact the cached results
* Take additional parameters and the type of the pattern into account
when building the hash string
9 years ago
James Cammarata
e8f83dcba3
Revert "Temporarily disable template caching"
...
This reverts commit 4d1757ce64
.
9 years ago
James Cammarata
4d1757ce64
Temporarily disable template caching
9 years ago
Toshio Kuratomi
995db275f8
Update submodule refs
9 years ago
Toshio Kuratomi
db5d3f03a9
Fix first_found not finding files in roles (only templates)
9 years ago
James Cammarata
ccbcfcddfc
Move where we add environment and make it conditional on not existing
...
Also displays a warning now, because users should not be using that variable
name as it causes a collision with the internal variable of the same name.
9 years ago
Brian Coca
37ae243587
made get_file_lines rely on get_file_content which deals with many error
...
conditions that the former did not.
9 years ago
Brian Coca
74d76105aa
Merge pull request #13100 from ghislainbourgeois/patch-2
...
Fix get_dns_facts on inexistent resolv.conf
9 years ago
ghislainbourgeois
eb850d7e5b
Fix get_dns_facts on inexistent resolv.conf
9 years ago
James Cammarata
e36b4e2a13
Merge pull request #13072 from Yannig/devel_cache_optimization
...
Cache optimization
9 years ago
James Cammarata
76ae577519
Ensure environment is inherited properly (task->block/include->play)
9 years ago
James Cammarata
937584cd52
Ensure 'environment' is set in the magic variables
...
Fixes #13033
9 years ago
Toshio Kuratomi
d6f61d5397
Note undefined vars change
9 years ago
James Cammarata
7e04947599
Be more selective about what variables we cache during templating
...
Fixes #13087
9 years ago
Toshio Kuratomi
1a04f354f3
For with_first_found loops, set undefined variables to fall through rather than failing the task
9 years ago
Toshio Kuratomi
317e908165
Merge pull request #13065 from tima/patch-2
...
Consistent inventory pattern delimiter in docs
9 years ago
Brian Coca
240acb1924
Merge pull request #13092 from privateip/nxapi
...
initial shared module support for nxapi
9 years ago
James Cammarata
b7481e1c1d
Merge pull request #13085 from agireud/check_mode_fix
...
Fix check mode argument
9 years ago
James Cammarata
087266ec24
Merge pull request #13083 from sradvan/devel
...
fixes for bsd doc
9 years ago
James Cammarata
cb8683df7f
Merge pull request #13082 from resmo/for-ansible
...
cloudstack: fixes in tags handling
9 years ago
Peter Sprygada
f88273eb87
changes the nxapi argument spec to require url_password
9 years ago
Peter Sprygada
d3d36eb766
fixes conditional statement for py24 compatibility
9 years ago
Peter Sprygada
64e139adb1
add initial support for Cisco NXAPI
...
This commit adds the shared module support for Cisco NXAPI. The shared
module builds on top of the urls shared module. The urls module provides
the http/s transport. This module only supports the JSON request message
format.
9 years ago
Alberto Gireud
52ded67db5
Update check mode argument
9 years ago