# Remote Server Setup on Windows

**URL:** https://discourse.roots.io/t/remote-server-setup-on-windows/5594
**Category:** trellis
**Created:** 2015-12-29T19:36:41Z
**Posts:** 5
**Showing post:** 2 of 5

## Post 2 by @QWp6t — 2015-12-29T19:49:17Z

In your Vagrantfile, you can try adding the following:

```
config.vm.synced_folder File.join(ANSIBLE_PATH, 'hosts'), '/vagrant/hosts', owner: 'vagrant', group: 'www-data', mount_options: ['dmode=755', 'fmode=644']
```

I think that will remove `+x` from `/vagrant/hosts/*`

---

_[View the full topic](https://discourse.roots.io/t/remote-server-setup-on-windows/5594)._
