Ansible-style support #1267
mihaigalos
started this conversation in
Ideas
Replies: 1 comment 6 replies
-
I often use Usually I do something like this:
One argument against adding special SSH/Ansible-like functionality is that it's pretty easy to write a recipe that does what you want, and doing it in a recipe means you can customize it however you want. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I love
just
because I can template, configure and code recipes in a natural way using any interpreter or shell I want.I believe it could even be used as an Ansible alternative, that's why I would like to discuss the idea here.
Here's my painpoint with Ansible:
just
would offer support for many of the above and leave it up to the user which interpreter (python/bash, etc.) they use.What are your thoughts on allowing a
ssh()
builtin function to run a recipe on a remote?This implies:
ssh
connection to the remote.just
binary to over it.justfile
over it.One would need to specify a list of hosts the builtin^ applies to.
Beta Was this translation helpful? Give feedback.
All reactions