Hi, I've been using Ansible for all my provisioning/configuring over ssh,
and been mostly satisfied, but often find myself wishing for easier composability
of provisioning code. It seems that Clojure should be an ideal language
for this, so I was quite happy to discover the Pallet project.
I've been struggling to write a POC to write a script that
connects to an existing machine via ssh and run a command (ex. install nginx).
It seems that there is part of the solution :
but this snippet needs to be inside a somekind of projet declaration / boilerplate,
and being a clojure newbe, that is where I am stuck...
Any help or pointers would be appreciated.
Thanks