Skip to content

An Ansible role which installs and configures golang (The Go Programming Language)

License

Notifications You must be signed in to change notification settings

pari-/ansible-golang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

golang

Build Status

An Ansible role which installs and configures golang (The Go Programming Language)

Requirements

Currently this role is developed for and tested on Debian GNU/Linux (release: stretch).

Ansible version compatibility: Dockerfile

Example

---

- hosts: "all"
  roles:
    - role: "ansible-golang"
      tags:
        - "golang"
  post_tasks:
    - block:
        - include: "tests/test_golang.yml"
      tags:
        - "tests"

Defaults

Available role variables and their respective default values are to be found in: defaults/main.yml

Dependencies

None

License

MIT

Author Information

  • Patrick Ringl

About

An Ansible role which installs and configures golang (The Go Programming Language)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages