Benjamin Cane

Results 11 issues of Benjamin Cane

Currently Automatron doesn't support running commands with Sudo. While sudo support would be easy with a few if statements and using the `sudo()` function of fabric. It'd be better to...

enhancement

A requested feature is the ability to send a webhook to a URL that will trigger a define action. This is similar to functionality available to Runbook.io but I'd like...

enhancement

## Describe the idea The installation of Efs2 should be as easy as possible. For Mac OS, that means getting into the Brew list of installable programs. ### Describe possible...

enhancement
todo

https://github.com/madflojo/tarmac/blob/7f6349796c6612c8d45f66edbeb4c66d70752798/.github/workflows/docker.yml#L3-L5 Currently, release tags don't have automatic docker publishing, tests, or any other actions being performed.

Tarmac is still pretty new, and while I know Go pretty well Rust and AssemblyScript are still fairly new to me. It would be great to have some more examples...

good first issue

Currently Salt reactors can read grains set on a system (not pillars). So it would be good to set the API key as a grain rather than defining in all...

enhancement

## We want to ensure high quality of the packages. Make sure that you've checked the boxes below before sending a pull request. - [X] I have read the [Contribution...

With this pull request, Tarmac will stop once the init functions have completed executing, as long as no other routes are defined. This can be used to create ad-hoc jobs...

Adds codecov for reporting code coverage and ensuring code coverage is maintained with new PRs. This will require setting up a repository secret with the codecov token, but the setup...

Currently Hord (the underlying Key-Value driver) supports NATS however Tarmac does not use this functionality yet. https://github.com/tarmac-project/hord This should be fairly easy to add, it's more about defining the configuration...

enhancement