ansible single host without inventory

Developer from somewhere

Example of provisioning a vagrant machine, without using Vagrantfile:

ansible-playbook --private-key=.vagrant/machines/default/virtualbox/private_key -u vagrant -i "127.0.0.1:2200," playbooks/first.yml