Skip to content

Latest commit

 

History

History
48 lines (31 loc) · 1.24 KB

README.md

File metadata and controls

48 lines (31 loc) · 1.24 KB

Ansible Role for goenv

Build Status GitHub issues

An Ansible role that installs Goenv and Go on Ubuntu and Debian

Requirements

None

Role Variables

Defaults

goenv_user: "ubuntu"
goenv_path: ".goenv"
goenv_version: "0.0.5"
goenv_versions:
- 1.6.1

Description

  • goenv_user: System user to install goenv for.
  • goenv_path: Install path.
  • goenv_version: Version of goenv to install.
  • goenv_versions: Array of versions of Go to install.

Example Playbook

Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:

- hosts: servers
  roles:
  - role: eventtus.goenv
    goenv_versions:
    - 1.6.1
    - 1.7.0

License

MIT/BSD

Credits

Eventtus

Created by Omar Abdel-Wahab and sponsored by Eventtus.