Rajat Gupta
dd27157b9d
Add pycrypto as a requirement to run tests
9 years ago
Brian Coca
3ae9a272e0
Merge pull request #14977 from towolf/hide_ok_items_in_actionable
...
For `actionable` cb plugin also hide ok for itemized results
9 years ago
James Cammarata
ae21d98955
Properly use check_raw when using parse_kv in cli/ code
...
Fixes ansible-modules-core#3070
9 years ago
Owen Tuz
3b8d753121
Avoid cache conflicts when using multiple AWS accounts
9 years ago
Toshio Kuratomi
407f8f934e
Merge pull request #14976 from xiaket/devel
...
use __mro__ for plugin loading when we search for its base class.
9 years ago
Brian Coca
636871c2c0
Merge pull request #13377 from bruceharbin/patch-1
...
Update intro_windows.rst
9 years ago
Brian Coca
92c887d1ed
Merge pull request #14730 from chouseknecht/docker_image_proposal
...
Upated docker_image_module proposal
9 years ago
Brian Coca
4a01a5fbce
Merge pull request #14733 from chouseknecht/docker_files_proposal
...
Adding docker_files module proposal.
9 years ago
Brian Coca
d026bc5e17
Merge pull request #14471 from willdurand/contrib-do-inventory
...
[contrib] Add option to define group vars in DigitalOcean dynamic inventory script
9 years ago
Tobias Wolf
4938b98e4e
For `actionable` cb plugin also hide ok for itemized results
...
The purpose of the `actionable` callback plugin is to hide uninteresting
results.
Also hide the ok results when the task was itemized.
9 years ago
Brian Coca
47bcceeaf3
Merge pull request #15065 from hyperized/devel
...
Replacement issue for #14747
9 years ago
Gerben Geijteman
c7e1a65da4
Proposed change to documentation to elaborate on new notation style for with_items / with_subelements
9 years ago
夏恺(Xia Kai)
38092dcc27
import the base class and check whether this obj has the required base class.
...
Signed-off-by: 夏恺(Xia Kai) <xiaket@gmail.com>
9 years ago
Toshio Kuratomi
9053d0468e
Merge pull request #15006 from ansible/local-pipelining
...
Add changes necessary for enabling pipelining for local connections
9 years ago
James Cammarata
7460f76f8d
Merge pull request #15052 from mattclay/travis-docker-ssh
...
Add ssh client and server to docker containers.
9 years ago
Matt Clay
4224c11b5f
Combine new RUN commands into one RUN command.
9 years ago
Toshio Kuratomi
6824f3a7cc
Change url so that we don't test https in the tests for file perms
9 years ago
James Cammarata
9d2fe2fb2c
Fixing role param precedence issues
...
* Make role param resolution follow the role dependency chain, rather
than using all roles within the play
* Also move params to be merged in after role vars in general, to match
our variable precedence rules
* Changes to the way var lookup is done in role helper methods for
get_vars(), get_inherited_vars(), and get_role_params() to make the
above possible without trampling on previously merged vars
Fixes #14472
Fixes #14475
9 years ago
Toshio Kuratomi
4a00999875
Update to latest git submodules
9 years ago
Toshio Kuratomi
cbd93b6ad3
Add integration test for #11821
9 years ago
Toshio Kuratomi
b80c9b5032
Merge pull request #15049 from mattclay/paramiko-unicode
...
Add missing to_bytes for cmd.
9 years ago
Matt Clay
da99e4e0aa
Add ssh client and server to docker containers.
...
This will allow for future integration tests using ssh to localhost
from within docker containers running on Travis.
9 years ago
Michael Scherer
49f8376051
Fix small error (thse => these)
9 years ago
Matt Clay
24c4384f0e
Add missing to_bytes for cmd.
9 years ago
James Cammarata
e4a5bcae3c
Merge pull request #14679 from dagwieers/merge_hash_v2
...
Avoid merging a dict and a AnsibleUnicode
9 years ago
James Cammarata
eafeab4ab5
Merge pull request #14508 from brianlycett/patch-1
...
Update YAMLSyntax.rst
9 years ago
James Cammarata
d9f398ec91
Merge branch 'a13m-destination_format' into devel
9 years ago
James Cammarata
c9da48d5ba
Merge branch 'destination_format' of https://github.com/a13m/ansible into a13m-destination_format
9 years ago
Brian Coca
e1ee2ed5a5
Merge pull request #13550 from KrzysiekJ/connect_to_region-wrap
...
Use wrapped connect_to_region everywhere in ec2.py
9 years ago
Brian Coca
24ed7b65d0
minor changelog updates
9 years ago
Brian Coca
8838ed055c
Merge pull request #14872 from bcoca/ec2_inv_page_rds
...
page rds instances
9 years ago
Brian Coca
7a5ff16aee
Merge pull request #15042 from RNanney/RNanney-validate_certs
...
Update nxos.py
9 years ago
Toshio Kuratomi
f5654dced9
Merge pull request #15043 from mattclay/docker-user
...
Use docker exec -u only when supported.
9 years ago
Matt Clay
ea1a6c56b9
Use docker exec -u when needed and if supported.
...
If remote_user is given and cannot be set in docker, a warning will
be displayed unless the default container user matches remote_user.
9 years ago
Rene Moser
3fda5e65d4
changelog: add cloudflare_dns
9 years ago
RNanney
8bceff5136
Update nxos.py
9 years ago
James Cammarata
93542b3666
Merge pull request #14964 from keedya/devel
...
Fixing bug in the output format when displaying 2 or more hosts
9 years ago
Brian Coca
eceabec71f
page rds instances
...
fix #14861
9 years ago
James Cammarata
13f3cbaf3b
Renaming per-item and retry callbacks
9 years ago
Toshio Kuratomi
959711b56e
Merge pull request #14993 from karmab/ovirt_connection_fix
...
Fixes ovirt inventory to only override credentials when keys exist
9 years ago
karimb
421fb6df8b
Fixes ovirt inventory to only override credentials from environment when keys exist
9 years ago
nitzmahone
b95286c88e
re-integrate test_test_infra output checking
...
added secondary run with overridden inventory/test args per bcoca request
9 years ago
Vlad Panainte
8259c091d6
fix logging
9 years ago
Toshio Kuratomi
60c943997b
More doc updates regarding ansible_shell_executable
9 years ago
Toshio Kuratomi
8bdf0d4746
And another doc fix
9 years ago
Toshio Kuratomi
08394df8d0
Update submodule links for docs fixes
9 years ago
Toshio Kuratomi
287fd29db9
Use better rst markup (main change definition lists instead of code-blocks for config file options
9 years ago
nitzmahone
6578e63e63
improve test_test_infra debug messaging, rc check
9 years ago
Abhijit Menon-Sen
f82639e4a2
Fix the other typo from #15036
9 years ago
Brian Coca
95495a6b38
fixed typo
...
fixes #15036
9 years ago