An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

[![codecov](https://img.shields.io/codecov/c/github/retr0h/gossup?token=OP62DXD9RS&style=flat-square)](https://codecov.io/gh/retr0h/gossup)
[![go report card](https://goreportcard.com/badge/github.com/retr0h/gossup?style=flat-square)](https://goreportcard.com/report/github.com/retr0h/gossup)
[![license](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](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