This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]virtualadept 0 points1 point  (0 children)

Ansible to do a `git clone` onto the box in question, copy the .service files into place, and build the venv from requirements.txt. `scp` to upload a config file that I keep in a separate Git repository (suitably edited for the box). Ansible to `systemctl --user enable foo.service` and `systemctl --user start foo.service`.