Hacker News new | ask | show | jobs
by im_dario 3894 days ago
It's a very nice tool. I was actually thinking to create an Ansible-like in Go, as a side-project, and I thinkg goss's approach can be useful for it.
1 comments

The concept of resource/system_resource was borrowed from projects like puppet, chef. ansible, specinfra, etc.

There's probably an opportunity to make this more generic by adding setter methods to the system_resources and extracting them out to their own repo. At that point it can be a shared library leveraged by goss and CM tools.. similar to how specinfra is used by serverspec and itamae.