Release 1: Pluggable backends with stateless Projects
This issue is a place for feedback and MRs against the draft [Release 1](https://docs.aegir.hosting/background/roadmap/releases/release-1/) User Stories.
The theme of this Release is `Pluggable backend (supporting different Deployment Targets) with stateless Projects`. Initially, we intend to implement a very simple `shell` backend that our `dispatcherd` can dispatch, which will allow us to do very trivial static html site hosting, in order to properly distinguish between Deployment Targets (VM vs. K8S cluster) and backends (`shell` vs. `ansible` vs. `helm`).
Backends are essentially the "runners" of tasks, and we will likely rename these to better distinguish.
If you have additional stories to suggest, or details to add on what's there, feel free to comment here, or create an MR that patches [release-1.md](docs/content/background/roadmap/releases/release-1.md), which is the source of that page.
epic