Toshio Kuratomi
|
bdf90d20dd
|
Add :Z to mount the volume. This is a docker-1.7+ option that makes the mount properly relabel for selinux
|
2016-03-18 07:47:09 -07:00 |
|
Brian Coca
|
d43fc631dd
|
mount facts now include network mounts (nfs)
|
2016-03-18 07:28:53 -07:00 |
|
Brian Coca
|
b809d23863
|
fixed typo
|
2016-03-18 07:04:12 -07:00 |
|
Abhijit Menon-Sen
|
e5460d6a6e
|
Merge pull request #15002 from camradal/devel
add find_host_portgroup_by_name function to vmware utils
|
2016-03-18 19:32:17 +05:30 |
|
Brian Coca
|
27eecb7262
|
Merge pull request #15000 from jpic/fix_coveralls
[Travis.yml fix] Install coveralls, required by after_success
|
2016-03-18 06:54:39 -07:00 |
|
Brian Coca
|
87e16c2263
|
Merge pull request #15031 from evgeni/modern-debian
prepare packaging for newer Debian/Ubuntu releases
|
2016-03-18 06:43:24 -07:00 |
|
Toshio Kuratomi
|
e25caebe7a
|
Cleanups to docs and rename of inv var
|
2016-03-18 06:42:37 -07:00 |
|
Toshio Kuratomi
|
8fc1c26c37
|
Merge pull request #14936 from bcoca/ansible_executable
add ansible_executable inventory var
|
2016-03-18 06:41:24 -07:00 |
|
Toshio Kuratomi
|
2ba4428424
|
Catch ValueError as well because of El Capitan provoking a bug in python2's subprocess
Fixes #14895
|
2016-03-18 05:52:53 -07:00 |
|
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
|
2016-03-18 18:08:02 +05:30 |
|
Evgeni Golov
|
0cdbc8b48d
|
backwards compat for python-support on old Debian/Ubuntu releases
|
2016-03-18 11:07:23 +01:00 |
|
Abhijit Menon-Sen
|
ad0e707f97
|
Merge pull request #7395 from hkariti/ec2_hostname_variable
Add hostname_variable to ec2 inventory script
|
2016-03-18 15:37:00 +05:30 |
|
Brian Coca
|
db61e9be0c
|
add ansible_executable inventory var
also handle the overrides appropriately
also new executable to set shell type
|
2016-03-17 18:54:37 -07:00 |
|
Thomas Steinbach
|
14dfad730e
|
use just 'remote_user' as user for the docker connection
|
2016-03-17 14:39:44 -07:00 |
|
Thomas Steinbach
|
4ac49ed4a8
|
use remote_user or become_user in docker connection
|
2016-03-17 14:39:44 -07:00 |
|
Brian Coca
|
5d9b552317
|
Merge pull request #15024 from bcoca/delegation_vars_fix
ensure we use delegated vars on delegation
|
2016-03-17 14:33:36 -07:00 |
|
Toshio Kuratomi
|
ab693579a9
|
Clarify the document about the order of matryoshka shells
(nesting shells)
|
2016-03-17 14:29:49 -07:00 |
|
James Cammarata
|
6265d6fd2a
|
Merge pull request #14870 from zyegfryed/patch-1
Fix filtering by project in Cloudstask inventory
|
2016-03-17 15:57:51 -04:00 |
|
James Cammarata
|
1ee6d489ab
|
Make sure tuples returned by _get_item() are handled correctly in formatting
Fixes #14800
|
2016-03-17 14:19:58 -04:00 |
|
Hagai Kariti
|
8a17da299f
|
Clean up lines with only whitespaces in ec2.py
|
2016-03-17 20:06:01 +02:00 |
|
Hagai Kariti
|
53756af546
|
Added hostname_variable to ec2 inventory
|
2016-03-17 20:06:00 +02:00 |
|
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.
|
2016-03-17 11:03:40 -07:00 |
|
Evgeni Golov
|
de2fe08d9f
|
update README.md
|
2016-03-17 18:28:23 +01:00 |
|
Evgeni Golov
|
3fd74890d3
|
migrate to dh-python
|
2016-03-17 18:26:54 +01:00 |
|
Evgeni Golov
|
f10de91e7f
|
moden apt can install local debs with dependencies just fine
|
2016-03-17 18:06:42 +01:00 |
|
René Moser
|
0a457230ab
|
Merge pull request #14982 from Linuturk/GalaxyInitWhitespaceFix
Remove trailing whitespace from the galaxy init Jinja2 template. Defa…
|
2016-03-17 17:48:08 +01:00 |
|
Abhijit Menon-Sen
|
f0af07a5f4
|
Merge pull request #14761 from enbritely/fix-ec2-inventory
Fix AWS EC2 inventory script instance_filters read
|
2016-03-17 21:51:43 +05:30 |
|
Toshio Kuratomi
|
2dd6bae9e1
|
Merge pull request #15003 from ansible/jail-enable-pipelining
Enable pipelining for jail connection plugin
|
2016-03-17 07:55:36 -07:00 |
|
Brian Coca
|
84bbd2b4e3
|
corrected version added for ansible_version
|
2016-03-17 07:25:37 -07:00 |
|
Brian Coca
|
bc60f52db5
|
avoid exceptiosn when not being called by CLI
|
2016-03-17 07:19:35 -07:00 |
|
Toshio Kuratomi
|
e80cd8bcaf
|
Merge pull request #14908 from mattclay/mysql-connect-timeout
Document mysql connect_timeout and update tests.
|
2016-03-17 07:18:01 -07:00 |
|
Abhijit Menon-Sen
|
0c6693aa4c
|
Merge pull request #14947 from mscherer/add_ansible_version_doc
Add doc on ansible_version, fix #13204
|
2016-03-17 14:48:50 +05:30 |
|
Abhijit Menon-Sen
|
00312723b2
|
Merge pull request #14484 from Antillean/extra-vars_docs
Documenting that extra-vars 'key=value' is for strings
|
2016-03-17 14:46:18 +05:30 |
|
James Cammarata
|
8eadc1d8eb
|
Adding more unit tests for AnsibleModule things in basic.py
|
2016-03-17 02:02:15 -04:00 |
|
James Cammarata
|
0e68c6d6fe
|
Cleaning up use of literal_eval in basic.py AnsibleModule.safe_eval
|
2016-03-17 02:02:15 -04:00 |
|
Matt Clay
|
9a922fcf0d
|
Update test to use mysql connect_timeout option.
|
2016-03-16 22:31:48 -07:00 |
|
Matt Clay
|
6a1f97ad42
|
Add docs for mysql* modules connect_timeout.
|
2016-03-16 22:31:48 -07:00 |
|
Abhijit Menon-Sen
|
cc7867d1de
|
Merge pull request #11642 from quentinsf/inventory_ignores
Mention inventory_ignore_extensions in the dynamic inventory documentation
|
2016-03-17 10:11:07 +05:30 |
|
Brian Coca
|
7f8e8ddca9
|
Merge pull request #14948 from mscherer/fix_doc_lexer
Fix pygments lexer name
|
2016-03-16 17:13:29 -07:00 |
|
Brian Coca
|
5ae9955aad
|
Merge pull request #15011 from dagwieers/fix-unreachable-color
Fix the color when unreachable in default cb plugin
|
2016-03-16 17:02:05 -07:00 |
|
Brian Coca
|
0cb804f0c2
|
fix lsb fact gathering
was erroring out when rc !=0 also fixed redundant paths
fixes #14965
|
2016-03-16 17:00:17 -07:00 |
|
Brian Coca
|
d7d47bcd75
|
Merge pull request #14989 from nifoc/patch-fetch_url
Check return value of get_distribution()
|
2016-03-16 16:54:11 -07:00 |
|
Dag Wieers
|
ed457ad53b
|
Fix the color when unreachable in default cb plugin
The dedicated color for unreachable errors was not being used in the default cb plugin.
This corrects the color.
|
2016-03-17 00:18:13 +01:00 |
|
Toshio Kuratomi
|
c824837a3f
|
Merge pull request #15008 from qqo/devel
fix TypeError: coercing to Unicode: need string or buffer, AnsiblePar…
|
2016-03-16 14:59:16 -07:00 |
|
qqo
|
a7f89cac63
|
fix TypeError: coercing to Unicode: need string or buffer, AnsibleParserError found
|
2016-03-17 00:56:47 +03:00 |
|
qqo
|
85e843baee
|
Revert "fix TypeError: coercing to Unicode: need string or buffer, AnsibleParserError found"
This reverts commit d1e0719e4c .
|
2016-03-17 00:50:47 +03:00 |
|
qqo
|
d1e0719e4c
|
fix TypeError: coercing to Unicode: need string or buffer, AnsibleParserError found
|
2016-03-16 23:47:16 +03:00 |
|
Brian Coca
|
61f05c2e8d
|
strip keys recursively
|
2016-03-16 13:18:29 -07:00 |
|
Toshio Kuratomi
|
7346e3098a
|
Update extras submodule ref
|
2016-03-16 13:09:45 -07:00 |
|
Greg DeKoenigsberg
|
03300e99ac
|
Merge pull request #14929 from robynbergeron/devel
update proposals proposal
|
2016-03-16 15:07:49 -04:00 |
|