Improved installation guide a bit
Created by: h0n3yc4k3
- The
--ask-sudo-pass
argument will not need the sshpass program. Any ssh connection with password will need sshpass program Proof: ansible-playbook -i hosts playbook.yml -u artem -k ... fatal: [192.168.1.15]: FAILED! => {"msg": "to use the 'ssh' connection type with passwords, you must install the sshpass program"} (there no--ask-sudo-pass
argument) - The
--ask-sudo-pass
is "deprecated, use become", so replace it to become :) - I had problem "Authentication or permission failure" so using root access (login) directly fixed it