https://github.com/retr0h/lugburz
https://github.com/retr0h/lugburz
ansible ansible-api awx golang remote-execution tower
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/retr0h/lugburz
- Owner: retr0h
- License: mit
- Created: 2017-09-08T17:11:54.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-28T17:31:22.000Z (about 8 years ago)
- Last Synced: 2025-02-04T22:41:24.989Z (10 months ago)
- Topics: ansible, ansible-api, awx, golang, remote-execution, tower
- Language: Go
- Homepage:
- Size: 2.62 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Lugbúrz
Lugbúrz executes Ansible jobs remotely. The Ansible runtime is distributed
and executed through Docker images, which keeps dependencies to a minimum.
The operator will interact through a kubectl-like CLI.
> Barad-dûr, the “Dark Tower,” is a fictional place in J. R. R. Tolkien's
Middle-earth writings and is described in The Lord of the Rings, The Silmarillion,
and other works. It is an enormous fortress of the Dark Lord Sauron, whence he
rules the volcanic and barren land of Mordor. Located in northwest Mordor, near
Mount Doom, the Eye of Sauron keeps watch over Middle-earth from its highest tower.
The name is pronounced "Ba'rad doorr" with emphasis placed on the "rr." The
Lieutenant of Barad-dûr is the Mouth of Sauron, who acts as an ambassador and
herald for Mordor and Sauron. Barad-dûr was called "Lugbúrz" in the Black Speech
of Mordor, which also translates as "Dark Tower"; it is composed of Lug = Tower
and Búrz = Dark.
https://en.wikipedia.org/wiki/Barad-dûr
## Dependencies
$ go get github.com/golang/dep/cmd/dep
$ go get github.com/jteeuwen/go-bindata
$ go get github.com/mitchellh/gox
## Building
$ make build
$ tree .build/
## Testing
$ make test
## License
MIT