mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-04 12:23:13 +02:00
Update to 2024-09-04 11:00
This commit is contained in:
parent
ecfba7bb01
commit
016615d07b
@ -1,11 +1,11 @@
|
||||
---
|
||||
|
||||
# Version to deploy
|
||||
bookstack_version: '24.05.3'
|
||||
bookstack_version: '24.05.4'
|
||||
# URL of the arhive
|
||||
bookstack_archive_url: https://github.com/BookStackApp/BookStack/archive/v{{ bookstack_version }}.tar.gz
|
||||
# Expected sha256 of the archive
|
||||
bookstack_archive_sha256: 8693dd21951caa165dd3e6b9feee5278b08e90ca8cc158201de17582de9b8e5f
|
||||
bookstack_archive_sha256: d40fc0ce94542eb92973cf7ab1c92247375d05af3d15099e899ea82089a9c6b3
|
||||
|
||||
# Should ansible handle bookstack upgrades or just the inintial install
|
||||
bookstack_manage_upgrade: True
|
||||
|
@ -1,8 +1,8 @@
|
||||
---
|
||||
|
||||
consul_cni_version: 1.5.0
|
||||
consul_cni_version: 1.5.1
|
||||
consul_cni_archive_url: https://releases.hashicorp.com/consul-cni/{{ consul_cni_version }}/consul-cni_{{ consul_cni_version }}_linux_amd64.zip
|
||||
consul_cni_archive_sha256: d81091300c65dd60b929e8ead15158e7a38b7f700c49141d7241e691a511f09d
|
||||
consul_cni_archive_sha256: 4a5fd14db4c4ae10a8b8b4befe006c4271d14bece4ea670b1c5f2afafdc400e0
|
||||
|
||||
# Must be the same as cni_root_dir
|
||||
consul_cni_root_dir: /opt/cni
|
||||
|
@ -1,11 +1,11 @@
|
||||
---
|
||||
|
||||
# Veresion of diagrams to deploy
|
||||
diagrams_version: 24.6.4
|
||||
diagrams_version: 24.7.8
|
||||
# URL of the WAR file to deploy
|
||||
diagrams_war_url: https://github.com/jgraph/drawio/releases/download/v{{ diagrams_version }}/draw.war
|
||||
# Expected sha256 of the WAR file
|
||||
diagrams_war_sha256: e9810a62742bafeb477e57a53336c7453bab7d5657faa1cdbe189753a02d41bb
|
||||
diagrams_war_sha256: efa11ec0ab4a376d39e0a657a691c533cb34d61811e111989c3e77e9065536b3
|
||||
# root directory of the installation
|
||||
diagrams_root_dir: /opt/diagrams
|
||||
# Should ansible manage upgrades, or just initial install ?
|
||||
|
@ -5,12 +5,12 @@
|
||||
# You can set it to a number or a simple string (no special chars)
|
||||
kimai_id: 1
|
||||
# Kimai version to deploy
|
||||
kimai_version: '2.20.1'
|
||||
kimai_version: '2.21.0'
|
||||
|
||||
# URL of the archive
|
||||
kimai_archive_url: https://github.com/kevinpapst/kimai2/archive/refs/tags/{{ kimai_version }}.tar.gz
|
||||
# Expected sha256 of the archive
|
||||
kimai_archive_sha256: 4bdeafaed831061c6981cb8059a9458564cde6ea8a49e359edbb3b41ebbdbbb3
|
||||
kimai_archive_sha256: f6da56211d392d5749d3e56d242f529d03b2fc1b803d33d642b5e0097281b05f
|
||||
# Directory where kimai will be installed
|
||||
kimai_root_dir: /opt/kimai_{{ kimai_id }}
|
||||
# Should ansible handle upgrades or only initial install
|
||||
|
@ -1,15 +1,15 @@
|
||||
---
|
||||
|
||||
# Version to deploy
|
||||
metabase_version: 0.50.19
|
||||
metabase_version: 0.50.23
|
||||
# URL to fetch the jar
|
||||
metabase_jar_url: https://downloads.metabase.com/v{{ metabase_version }}/metabase.jar
|
||||
# Expected sha256 of the jar
|
||||
metabase_jar_sha256: 450359fdfeff30ef1a1999faf40b272ce418535107a38e40f8a5d5b3572e207a
|
||||
metabase_jar_sha256: 5f5b14f42772b43f42ac28baffed2c36fd543fd8787442749bd0d6c63ff17b44
|
||||
# When building from source
|
||||
metabase_archive_url: https://github.com/metabase/metabase/archive/refs/tags/v{{ metabase_version }}.tar.gz
|
||||
# Expected sha256 of the archive
|
||||
metabase_archive_sha256: 9ad87e077f642edcb346c11174a6517188c1b9c153403a2d931e29a7212d1b42
|
||||
metabase_archive_sha256: 1d44872a6d415bbae2138f68e5a60cdc7707c1d08fd63148ef9cc65ce8dfb200
|
||||
# Should ansible handle upgrades ? If set to false, only the initial install (and the config) will be handled
|
||||
metabase_manage_upgrade: True
|
||||
|
||||
|
12
roles/pgadmin4/vars/RedHat-9.yml
Normal file
12
roles/pgadmin4/vars/RedHat-9.yml
Normal file
@ -0,0 +1,12 @@
|
||||
---
|
||||
|
||||
pgadmin4_packages:
|
||||
- gcc
|
||||
- postgresql
|
||||
- postgresql-devel
|
||||
- postgresql16
|
||||
- python3-virtualenv
|
||||
- python3-pip
|
||||
- python3-setuptools # Needed for pip install expect
|
||||
- krb5-devel
|
||||
- sqlite
|
6
roles/phpmyadmin/vars/RedHat-9.yml
Normal file
6
roles/phpmyadmin/vars/RedHat-9.yml
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
|
||||
pma_packages:
|
||||
- unzip
|
||||
- mariadb
|
||||
- acl
|
@ -1,2 +1,2 @@
|
||||
---
|
||||
zabbix_major_version: 6.0
|
||||
zabbix_major_version: 7.0
|
||||
|
@ -15,10 +15,10 @@
|
||||
- name: Configure Zabbix Agent2 plugins repo
|
||||
yum_repository:
|
||||
name: zabbix-agent2-plugins
|
||||
state: absent
|
||||
description: Zabbix Agent2 plugins Repository
|
||||
baseurl: https://repo.zabbix.com/zabbix-agent2-plugins/1/rhel/$releasever/$basearch/
|
||||
gpgcheck: True
|
||||
gpgkey: "{{ zabbix_plugin_key }}"
|
||||
priority: 50
|
||||
includepkgs:
|
||||
- zabbix*
|
||||
@ -35,6 +35,6 @@
|
||||
priority: 50
|
||||
includepkgs:
|
||||
- zabbix*
|
||||
state: "{{ (zabbix_major_version is version('5.0', '>=') and zabbix_major_version is version('5.4', '<') and ansible_distribution_major_version is version('8', '<')) | ternary('present', 'absent') }}"
|
||||
state: absent
|
||||
tags: repo,zabbix
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
---
|
||||
|
||||
zabbix_repo_key: https://repo.zabbix.com/RPM-GPG-KEY-ZABBIX-A14FE591
|
||||
zabbix_plugin_key: https://repo.zabbix.com/RPM-GPG-KEY-ZABBIX-A14FE591
|
||||
zabbix_repo_key: https://repo.zabbix.com/RPM-GPG-KEY-ZABBIX-B5333005
|
||||
|
@ -1,4 +1,3 @@
|
||||
---
|
||||
|
||||
zabbix_repo_key: https://repo.zabbix.com/RPM-GPG-KEY-ZABBIX-08EFA7DD
|
||||
zabbix_plugin_key: https://repo.zabbix.com/RPM-GPG-KEY-ZABBIX-A14FE591
|
||||
zabbix_repo_key: https://repo.zabbix.com/RPM-GPG-KEY-ZABBIX-B5333005
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Version of Vault to install
|
||||
vault_version: 1.17.2
|
||||
vault_version: 1.17.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: a0c0449e640c8be5dcf7b7b093d5884f6a85406dbb86bbad0ea06becad5aaab8
|
||||
vault_archive_sha256: 67eb9f95d37975e2525bbd455e19528a7759f3a56022de064bf8605fc220be47
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user