Update to 2023-08-28 15:00

This commit is contained in:
Daniel Berteaud 2023-08-28 15:00:11 +02:00
parent 6cbe29c27e
commit 25dce88bc3
10 changed files with 21 additions and 16 deletions

View File

@ -1,13 +1,13 @@
---
# Version of cocumize to deploy
documize_version: 5.8.0
documize_version: 5.9.0
# URL of the binary to install
documize_bin_url: https://github.com/documize/community/releases/download/v{{ documize_version }}/documize-community-linux-amd64
# Expected sha1 of the binary
documize_bin_sha256: 0de3277f22638cf0d2bb0efeecaa422a4cdeb02f895a3dc11bd4d97f9835f904
documize_bin_sha256: 800a08917a2f14c15ac07eb3db7b71af8f33fd7a7bcf7df780b235c53d38268e
# Should documize handle upgrades or only initial install ?
# Should ansible handle upgrades or only initial install ?
documize_manage_upgrade: True
# Root directory where documize will be installed

View File

@ -8,11 +8,11 @@ etherpad_root_dir: /opt/etherpad_{{ etherpad_id }}
# Unix account under which etherpad will run. The user will be created if it doesn't exist
etherpad_user: etherpad_{{ etherpad_id }}
# Version to deploy
etherpad_version: 1.9.1
etherpad_version: 1.9.2
# URL from where the archive will be downloaded
etherpad_archive_url: https://github.com/ether/etherpad-lite/archive/{{ etherpad_version }}.tar.gz
# Expected sha256 of the archive, to check the download were OK
etherpad_archive_sha256: 667741235a2bcd8d28a32f5e611b82fb2ea7d11525ff41b8b5478b05a987b047
etherpad_archive_sha256: 7d8168cdb6d6ca84ee48978e8c654f75703d6431203c756ba55c50aa54cc75a3
# Port on which the service will listen
etherpad_port: 9003
# List of IP/CIDR for which the port will be opened (if iptables_manage == True)

View File

@ -1,11 +1,11 @@
---
# Version to install
gitea_version: 1.20.1
gitea_version: 1.20.3
# URL to the binary
gitea_bin_url: https://dl.gitea.io/gitea/{{ gitea_version }}/gitea-{{ gitea_version }}-linux-amd64
# sha256 of the binary
gitea_bin_sha256: 02985552f00ea68bbba717611ab1cca2ee42a35ac1cb39374d12a0141d704c58
gitea_bin_sha256: bf9415d5f25690b81443302e6c68c16509c74e0b1385297c75a5b4913e43afd7
# Handle updates. If set to false, ansible will only install
# Gitea and then won't touch an existing installation
gitea_manage_upgrade: True

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: '2.0.30'
kimai_version: '2.0.31'
# 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: 7ca62a1bb914b7304bababc61f14210c7204eb9c2633abf71f59711e235143ff
kimai_archive_sha256: 3b02d80654f43122c8165f640a52568feda2d8ba9051803104b78cdb89af2220
# Directory where kimai will be installed
kimai_root_dir: /opt/kimai_{{ kimai_id }}

View File

@ -1,15 +1,15 @@
---
# Version to deploy
metabase_version: 0.46.7
metabase_version: 0.47.0
# 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: 2c6b63cce0d59283abf3219c13e7e980ccc83501b79417214ee8d3b191a00115
metabase_jar_sha256: 9bf03a464163971196bec306590041e8f571f24e1d5a34695363f0dea1eba809
# 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: ca7afc40252e2ca430787a69b8c188375c8c7f4e1a108bfff62bda080a9ccc2d
metabase_archive_sha256: e8adee62a8fc086ab45475284cdf006605aa03040d7ba902b98e1c47f6c6f520
# Should ansible handle upgrades ? If set to false, only the initial install (and the config) will be handled
metabase_manage_upgrade: True

View File

@ -1,11 +1,11 @@
---
# Version to install
miniflux_version: 2.0.46
miniflux_version: 2.0.47
# URL of the binary to install
miniflux_bin_url: https://github.com/miniflux/v2/releases/download/{{ miniflux_version }}/miniflux-linux-amd64
# Expected sha256 of the binary
miniflux_bin_sha256: 651382232979e4a2f1c37087f0140cb4e2dff5dbe40a62e5144a2cbe08e9a6f3
miniflux_bin_sha256: d4e87d77ecddd4dfd8889292805a955b48d35c0a431dfa26190a09ace558a0d0
# Should ansible handle upgrades ? If false, only initial install will be done
miniflux_manage_upgrade: True

View File

@ -4,7 +4,7 @@ db_host = {{ odoo_db_server }}
db_port = {{ odoo_db_port }}
db_user = {{ odoo_db_user }}
db_password = {{ odoo_db_pass }}
addons_path = {{ odoo_root_dir }}/enterprise, {{ odoo_root_dir }}/app/odoo/addons, {{ odoo_root_dir }}/app/addons
addons_path = {{ odoo_root_dir }}/data/addons, {{ odoo_root_dir }}/enterprise, {{ odoo_root_dir }}/app/odoo/addons, {{ odoo_root_dir }}/app/addons
workers = {{ odoo_workers }}
max_cron_threads = 1
http_port = {{ odoo_http_port }}

View File

@ -164,6 +164,7 @@ www.ubnt.com
dl.ubnt.com
fw-update.ubnt.com
www.ui.com
static.ubnt.com
# Perl
.plackperl.org

View File

@ -18,6 +18,9 @@ wp_php_user: php-wp_{{ wp_id }}
# Max memory for PHP
wp_php_memory_limit: 256M
# Max execution time
wp_max_execution_time: 120
# Default language to install
wp_locale: fr_FR

View File

@ -27,8 +27,9 @@ php_admin_value[post_max_size] = {{ wp_upload_max_filesize }}
php_admin_value[upload_max_filesize] = {{ wp_upload_max_filesize }}
php_admin_value[disable_functions] = system, show_source, symlink, exec, dl, shell_exec, passthru, phpinfo, escapeshellarg, escapeshellcmd
php_admin_value[open_basedir] = {{ wp_root_dir }}:/usr/share/pear/:/usr/share/php/
php_admin_value[max_execution_time] = 120
php_admin_value[max_execution_time] = {{ wp_max_execution_time }}
php_admin_value[max_input_time] = 60
php_admin_value[max_input_vars] = 2000
php_admin_flag[allow_url_include] = off
php_admin_flag[allow_url_fopen] = off
php_admin_flag[file_uploads] = on