|
|
|
|
|
by xnyan
468 days ago
|
|
I know ansible is not sexy or resource efficient, but it would be a handful of lines in a single task.yml and it would work reliably out of the box. Previously the part that was too much effort for me to be reliable was often bootstrapping the python environment on the host, but uv has been a game changer (at least it has been from my team) in terms of being able to efficiently and reliably ensure the exact python environment we want. |
|
> "Ansible ... would be a handful of lines"
How many lines are a handful? Ansible is a few hundred thousand.
If you're enjoying `uv`, consider `mise` for small helpers like the above.
Plays well with `uv`, handles this sort of thing with tasks:
https://mise.jdx.dev/tasks/