From e9511c07261c4930adde1d5306b958d09c140201 Mon Sep 17 00:00:00 2001 From: Patrick Hermann Date: Wed, 12 Feb 2025 10:43:56 +0000 Subject: [PATCH] updated golang version 1.24.0 --- collections/baseos/golang.yaml | 2 +- collections/baseos/setup.yaml | 40 ---------------------------------- plays/ansible-dev.yaml | 2 +- 3 files changed, 2 insertions(+), 42 deletions(-) diff --git a/collections/baseos/golang.yaml b/collections/baseos/golang.yaml index c67a28d..6706525 100644 --- a/collections/baseos/golang.yaml +++ b/collections/baseos/golang.yaml @@ -7,7 +7,7 @@ playbooks: become: true vars: install_addons: true - golang_version: 1.23.5 + golang_version: 1.24.0 #golang_checksum: 5fb8b3ed4a78a8eab444dfcb472b8c07a06980dcaee62ce3645edd6d130004c6 #1.22.3 #go_checksum_type: "sha256" source_url: "https://go.dev/dl/go{{ golang_version }}.linux-amd64.tar.gz" diff --git a/collections/baseos/setup.yaml b/collections/baseos/setup.yaml index 32998fe..4f29e7a 100644 --- a/collections/baseos/setup.yaml +++ b/collections/baseos/setup.yaml @@ -213,46 +213,6 @@ playbooks: debug: var: homerun_result_message - - name: ansible - play: | - --- - - hosts: "{{ target_host | default('all') }}" - become: true - gather_facts: true - - vars: - update_packages: true - ansible_username: sthings - os_packages: - - sshpass - - python_modules: - - name: ansible - version: 10.4.0 - - name: kubernetes - version: 31.0.0 - - name: openshift - version: 0.13.2 - - name: hvac[parser] - version: 2.3.0 - - name: pyvmomi - version: 8.0.3.0.1 - - roles: - - install-requirements - - post_tasks: - - name: Download requirements file from git - uri: - url: https://raw.githubusercontent.com/stuttgart-things/stuttgart-things/main/ansible/requirements.yaml - dest: /tmp/requirements.yaml - - - name: Install requirements - ansible.builtin.shell: | - ansible --version - ansible-galaxy install -r /tmp/requirements.yaml -f - become_user: "{{ ansible_username }}" - - name: users play: | --- diff --git a/plays/ansible-dev.yaml b/plays/ansible-dev.yaml index a7e709b..2fd5e12 100644 --- a/plays/ansible-dev.yaml +++ b/plays/ansible-dev.yaml @@ -80,4 +80,4 @@ args: chdir: "{{ developer_user_dir }}" become: yes - become_user: "{{ developer }}" \ No newline at end of file + become_user: "{{ developer }}"