gossh icon indicating copy to clipboard operation
gossh copied to clipboard

Configuration management tool inspired by Ansible, but with no yaml - just Go

Results 2 gossh issues
Sort by recently updated
recently updated
newest added

Hey, So here is the PR to add plugin support. I created a folder called recipes and store different states there. To use them in the code: - go to...

Hello, great project !!! I wrote a something similar for Kubernetes state in https://github.com/atakanyenel/Passa. - One improvement I realised so far, you can use goroutines in `state.Apply()`. All machines are...

enhancement