Ansible role which installs Golang
This role can be uesd to install Golang on a workstation or server, accessible system-wide or by a single user. It has been tested on Linux (WSL and stock Ubuntu) along with macOS. It probably needs a recent Ansible.
This role is still kinda beta.
golang_versiondefaults to1.9.2golang_base_pathdefaults to/optbut you will want to override this if you are installing as a usergolang_cache_pathcontrols where we cache our downloaded filesgolang_profileis a boolean, enabled by default, determines whether or not we install a profile snippetgolang_profile_pathcontrols where the profile snippet is installedgolang_profile_fileis the name of the profile snippetgolang_userandgolang_groupare kinda self explanatory
Licensed under the MIT License. See the LICENSE file for details.
Are welcome!
