-
-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Summary
Can we have support to run trellis on the localhost without any vm.
I am currently on windows, and I can create a dedicated WSL for trellis. My plan is to install trellis-cli there and run everything on same wsl without and vm.
This might be useful for someone to run trellis on a standalone linux server which is where ansible can be run.
Additional context
To test this configuration...
- Get a new ubuntu server on digital ocean
- Install python3-pip, python3-venv and python-is-python3
- Install trellis
- Run
trellis new - Somewhere in the the trellis vm config we should have option to mention localhost
- update host/development file to have server as
127.0.0.1 ansible_connection=local=> this may be automated based on above option - now
trellis provision developmentshould work
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request