Update to 2022-11-03 12:00

This commit is contained in:
Daniel Berteaud 2022-11-03 12:00:10 +01:00
parent 724cb5641c
commit 07dcd0176f
9 changed files with 15 additions and 17 deletions

View File

@ -1,8 +1,8 @@
--- ---
# Babashka version to deploy # Babashka version to deploy
bb_version: 0.10.164 bb_version: 1.0.165
# URL of the archive # 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 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 # Expected sha256sum of the archive
bb_archive_sha256: 1a544ee263cf75571f3bff4ec22430af0a5497047c2e4eae57831c35bef2984e bb_archive_sha256: 0bee20da7cd00452d14bfa9c41a5b1362e53cf150897248416950ed60a1f2954

View File

@ -1,11 +1,11 @@
--- ---
# Version of cocumize to deploy # Version of cocumize to deploy
documize_version: 5.4.1 documize_version: 5.4.2
# URL of the binary to install # URL of the binary to install
documize_bin_url: https://github.com/documize/community/releases/download/v{{ documize_version }}/documize-community-linux-amd64 documize_bin_url: https://github.com/documize/community/releases/download/v{{ documize_version }}/documize-community-linux-amd64
# Expected sha1 of the binary # Expected sha1 of the binary
documize_bin_sha256: f73d4fbcb6955ba3ea08beac6b024d99f4300d72aceb02831580f7756e22712e documize_bin_sha256: 5f42027291d705671ef12bad6a97231aa234c3d2b481ddd185c059f42f80c5da
# Should documize handle upgrades or only initial install ? # Should documize handle upgrades or only initial install ?
documize_manage_upgrade: True documize_manage_upgrade: True

View File

@ -79,7 +79,7 @@
- name: Extract jicofo archive - name: Extract jicofo archive
unarchive: unarchive:
src: "{{ jitsi_root_dir }}/src/jicofo/target/jicofo-1.1-SNAPSHOT-archive.zip" src: "{{ jitsi_root_dir }}/src/jicofo/jicofo/target/jicofo-1.1-SNAPSHOT-archive.zip"
dest: "{{ jitsi_root_dir }}/tmp/" dest: "{{ jitsi_root_dir }}/tmp/"
remote_src: True remote_src: True
@ -173,8 +173,6 @@
command: make command: make
args: args:
chdir: "{{ jitsi_root_dir }}/src/meet" chdir: "{{ jitsi_root_dir }}/src/meet"
environment:
NODE_OPTIONS: "--max_old_space_size=4096"
become_user: "{{ jitsi_user }}" become_user: "{{ jitsi_user }}"
#- name: Reset git (so next run won't detect a change) #- name: Reset git (so next run won't detect a change)

View File

@ -5,8 +5,8 @@
element_id: element element_id: element
# Version to deploy, and expected sha256 # Version to deploy, and expected sha256
element_version: 1.11.12 element_version: 1.11.13
element_archive_sha256: 62469002d03600c220de90b6f009f4b1016d2bdeb2255145c544f3144ddd1c84 element_archive_sha256: b76af344abef9059a6a16476e866e37d8f808bff1f38cd47fcf83eb4f1daa2da
# Where to install element # Where to install element
element_root_dir: /opt/matrix/element element_root_dir: /opt/matrix/element

View File

@ -1,15 +1,15 @@
--- ---
# Version to deploy # Version to deploy
metabase_version: 0.44.5 metabase_version: 0.44.6
# URL to fetch the jar # URL to fetch the jar
metabase_jar_url: https://downloads.metabase.com/v{{ metabase_version }}/metabase.jar metabase_jar_url: https://downloads.metabase.com/v{{ metabase_version }}/metabase.jar
# Expected sha256 of the jar # Expected sha256 of the jar
metabase_jar_sha256: 6051543d61551eb1e963f413d08949bf93c6b66b3a46e1395a9d7b090346fc0c metabase_jar_sha256: 6b44d59b54d4fa95be2051bd9ba1b872deb8ba3605624cfdb69027eee75ff81c
# When building from source # When building from source
metabase_archive_url: https://github.com/metabase/metabase/archive/refs/tags/v{{ metabase_version }}.tar.gz metabase_archive_url: https://github.com/metabase/metabase/archive/refs/tags/v{{ metabase_version }}.tar.gz
# Expected sha256 of the archive # Expected sha256 of the archive
metabase_archive_sha256: 20f675956b57f7c8ba054e7401bf42c569317ac2555c3c2e9638ddf9ef030967 metabase_archive_sha256: b3f3350724fac0a9cd314daf8c8862cd7fd396497d5526157c24ff3d29dce172
# Should ansible handle upgrades ? If set to false, only the initial install (and the config) will be handled # Should ansible handle upgrades ? If set to false, only the initial install (and the config) will be handled
metabase_manage_upgrade: True metabase_manage_upgrade: True

View File

@ -1,11 +1,11 @@
--- ---
# Version of Nomad to install # Version of Nomad to install
nomad_version: 1.4.1 nomad_version: 1.4.2
# URL of the archive # URL of the archive
nomad_archive_url: https://releases.hashicorp.com/nomad/{{ nomad_version }}/nomad_{{ nomad_version }}_linux_amd64.zip nomad_archive_url: https://releases.hashicorp.com/nomad/{{ nomad_version }}/nomad_{{ nomad_version }}_linux_amd64.zip
# Expected sha256 of the archive # Expected sha256 of the archive
nomad_archive_sha256: f9327818a97fc2f29b6a9283c3175cd13ba6c774c15ee5683035c23b9a3640fa nomad_archive_sha256: 6e24efd6dfba0ba2df31347753f615cae4d3632090e68fc90933e51e640f7afc
# List of plugins to install # List of plugins to install
nomad_plugins: nomad_plugins:

View File

@ -10,7 +10,7 @@ pga_src_ip: []
# Root dir where the app will be installed # Root dir where the app will be installed
pga_root_dir: /opt/pgadmin4_{{ pga_id }} pga_root_dir: /opt/pgadmin4_{{ pga_id }}
# Version to deploy # Version to deploy
pga_version: '6.14' pga_version: '6.15'
# When pg_auth is an empty list, pgAdmin will be in single user mode # When pg_auth is an empty list, pgAdmin will be in single user mode
# You can set it to a list, eg # You can set it to a list, eg

View File

@ -15,5 +15,5 @@ baseurl = https://download.postgresql.org/pub/repos/yum/common/redhat/rhel-$rele
gpgcheck = 1 gpgcheck = 1
gpgkey = https://download.postgresql.org/pub/repos/yum/RPM-GPG-KEY-PGDG gpgkey = https://download.postgresql.org/pub/repos/yum/RPM-GPG-KEY-PGDG
name = PostgreSQL Common name = PostgreSQL Common
exclude = python3-psycopg2 exclude = python3-psycopg2,libpq5
{% endif %} {% endif %}

View File

@ -1,3 +1,3 @@
--- ---
# Select a branch from https://samba.tranquil.it/centos7/ or https://samba.tranquil.it/centos7/ # Select a branch from https://samba.tranquil.it/centos7/ or https://samba.tranquil.it/centos7/
samba_major_version: samba-{{ (ansible_distribution_major_version is version('8','<')) | ternary('4.12.15','4.16.5') }} samba_major_version: samba-{{ (ansible_distribution_major_version is version('8','<')) | ternary('4.12.15','4.17.1') }}