mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-06-13 06:33:19 +02:00
Update to 2025-06-11 11:00
This commit is contained in:
parent
9d979b11f2
commit
ffe9caded5
@ -1,9 +1,9 @@
|
||||
---
|
||||
|
||||
# Version of Nomad to install
|
||||
nomad_version: 1.10.1
|
||||
nomad_version: 1.10.2
|
||||
# URL of the archive
|
||||
nomad_archive_url: https://releases.hashicorp.com/nomad/{{ nomad_version }}/nomad_{{ nomad_version }}_linux_amd64.zip
|
||||
# Expected sha256 of the archive
|
||||
nomad_archive_sha256: cc1cffd95d81943d0a7f8abe7dc2b025a644512d1af253456267caebc1f38065
|
||||
nomad_archive_sha256: f6aa335261637574c00ce39519ab1fede41493d369b2a0eb17052dba830ff8df
|
||||
|
||||
|
@ -7,6 +7,7 @@
|
||||
- el7-x86_64.cfg
|
||||
- el8-x86_64.cfg
|
||||
- el9-x86_64.cfg
|
||||
- el10-x86_64.cfg
|
||||
tags: rpm
|
||||
|
||||
- name: Deploy rpmmacros
|
||||
|
@ -13,6 +13,7 @@
|
||||
- dir: "{{ rpm_root_dir }}/uploads/el7"
|
||||
- dir: "{{ rpm_root_dir }}/uploads/el8"
|
||||
- dir: "{{ rpm_root_dir }}/uploads/el9"
|
||||
- dir: "{{ rpm_root_dir }}/uploads/el10"
|
||||
- dir: "{{ rpm_root_dir }}/errors"
|
||||
- dir: "{{ rpm_root_dir }}/builds"
|
||||
- dir: "{{ rpm_root_dir }}/etc"
|
||||
|
@ -7,6 +7,8 @@ targets:
|
||||
- x86_64
|
||||
el9:
|
||||
- x86_64
|
||||
el10:
|
||||
- x86_64
|
||||
|
||||
paths:
|
||||
repo: {{ rpm_root_dir }}/repo
|
||||
|
@ -10,3 +10,7 @@ almalinux.slaskdatacenter.com
|
||||
almalinux.mirror.katapult.io
|
||||
alma.mirror.ate.info
|
||||
mirror.previder.nl
|
||||
kitten.mirrors.almalinux.org
|
||||
linuxsoft.cern.ch
|
||||
mirrors.fibianet.dk
|
||||
mirror.bahnhof.net
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Version of Vault to install
|
||||
vault_version: 1.19.4
|
||||
vault_version: 1.19.5
|
||||
# URL of the archive
|
||||
vault_archive_url: https://releases.hashicorp.com/vault/{{ vault_version }}/vault_{{ vault_version }}_linux_amd64.zip
|
||||
# Expected sha256 of the archive
|
||||
vault_archive_sha256: d8621f31427ecb6712923fc2db207b3b3c04711b722b11f34627cd4cf837a9c6
|
||||
vault_archive_sha256: 5192111920b3f745c10f8fea9988c46b91414a69bcf49df1f7c87880d80a3755
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user