feat: Initial code

Signed-off-by: Julien Riou <julien@riou.xyz>
This commit is contained in:
Julien Riou 2025-04-12 06:50:12 +02:00
parent 0e18170cdf
commit fc59b4f9a5
Signed by: jriou
GPG key ID: 9A099EDA51316854
18 changed files with 478 additions and 1 deletions

View file

@ -0,0 +1,2 @@
---
golang_version: 1.24.1

View file

@ -0,0 +1,7 @@
---
- name: Install
ansible.builtin.unarchive:
src: "https://go.dev/dl/go{{ golang_version }}.linux-amd64.tar.gz"
dest: /usr/local
remote_src: true
creates: /usr/local/go