Skip to content

Oefenweb/ansible-go

This branch is 54 commits ahead of jlund/ansible-go:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Dec 10, 2024
dde86c4 · Dec 10, 2024
Dec 10, 2024
Mar 15, 2021
Nov 29, 2017
Nov 8, 2024
Nov 8, 2024
Dec 10, 2024
Nov 29, 2017
Dec 10, 2024
Mar 15, 2021
Oct 31, 2023
Nov 29, 2017
Jun 17, 2021
Oct 27, 2022
Nov 29, 2017
Nov 2, 2023
Nov 8, 2024
Oct 27, 2022

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!

Packages

No packages published

Languages

  • Dockerfile 86.3%
  • Jinja 13.7%