Skip to content

Improved installation guide a bit

Hispanico requested to merge h0n3yc4k3:patch-1 into master

Created by: h0n3yc4k3

  1. 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)
  2. The --ask-sudo-pass is "deprecated, use become", so replace it to become :)
  3. I had problem "Authentication or permission failure" so using root access (login) directly fixed it

Merge request reports