Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/azavea/ansible-golang
An Ansible role for installing the Go programming language.
https://github.com/azavea/ansible-golang
Last synced: about 2 months ago
JSON representation
An Ansible role for installing the Go programming language.
- Host: GitHub
- URL: https://github.com/azavea/ansible-golang
- Owner: azavea
- License: apache-2.0
- Created: 2014-09-08T16:50:06.000Z (over 10 years ago)
- Default Branch: develop
- Last Pushed: 2016-12-14T04:55:26.000Z (about 8 years ago)
- Last Synced: 2024-08-02T03:02:02.717Z (5 months ago)
- Size: 13.7 KB
- Stars: 16
- Watchers: 20
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ansible-roles - azavea.golang - An Ansible role for installing the Go programming language. (Ansible roles / Languages)
README
# ansible-golang
An Ansible role for installing the Go programming language.
## Role Variables
- `golang_version` - Go version
- `golang_os` - Go operating system build
- `golang_arch` - Go architecture build
- `golang_path` - Default `GOPATH`## Example Playbook
See the [examples](./examples/) directory.