alebcay / awesome-shell

A curated list of awesome command-line frameworks, toolkits, guides and gizmos. Inspired by awesome-php.
Creative Commons Zero v1.0 Universal
31.88k stars 2.35k forks source link

Wick - Bash IT Configuration Automation #97

Open fidian opened 8 years ago

fidian commented 8 years ago

I'm maintaining a Bash-only alternative to Vagrant / Ansible / cdist / Puppet. It's called Wick. It doesn't provision the machines (yet) but if you rsync a folder then you can run a shell command that will provision a machine for you.

I'd be interested in getting your feedback and possibly having it included here. I know that I'll be researching many of the links you have and might split Wick up into modules so others can benefit from my functions more easily. Thanks for making your list; I am finding it very useful.

I've also made other Bash-only tools such as mo (mustache templates written in only Bash) and ansi for ANSI escape sequences such as color codes and cursor control. I don't know if those would be of interest, but they seem to fit your collection of tools.

alebcay commented 8 years ago

Sorry I haven't been able to get around to this in the past few days. Here are my thoughts:

I'll get around to adding changes in the next day or two.

fidian commented 8 years ago

No worries about the timing - this is obviously not even remotely urgent. Also, I am sorry; i thought this was more of a public or shared list than your own personal bash bookmarks.

I agree with all of your comments. Thanks for considering the addition of links!

alebcay commented 8 years ago

Oh, it's not personal at all. But I'm not exactly qualified to speak on behalf of everyone out there. Still, the tools fill a niche that seems to be vacant currently.