Discussion:
[vagrant-up] Vagrant rsync doesn't manage (hidden) directory
waewoo
2018-11-08 00:44:33 UTC
Permalink
Hello,

I follow this tutorial (from a windows workstation) :
https://www.vagrantup.com/docs/provisioning/ansible_local.html#ansible-parallel-execution-from-a-guest

It doesn't work because my "controller" node can't see ".vagrant" (hidden)
directory (which is necessary to get private key of other node 'node1,
node2)...).

".vagrant" directory is in "/vagrant"

So it "seems" rsync doesnt synchronize directory beginning with dot...

An idea to resolve this problem ?

Thanks

D:\Travail\Vagrant\AnsibleGuestProject>dir
Le volume dans le lecteur D s’appelle DATA
Le numéro de série du volume est 0A5A-D165

Répertoire de D:\Travail\Vagrant\AnsibleGuestProject

08/11/2018 01:20 <DIR> .
08/11/2018 01:20 <DIR> ..
07/11/2018 23:41 <DIR> .vagrant
08/11/2018 00:40 166 ansible.cfg
08/11/2018 00:54 315 inventory
08/11/2018 00:41 152 site.yml
08/11/2018 01:33 774 Vagrantfile
4 fichier(s) 1 407 octets
3 Rép(s) 835 390 361 600 octets libres
--
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/b81e0341-fa6c-4e6c-8e3b-ff310e89fba9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Alvaro Miranda Aguilera
2018-11-12 20:52:29 UTC
Permalink
Hello

Have you seen the documentation?


https://www.vagrantup.com/docs/synced-folders/rsync.html#rsync__exclude


Alvaro
Post by waewoo
Hello,
https://www.vagrantup.com/docs/provisioning/ansible_local.html#ansible-parallel-execution-from-a-guest
It doesn't work because my "controller" node can't see ".vagrant" (hidden)
directory (which is necessary to get private key of other node 'node1,
node2)...).
".vagrant" directory is in "/vagrant"
So it "seems" rsync doesnt synchronize directory beginning with dot...
An idea to resolve this problem ?
Thanks
D:\Travail\Vagrant\AnsibleGuestProject>dir
Le volume dans le lecteur D s’appelle DATA
Le numéro de série du volume est 0A5A-D165
Répertoire de D:\Travail\Vagrant\AnsibleGuestProject
08/11/2018 01:20 <DIR> .
08/11/2018 01:20 <DIR> ..
07/11/2018 23:41 <DIR> .vagrant
08/11/2018 00:40 166 ansible.cfg
08/11/2018 00:54 315 inventory
08/11/2018 00:41 152 site.yml
08/11/2018 01:33 774 Vagrantfile
4 fichier(s) 1 407 octets
3 Rép(s) 835 390 361 600 octets libres
--
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
To view this discussion on the web visit
https://groups.google.com/d/msgid/vagrant-up/b81e0341-fa6c-4e6c-8e3b-ff310e89fba9%40googlegroups.com
<https://groups.google.com/d/msgid/vagrant-up/b81e0341-fa6c-4e6c-8e3b-ff310e89fba9%40googlegroups.com?utm_medium=email&utm_source=footer>
.
For more options, visit https://groups.google.com/d/optout.
--
Alvaro
--
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/CAHqq0ey9a%3DN7pji-efRM2gCK6a%3DAHUn6CVv0%2Bdz5g_yueXx%2Bag%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
Loading...