Skip to content

gtrafimenkov/ansible-role-golang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project has been discontinued.

Install Go lang

This role installs Golang from a binary package.

Build Status Ansible Role

Usage

By default the latest stable version is installed.

You can specify another version using variable golang_version. For example:

---
- hosts:
    - testhost
  become: yes
  vars:
    golang_version: 1.4.3
  roles:
    - gtrafimenkov.golang

Supported Version

  • 1.9.2
  • 1.8
  • 1.7
  • 1.6.3
  • 1.5.4
  • 1.4.3

Supported Platforms

  • Linux x64
  • Linux i386

License

MIT

About

(Discontinued) Install golang

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages