https://github.com/iepathos/bravebin
https://github.com/iepathos/bravebin
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/iepathos/bravebin
- Owner: iepathos
- Created: 2018-02-01T04:56:31.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-01T04:56:40.000Z (over 8 years ago)
- Last Synced: 2025-10-09T20:03:16.428Z (8 months ago)
- Language: Go
- Size: 8.79 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bravebin
bravebin is like ansible, but with Go. bravebin generates and compiles Go code into binaries to distribute and execute on hosts from yaml recipes.
## Project Goals
Open Source, have not chosen a license to release code under yet but will choose a common one as project develops.
Compatible with existing ansible recipes by using same yaml naming for bravebin modules
Compatible with Linux and OSX
## Tasks
+ Go code generator built with Go
+ add debug module to print out a line
+ YAML parsing
+ SSH setup
+ Compiling cross-platform binaries based on the target os, need to add a gather facts here?
+ Start building out more useful modules