Commit Graph

18638 Commits (93542b3666adfeebacd6e70017dc382e23343312)
 

Author SHA1 Message Date
James Cammarata 93542b3666 Merge pull request #14964 from keedya/devel
Fixing bug in the output format when displaying 2 or more hosts
8 years ago
James Cammarata 13f3cbaf3b Renaming per-item and retry callbacks 8 years ago
Toshio Kuratomi 959711b56e Merge pull request #14993 from karmab/ovirt_connection_fix
Fixes ovirt inventory to only override credentials when keys exist
8 years ago
karimb 421fb6df8b Fixes ovirt inventory to only override credentials from environment when keys exist 8 years ago
nitzmahone b95286c88e re-integrate test_test_infra output checking
added secondary run with overridden inventory/test args per bcoca request
8 years ago
Toshio Kuratomi 60c943997b More doc updates regarding ansible_shell_executable 8 years ago
Toshio Kuratomi 8bdf0d4746 And another doc fix 8 years ago
Toshio Kuratomi 08394df8d0 Update submodule links for docs fixes 8 years ago
Toshio Kuratomi 287fd29db9 Use better rst markup (main change definition lists instead of code-blocks for config file options 8 years ago
nitzmahone 6578e63e63 improve test_test_infra debug messaging, rc check 8 years ago
Abhijit Menon-Sen f82639e4a2 Fix the other typo from #15036 8 years ago
Brian Coca 95495a6b38 fixed typo
fixes #15036
8 years ago
Abhijit Menon-Sen efdac490ff Merge pull request #14924 from mvgrimes/patch-1
Dynamically add ssl key to the mysql config hash iff needed
8 years ago
Brian Coca 06e6513276 Merge pull request #15023 from bpsuntrup/documentation_issue_15022
Clarify developing modules documentation
8 years ago
Toshio Kuratomi bdf90d20dd Add :Z to mount the volume. This is a docker-1.7+ option that makes the mount properly relabel for selinux 8 years ago
Brian Coca d43fc631dd mount facts now include network mounts (nfs) 8 years ago
SUNTRUP 3bfb556cb9 Clarify developing modules documentation
This resolves issue #15022. When doing the module tutorial, it might be
necessary for the user to read through the documentation for installing
from source to avoid dependency errors and such.
8 years ago
Brian Coca b809d23863 fixed typo 8 years ago
Abhijit Menon-Sen e5460d6a6e Merge pull request #15002 from camradal/devel
add find_host_portgroup_by_name function to vmware utils
8 years ago
Brian Coca 27eecb7262 Merge pull request #15000 from jpic/fix_coveralls
[Travis.yml fix] Install coveralls, required by after_success
8 years ago
Brian Coca 87e16c2263 Merge pull request #15031 from evgeni/modern-debian
prepare packaging for newer Debian/Ubuntu releases
8 years ago
Toshio Kuratomi e25caebe7a Cleanups to docs and rename of inv var 8 years ago
Toshio Kuratomi 8fc1c26c37 Merge pull request #14936 from bcoca/ansible_executable
add ansible_executable inventory var
8 years ago
Toshio Kuratomi 2ba4428424 Catch ValueError as well because of El Capitan provoking a bug in python2's subprocess
Fixes #14895
8 years ago
Abhijit Menon-Sen a61a3e28da Merge pull request #9776 from MiLk/fixes/git-repo-info-branch
ansible.utils._git_repo_info() now supports branch names with slashes
8 years ago
Evgeni Golov 0cdbc8b48d backwards compat for python-support on old Debian/Ubuntu releases 8 years ago
Abhijit Menon-Sen ad0e707f97 Merge pull request #7395 from hkariti/ec2_hostname_variable
Add hostname_variable to ec2 inventory script
8 years ago
Brian Coca db61e9be0c add ansible_executable inventory var
also handle the overrides appropriately
also new executable to set shell type
8 years ago
Thomas Steinbach 14dfad730e use just 'remote_user' as user for the docker connection 8 years ago
Thomas Steinbach 4ac49ed4a8 use remote_user or become_user in docker connection 8 years ago
Brian Coca 5d9b552317 Merge pull request #15024 from bcoca/delegation_vars_fix
ensure we use delegated vars on delegation
8 years ago
Toshio Kuratomi ab693579a9 Clarify the document about the order of matryoshka shells
(nesting shells)
8 years ago
James Cammarata 6265d6fd2a Merge pull request #14870 from zyegfryed/patch-1
Fix filtering by project in Cloudstask inventory
8 years ago
James Cammarata 1ee6d489ab Make sure tuples returned by _get_item() are handled correctly in formatting
Fixes #14800
8 years ago
Hagai Kariti 8a17da299f Clean up lines with only whitespaces in ec2.py 8 years ago
Hagai Kariti 53756af546 Added hostname_variable to ec2 inventory 8 years ago
Brian Coca 292be944c6 ensure we use delegated vars on delegation
this prevents falling back to connection vars from the inventory_hostname
when matching connection var is not in delegated host.
8 years ago
Evgeni Golov de2fe08d9f update README.md 8 years ago
Evgeni Golov 3fd74890d3 migrate to dh-python 8 years ago
Evgeni Golov f10de91e7f moden apt can install local debs with dependencies just fine 8 years ago
René Moser 0a457230ab Merge pull request #14982 from Linuturk/GalaxyInitWhitespaceFix
Remove trailing whitespace from the galaxy init Jinja2 template. Defa…
8 years ago
Abhijit Menon-Sen f0af07a5f4 Merge pull request #14761 from enbritely/fix-ec2-inventory
Fix AWS EC2 inventory script instance_filters read
8 years ago
Toshio Kuratomi 2dd6bae9e1 Merge pull request #15003 from ansible/jail-enable-pipelining
Enable pipelining for jail connection plugin
8 years ago
Brian Coca 84bbd2b4e3 corrected version added for ansible_version 8 years ago
Brian Coca bc60f52db5 avoid exceptiosn when not being called by CLI 8 years ago
Toshio Kuratomi e80cd8bcaf Merge pull request #14908 from mattclay/mysql-connect-timeout
Document mysql connect_timeout and update tests.
8 years ago
Abhijit Menon-Sen 0c6693aa4c Merge pull request #14947 from mscherer/add_ansible_version_doc
Add doc on ansible_version, fix #13204
8 years ago
Abhijit Menon-Sen 00312723b2 Merge pull request #14484 from Antillean/extra-vars_docs
Documenting that extra-vars 'key=value' is for strings
8 years ago
James Cammarata 8eadc1d8eb Adding more unit tests for AnsibleModule things in basic.py 8 years ago
James Cammarata 0e68c6d6fe Cleaning up use of literal_eval in basic.py AnsibleModule.safe_eval 8 years ago