- 21 Apr, 2014 6 commits
-
-
Fixes #7084
James Cammarata committed -
Improve error message when multiple action are given
James Cammarata committed -
fixed issue with FreeBSD network facts
James Cammarata committed -
Clean a bit more the ssh_args configuration
James Cammarata committed -
Enhance error message about missing ControlPersist
James Cammarata committed -
fixed ETIME issue on FreeBSD 8 through 10, which broke fact gather
Michael DeHaan committed
-
- 20 Apr, 2014 3 commits
-
-
This can be illustrated using this playbook: - command: id delegate_to: "{{ remote_server }}" user: "{{ remote_user }}" The error is to use 'user' instead of 'remote_user', but the error message do not really mention it, so it can be a bit hard to spot.Michael Scherer committed -
versions and it now works
Brian Coca committed -
gathering
Brian Coca committed
-
- 19 Apr, 2014 3 commits
-
-
If someone add ssh_args = " " to his .ansible.cfg, it will result into strange failure later : <server.example.org> ESTABLISH CONNECTION FOR USER: misc <server.example.org> REMOTE_MODULE ping <server.example.org> EXEC ['ssh', '-C', '-tt', '-q', ' ', '-o', 'KbdInteractiveAuthentication=no', '-o', 'PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey', '-o', 'PasswordAuthentication=no', '-o', 'ConnectTimeout=10', 'server.example.org', "/bin/sh -c 'mkdir -p /tmp/ansible-tmp-1397947711.21-5932460998838 && chmod a+rx /tmp/ansible-tmp-1397947711.21-5932460998838 && echo /tmp/ansible-tmp-1397947711.21-5932460998838'"] server.example.org | FAILED => SSH encountered an unknown error during the connection. We recommend you re-run the command using -vvvv, which will enable SSH debugging output to help diagnose the issue The root cause is the empty string between -q and -o, who kinda break mkdir.Michael Scherer committed -
ansible_ssh_args is good for playbook, but in the ~/.ansible.cfg file, it should be ssh_args in a specific section.
Michael Scherer committed -
James Cammarata committed
-
- 18 Apr, 2014 5 commits
-
-
Michael DeHaan committed
-
Fixes #7006
James Cammarata committed -
James Cammarata committed
-
James Cammarata committed
-
Fixes #7009
James Cammarata committed
-
- 17 Apr, 2014 3 commits
-
-
hint to install python-ssl on redhat systems
Michael DeHaan committed -
Wim committed
-
docker.client.APIError has moved to docker.errors.APIError
Michael DeHaan committed
-
- 16 Apr, 2014 9 commits
-
-
Fixes #7024
James Cammarata committed -
skipped callback in loop does not display 'item'.
James Cammarata committed -
smoothify committed
-
Add missing info for the append option for user module
James Cammarata committed -
Both 'default' and 'choices' options were missing at the documentation.
Hernandes B. de Sousa committed -
Fixes #6927
James Cammarata committed -
Michael DeHaan committed
- 15 Apr, 2014 11 commits
-
-
Fixed escaping of " in test_make_sudo_cmd in TestUtils so that it passes as it should.
Michael DeHaan committed -
as it should. Signed-off-by: Timothy Appnel <tim@appnel.com>
Timothy Appnel committed -
Added homebrew to install doc
Michael DeHaan committed -
evanccopengeo committed
-
evanccopengeo committed
-
Adam Menges committed
-
Fixes #6911
James Cammarata committed -
Fixes #6904
James Cammarata committed -
James Cammarata committed
-
Add a timeout decorator for timing out functions that may hang
James Cammarata committed -
James Cammarata committed
-