https://github.com/retr0h/gossup
Gossup is a simplistic Go based system automation tool, which embeds the desired state and test suite into a binary to be distributed to end-systems for realization.
https://github.com/retr0h/gossup
ansible automation configuration-management golang system-automation
Last synced: 10 months ago
JSON representation
Gossup is a simplistic Go based system automation tool, which embeds the desired state and test suite into a binary to be distributed to end-systems for realization.
- Host: GitHub
- URL: https://github.com/retr0h/gossup
- Owner: retr0h
- License: mit
- Created: 2024-03-14T05:38:06.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-06-12T21:37:51.000Z (about 1 year ago)
- Last Synced: 2025-06-12T22:54:27.975Z (about 1 year ago)
- Topics: ansible, automation, configuration-management, golang, system-automation
- Language: Go
- Homepage:
- Size: 618 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://codecov.io/gh/retr0h/gossup)
[](https://goreportcard.com/report/github.com/retr0h/gossup)
[](LICENSE)
# Gossup
Gossup is a simplistic Go based system automation tool, which embeds the
desired state and test suite into a binary to be distributed to end-systems
for realization.
Inspired by [Goss][].
## Documentation
[Usage][] | [Documentation][]
[Usage]: https://retr0h.github.io/gossup/usage
[Documentation]: https://retr0h.github.io/gossup/
## License
The [MIT][] License.
[Goss]: https://github.com/~/goss
[MIT]: LICENSE