1. 22 Apr, 2014 5 commits
  2. 21 Apr, 2014 16 commits
  3. 20 Apr, 2014 3 commits
  4. 19 Apr, 2014 3 commits
    • Clean a bit more the ssh_args configuration · c87afc11
      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
    • Enhance error message about missing ControlPersist · 3a09c998
      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
  5. 18 Apr, 2014 5 commits
  6. 17 Apr, 2014 3 commits
  7. 16 Apr, 2014 5 commits