Re: [ansible-project] Different ssh behavior on Linux and MacOSX

2016-03-30 Thread spice
Brian, thnx for answer! Unfortunately, we are using passwords on the initial deployment phase, keys are used later For avoiding problem in this case we use simple trick in our playebooks - name: Finish prepare (restart) vars: ansible_ssh_pass: "{{ new_generated_pass_stored_in_host_

[ansible-project] Different ssh behavior on Linux and MacOSX

2016-03-29 Thread spice
Ha all We use Ansible version 2.0.1.0 on MacOS X 10.11.3 (El Capitan) and Ubuntu 14.04 Ansible on MAcOS installed via #brew install ansible Today i'v got a strange behavior on my project In our role we change root password and then follow our tasks All ok in linux session, playbook wont stop and s