Update to 2022-12-01 12:00

This commit is contained in:
Daniel Berteaud 2022-12-01 12:00:13 +01:00
parent 09601a7884
commit be9fcf526b
11 changed files with 28 additions and 19 deletions

View File

@ -1,8 +1,8 @@
---
# Babashka version to deploy
bb_version: 1.0.166
bb_version: 1.0.167
# URL of the archive
bb_archive_url: https://github.com/babashka/babashka/releases/download/v{{ bb_version }}/babashka-{{ bb_version }}-linux-amd64-static.tar.gz
# Expected sha256sum of the archive
bb_archive_sha256: 895baeeced8deec0c57a9b17ddce269df158c83c6136cf2d07ddf67b2ffa3ab2
bb_archive_sha256: 943d59aaee4b55a7cf47ffc813739924637e2c946216b0aa0eb53968df902e58

View File

@ -1,11 +1,11 @@
---
# Version of consul to deploy
consul_version: 1.14.1
consul_version: 1.14.2
# URL from where the consul archive will be downloaded
consul_archive_url: https://releases.hashicorp.com/consul/{{ consul_version }}/consul_{{ consul_version }}_linux_amd64.zip
# Expected sha256 of the archive
consul_archive_sha256: e544964cf4df3fc18f58bb875bdbad4c7a6ff746ab7f7f6b0d7a0d469893490d
consul_archive_sha256: 9024ecc32163da3e33f79f1d6c2962a7fb32436083dd2808353faf0fa3bfb1e2
# user account under which consul will run (will be created if needed)
consul_user: consul

View File

@ -1,11 +1,11 @@
---
# Version of consul-template to install
consul_tpl_version: 0.29.5
consul_tpl_version: 0.29.6
# URL of the archive
consul_tpl_archive_url: https://releases.hashicorp.com/consul-template/{{ consul_tpl_version }}/consul-template_{{ consul_tpl_version }}_linux_amd64.zip
# Expected sha256 of the archive
consul_tpl_archive_sha256: 24aa8c67a2ac95c03524d62dd0e1815359e8c9689324b48e9c75ed2b6e25a5c8
consul_tpl_archive_sha256: 0e653b76f8eb7712687fc407c4ae62206304d01c9d76d4c4d2e51d41570c8ac1
# Root dir where consul-template will be installed
consul_tpl_root_dir: /opt/consul_template

View File

@ -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: '1.29.0'
kimai_version: '1.29.1'
# 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: 6dafad49c2a60108a160f8fd70935dbc410a46e447823e6195bf39d3544074c2
kimai_archive_sha256: e8578c28aadb2e94eb2e517609cbb96d49e988ed793cc11d665ab5fafd386e1d
# Directory where kimai will be installed
kimai_root_dir: /opt/kimai_{{ kimai_id }}

View File

@ -5,8 +5,8 @@
element_id: element
# Version to deploy, and expected sha256
element_version: 1.11.14
element_archive_sha256: 2d20061a57918509b509dad21a73671864dbfa1a5019755042f29fb616167b19
element_version: 1.11.15
element_archive_sha256: 2d2c73957b6693a75afee72c6262f42c19f073e085591bc213e81b6fc0050617
# Where to install element
element_root_dir: /opt/matrix/element

View File

@ -1,7 +1,7 @@
---
# Synapse version to deploy
synapse_version: '1.71.0'
synapse_version: '1.72.0'
# Should ansible handle Synapse upgrades ? If false, only initial install will be done
synapse_manage_upgrade: True

View File

@ -1,17 +1,17 @@
---
# Version of Nomad to install
nomad_version: 1.4.2
nomad_version: 1.4.3
# 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: 6e24efd6dfba0ba2df31347753f615cae4d3632090e68fc90933e51e640f7afc
nomad_archive_sha256: 15ab8fd2da071d93852f59b9a8833e3a764986ef8140c6b11f87621391e63902
# List of plugins to install
nomad_plugins:
podman:
archive_url: https://releases.hashicorp.com/nomad-driver-podman/0.4.0/nomad-driver-podman_0.4.0_linux_amd64.zip
sha256: f905f9c38db8cec1542b92f69233488d5bf94e30fe9a0fae9ac03b30c1e2cfea
archive_url: https://releases.hashicorp.com/nomad-driver-podman/0.4.1/nomad-driver-podman_0.4.1_linux_amd64.zip
sha256: 64d78edef0ac89980508749383ff5901840f28a537f4c7ec41fae6f596f13f0e
containerd:
archive_url: https://github.com/Roblox/nomad-driver-containerd/releases/download/v0.9.3/containerd-driver
sha256: 7bbeda63a5e05724c8f8c6d05790fbc175acc89e4309c13839afc9716d4b39c2

View File

@ -54,6 +54,15 @@
virtualenv_command: /bin/python3.9 -m venv
tags: ged
# Starting with ocrmypdf 14.0.0, ghostscript 9.50 is required
# But EL8 only has 9.27
- name: Install older ocrmypdf
pip:
name: ocrmypdf==13.7.0
virtualenv: "{{ paperless_root_dir }}/venv"
virtualenv_command: /bin/python3.9 -m venv
tags: ged
- block:
- name: Create the PostgreSQL role
postgresql_user:

View File

@ -40,4 +40,4 @@ mirror.vpsnet.com
pkg.adfinis.com
repos.silknet.com
www.nic.funet.fi
codecs.fedoraproject.org

View File

@ -1,11 +1,11 @@
---
# Version of Vault to install
vault_version: 1.12.1
vault_version: 1.12.2
# 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: 839fa81eacd250e0b0298e518751a792cd5d7194650af78cf5da74d7b7b1e5fb
vault_archive_sha256: 116c143de377a77a7ea455a367d5e9fe5290458e8a941a6e2dd85d92aaedba67
# Root dir where Nomad will be installed
vault_root_dir: /opt/vault

View File

@ -19,7 +19,7 @@ zabbix_agent_base_conf:
ServerActive: "{{ zabbix_agent_servers_active | join(',') }}"
HostnameItem: 'system.hostname'
Timeout: 29 # just a bit less than the proxies' Timeout
Include: '/etc/zabbix/zabbix_agentd.conf.d/*.conf'
Include: "{{ ['/etc/zabbix/zabbix_agentd.conf.d/*.conf'] + (zabbix_agent2 | ternary(['/etc/zabbix/zabbix_agent2.d/plugins.d/*.conf'], [])) }}"
TLSPSKFile: '/etc/zabbix/zabbix_agentd.psk'
TLSPSKIdentity: "{{ inventory_hostname }}-agent"
TLSConnect: psk