Skip to content

Oefenweb/ansible-go

 
 

Repository files navigation

go

CI Ansible Galaxy

Set up (the latest or a specific version of) Go in Debian-like systems.

Requirements

None

Variables

  • go_version: [default: go version go1.15 linux/amd64]: Version string (to check)

  • go_tarball: [default: go1.15.linux-amd64.tar.gz]: Tarball to install

  • go_tarball_checksum: [default: sha256:2d75848ac606061efe52a8068d0e647b35ce487a15bb52272c427df485193602]: Tarball checksum (to check)

  • go_install_prefix: [default: /usr/local]: Install prefix

  • go_remove_distro_version: [default: true]: Whether or not to remove distribution versions

Dependencies

None

Example

---
- hosts: all
  roles:
    - oefenweb.go

License

MIT

Author Information

Mischa ter Smitten (based on work of Joshua Lund and Mahesh Paolini-Subramanya)

Feedback, bug-reports, requests, ...

Are welcome!