# One Trellis Box - Multiple Sites on Individual VPS

**URL:** https://discourse.roots.io/t/one-trellis-box-multiple-sites-on-individual-vps/7784
**Category:** trellis
**Created:** 2016-10-02T05:53:05Z
**Posts:** 4
**Showing post:** 4 of 4

## Post 4 by @thisolivier — 2016-10-06T01:40:09Z

That’s quite an unusual requirement, I imagine most people would consider those sites different projects. Unless you want the development server to have them all on one VM/Trellis, but in production you want them split across multiple servers? I’m just spitballing here, but using git submodules (pet love of mine) for the sites and trellis might solve that case.

> [@Best practice for multiple sites on multiple servers](https://discourse.roots.io/t/best-practice-for-multiple-sites-on-multiple-servers/5385/4):
>
> Sounds good, @fullyint. Thanks! I was looking at your suggestion on a previous post where you have a situation where you might have a client who owns multiple servers for different projects and wish to have only one trellis installation. -- trellis -- site1 -- site2 My hosts/production file will look like this. site1 ansible\_ssh\_host=IP1 site2 ansible\_ssh\_host=IP2 [production] site1 site2 [web] site1 site2 And I created the hosts\_folder like this: host\_vars -- site1 ---- wordpress\_sites…

[The above topic](https://discourse.roots.io/t/best-practice-for-multiple-sites-on-multiple-servers/5385) seems pretty relevant for you too, though I’ve never tried a config like the one mentioned.

---

_[View the full topic](https://discourse.roots.io/t/one-trellis-box-multiple-sites-on-individual-vps/7784)._
