You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In July I started writing a library, based on frustrations with Ansible. However, I deliberately avoided tackling the problem of writing a whole configuration management system - I just tackled agentless remote execution over SSH - with the hope that someone would build something cool on top of it that would help take away the pain of Ansible.
The result is Chopsticks (docs), which I humbly suggest as a replacement for Ansible's connection strategies.
It should be faster than Ansible, stateful on the remote side if you wish, and much easier to program for.
The text was updated successfully, but these errors were encountered:
@lordmauve Thanks for the suggestion. The Chopsticks project actually looks very good. We've discussed on today meeting the approach we are going to use for the "connection" functionality. It will be something kinda different. I suggest you to follow this issue #3 for updates on this. There is definitely going to be a Paper for this.
In July I started writing a library, based on frustrations with Ansible. However, I deliberately avoided tackling the problem of writing a whole configuration management system - I just tackled agentless remote execution over SSH - with the hope that someone would build something cool on top of it that would help take away the pain of Ansible.
The result is Chopsticks (docs), which I humbly suggest as a replacement for Ansible's connection strategies.
It should be faster than Ansible, stateful on the remote side if you wish, and much easier to program for.
The text was updated successfully, but these errors were encountered: