I'm following the example about using Ansible with Vagrant:
Ansible Parallel Execution from a Guest
https://www.vagrantup.com/docs/provisioning/ansible_local.htmlAnd I'm confused by the example: it makes references to the ".vagrant" folder that is not synced by default. That is, when defining the "inventory" file, we point to
...ansible_ssh_private_key_file=/vagrant/.vagrant/machines...
The problem is that the ".vagrant" file is not synced as described in "options" of the "RSync"
https://www.vagrantup.com/docs/synced-folders/rsync.htmlDid anyone else faced the same problem? Is there a work around?