https://github.com/rolehippie/golang
Ansible role to install golang programming language
https://github.com/rolehippie/golang
ansible ansible-role hacktoberfest role
Last synced: 6 months ago
JSON representation
Ansible role to install golang programming language
- Host: GitHub
- URL: https://github.com/rolehippie/golang
- Owner: rolehippie
- License: apache-2.0
- Created: 2023-04-06T19:50:20.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2026-01-12T12:21:13.000Z (6 months ago)
- Last Synced: 2026-01-12T18:03:03.255Z (6 months ago)
- Topics: ansible, ansible-role, hacktoberfest, role
- Language: Nix
- Homepage:
- Size: 224 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# golang
[](https://github.com/rolehippie/golang)
[](https://github.com/rolehippie/golang/actions/workflows/general.yml)
[](https://github.com/rolehippie/golang/actions/workflows/docs.yml)
[](https://github.com/rolehippie/golang/actions/workflows/galaxy.yml)
[](https://github.com/rolehippie/golang/blob/master/LICENSE)
[](https://galaxy.ansible.com/rolehippie/golang)
Ansible role to install golang programming language.
## Sponsor
Building and improving this Ansible role have been sponsored by my current and previous employers like **[Cloudpunks GmbH](https://cloudpunks.de)** and **[Proact Deutschland GmbH](https://www.proact.eu)**.
## Table of contents
- [Requirements](#requirements)
- [Default Variables](#default-variables)
- [golang_keyring](#golang_keyring)
- [golang_purge](#golang_purge)
- [golang_symlink](#golang_symlink)
- [golang_versions](#golang_versions)
- [Discovered Tags](#discovered-tags)
- [Dependencies](#dependencies)
- [License](#license)
- [Author](#author)
---
## Requirements
- Minimum Ansible version: `2.10`
## Default Variables
### golang_keyring
Path for the repository keyring
#### Default value
```YAML
golang_keyring: /usr/share/keyrings/golang-archive-keyring.gpg
```
### golang_purge
List of versions to purge
#### Default value
```YAML
golang_purge: []
```
### golang_symlink
Version to symlink binaries
#### Default value
```YAML
golang_symlink: '1.25'
```
### golang_versions
List of versions to install
#### Default value
```YAML
golang_versions:
- '1.25'
```
## Discovered Tags
**_golang_**
## Dependencies
- None
## License
Apache-2.0
## Author
[Thomas Boerger](https://github.com/tboerger)