I have a file on my host located at ~/ansible/provisioning/playbook.yml that corresponds to /vagrant/provisioning/playbook.yml on the guest. Every
~/ansible/provisioning/playbook.yml
/vagrant/provisioning/playbook.yml
According to this issue on github the fastest solution is to use geerlingguy/centos7 box.
This box will build the guest additions.
Tested - works smoothly!