Skip to content

ANXS/golang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ANXS - erlang Build Status

Ansible role which installs Golang

Overview

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.

Variables

  • golang_version defaults to 1.9.2
  • golang_base_path defaults to /opt but you will want to override this if you are installing as a user
  • golang_cache_path controls where we cache our downloaded files
  • golang_profile is a boolean, enabled by default, determines whether or not we install a profile snippet
  • golang_profile_path controls where the profile snippet is installed
  • golang_profile_file is the name of the profile snippet
  • golang_user and golang_group are kinda self explanatory

License

Licensed under the MIT License. See the LICENSE file for details.

Feedback, bug-reports, requests, ...

Are welcome!

About

A(nother) golang ansible role

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages