Discussion:
[vagrant-up] Vagrant Ansible parallel execution and '.vagrant'
Marcelo Garcia
2018-08-25 18:32:13 UTC
Permalink
I'm following the example about using Ansible with Vagrant:
Ansible Parallel Execution from a Guest
https://www.vagrantup.com/docs/provisioning/ansible_local.html

And 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.html

Did anyone else faced the same problem? Is there a work around?
--
This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list.

GitHub Issues: https://github.com/mitchellh/vagrant/issues
IRC: #vagrant on Freenode
---
You received this message because you are subscribed to the Google Groups "Vagrant" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vagrant-up+***@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/vagrant-up/245e67e8-fcdc-4812-856b-c262ea1f7322%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Alvaro Miranda Aguilera
2018-09-03 12:30:13 UTC
Permalink
Can you use a different box that have shared folder enabled?
--
This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list.

GitHub Issues: https://github.com/mitchellh/vagrant/issues
IRC: #vagrant on Freenode
---
You received this message because you are subscribed to the Google Groups "Vagrant" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vagrant-up+***@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/vagrant-up/CAHqq0eyP1TxwY4DpiAAh2u%2BLdi-8DPfCsiQA%2BpOj2DyXCwvZsA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
Loading...