Ansible: Different ways to run a playbook
Running a playbook over ssh with username and password I find that normally when setting up a virtual machine that I haven’t added ssh pubic keys yet that this method works well. -k ask for password for ssh connection -u remote user to use for the ssh connection ansible-playbook -k -u username1 playbook.yaml […]