I have a Ubuntu 14.04 virtual machine set up in virtualbox and I am trying to follow these instructions.
https://serversforhackers.com/an-ansible-tutorial
When I get to the module section and try to install nginx with this command. with "local" being set to "localhost" in /etc/ansible/hosts
ansible local -s -m shell -a 'apt-get install nginx'
I get the following error:
localhost | FAILED => Missing become password
I have searched google for a way to get past this, but I do not understand what I am doing wrong.
This was a fresh install of the Server OS, and the only setup was done is in this tutorial.