From d53376053db0168059d44494ca4c88eb6a2d8967 Mon Sep 17 00:00:00 2001 From: pierreboissinot Date: Wed, 17 Jan 2024 09:29:01 +0100 Subject: [PATCH] fix: add ACL related binaries Fixes https://github.com/le-phare/le-phare.github.io/issues/128 --- .gitignore | 3 ++- docs/generated/versions_pages/10.0.md | 2 ++ docs/generated/versions_pages/10.1.md | 2 ++ docs/generated/versions_pages/2022.01.md | 2 ++ docs/generated/versions_pages/2022.07.md | 2 ++ docs/generated/versions_pages/2023.04.md | 2 ++ docs/generated/versions_pages/2023.06.md | 2 ++ docs/generated/versions_pages/9.0.md | 2 ++ docs/generated/versions_tests_scripts/check_10.0.php | 2 +- docs/generated/versions_tests_scripts/check_10.1.php | 2 +- .../generated/versions_tests_scripts/check_2022.01.php | 2 +- .../generated/versions_tests_scripts/check_2022.07.php | 2 +- .../generated/versions_tests_scripts/check_2023.04.php | 2 +- .../generated/versions_tests_scripts/check_2023.06.php | 2 +- docs/generated/versions_tests_scripts/check_9.0.php | 2 +- versions_data/shared.json | 10 +++++++--- 16 files changed, 30 insertions(+), 11 deletions(-) diff --git a/.gitignore b/.gitignore index 669c779..55e5ac1 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,5 @@ _site .jekyll-metadata /vendor/* .php-cs-fixer.cache -/tmp-phpqa/* \ No newline at end of file +/tmp-phpqa/* +.idea diff --git a/docs/generated/versions_pages/10.0.md b/docs/generated/versions_pages/10.0.md index 0916f8b..7aa74fc 100644 --- a/docs/generated/versions_pages/10.0.md +++ b/docs/generated/versions_pages/10.0.md @@ -48,10 +48,12 @@ Nous exigeons au minimum : ## Binaires * Python 3.5 - 3.11, pré-requis pour [managed node Ansible](https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html#managed-node-requirements) * curl +* getfacl * git * git-lfs * pg_dump (utilisé par lephare/ansible-deploy) * rsync +* setfacl ## Droits diff --git a/docs/generated/versions_pages/10.1.md b/docs/generated/versions_pages/10.1.md index adb703f..0044efb 100644 --- a/docs/generated/versions_pages/10.1.md +++ b/docs/generated/versions_pages/10.1.md @@ -48,10 +48,12 @@ Nous exigeons au minimum : ## Binaires * Python 3.5 - 3.11, pré-requis pour [managed node Ansible](https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html#managed-node-requirements) * curl +* getfacl * git * git-lfs * pg_dump (utilisé par lephare/ansible-deploy) * rsync +* setfacl ## Droits diff --git a/docs/generated/versions_pages/2022.01.md b/docs/generated/versions_pages/2022.01.md index 2527a93..9197248 100644 --- a/docs/generated/versions_pages/2022.01.md +++ b/docs/generated/versions_pages/2022.01.md @@ -48,10 +48,12 @@ Nous exigeons au minimum : ## Binaires * Python 3.5 - 3.11, pré-requis pour [managed node Ansible](https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html#managed-node-requirements) * curl +* getfacl * git * git-lfs * pg_dump (utilisé par lephare/ansible-deploy) * rsync +* setfacl ## Droits diff --git a/docs/generated/versions_pages/2022.07.md b/docs/generated/versions_pages/2022.07.md index 0a1703b..48534b6 100644 --- a/docs/generated/versions_pages/2022.07.md +++ b/docs/generated/versions_pages/2022.07.md @@ -48,10 +48,12 @@ Nous exigeons au minimum : ## Binaires * Python 3.5 - 3.11, pré-requis pour [managed node Ansible](https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html#managed-node-requirements) * curl +* getfacl * git * git-lfs * pg_dump (utilisé par lephare/ansible-deploy) * rsync +* setfacl ## Droits diff --git a/docs/generated/versions_pages/2023.04.md b/docs/generated/versions_pages/2023.04.md index 4506787..40cd9a2 100644 --- a/docs/generated/versions_pages/2023.04.md +++ b/docs/generated/versions_pages/2023.04.md @@ -48,10 +48,12 @@ Nous exigeons au minimum : ## Binaires * Python 3.5 - 3.11, pré-requis pour [managed node Ansible](https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html#managed-node-requirements) * curl +* getfacl * git * git-lfs * pg_dump (utilisé par lephare/ansible-deploy) * rsync +* setfacl ## Droits diff --git a/docs/generated/versions_pages/2023.06.md b/docs/generated/versions_pages/2023.06.md index 756f1f0..6872c68 100644 --- a/docs/generated/versions_pages/2023.06.md +++ b/docs/generated/versions_pages/2023.06.md @@ -48,10 +48,12 @@ Nous exigeons au minimum : ## Binaires * Python 3.5 - 3.11, pré-requis pour [managed node Ansible](https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html#managed-node-requirements) * curl +* getfacl * git * git-lfs * pg_dump (utilisé par lephare/ansible-deploy) * rsync +* setfacl ## Droits diff --git a/docs/generated/versions_pages/9.0.md b/docs/generated/versions_pages/9.0.md index 066c42e..bbae152 100644 --- a/docs/generated/versions_pages/9.0.md +++ b/docs/generated/versions_pages/9.0.md @@ -48,10 +48,12 @@ Nous exigeons au minimum : ## Binaires * Python 3.5 - 3.11, pré-requis pour [managed node Ansible](https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html#managed-node-requirements) * curl +* getfacl * git * git-lfs * pg_dump (utilisé par lephare/ansible-deploy) * rsync +* setfacl ## Droits diff --git a/docs/generated/versions_tests_scripts/check_10.0.php b/docs/generated/versions_tests_scripts/check_10.0.php index f9dcf5f..e06b916 100644 --- a/docs/generated/versions_tests_scripts/check_10.0.php +++ b/docs/generated/versions_tests_scripts/check_10.0.php @@ -1,6 +1,6 @@ ","session.save_handler":"memcached","session.save_path":"localhost:11211","memcached.sess_lock_wait_min":"150","memcached.sess_lock_wait_max":"150","memcached.sess_lock_retries":"800","_comment2":"\n\n\t# Optimisation opcache -->","opcache.revalidate_freq":"0","opcache.validate_timestamps":"0","opcache.max_accelerated_files":"20000","opcache.memory_consumption":"<=256","opcache.interned_strings_buffer":"16","short_open_tag":"Off","memory_limit":"128M","opcache.enable":"1","_comment3":"\n\n\t# Realpath cache -->","realpath_cache_size":"4096K","realpath_cache_ttl":"60"},"symfony_requirements":["SimpleXML","ctype","iconv","json","pcre","session","tokenizer"],"URL":"https:\/\/acme.fr"}'); // injected by the generator php script, homemade php template manager +$versionData = json_decode('{"commonConfigLoaded":true,"expected_vcpus":2,"expected_ram_go":4,"ip_to_authorize":["37.59.114.65","193.39.2.4","80.15.143.1"],"binaries":["\/usr\/bin\/curl","\/usr\/bin\/getfacl","\/usr\/bin\/git","\/usr\/bin\/setfacl"],"binaries_to_display":["Python 3.5 - 3.11, pr\u00e9-requis pour [managed node Ansible](https:\/\/docs.ansible.com\/ansible\/latest\/installation_guide\/intro_installation.html#managed-node-requirements)","curl","getfacl","git","git-lfs","pg_dump (utilis\u00e9 par lephare\/ansible-deploy)","rsync","setfacl"],"version":"10.0","fullVersionName":"10.0 (2019.10)","apache_version":2.4,"debian_version":10,"faros_requirements":["_opcache - not tested by check_script","_pcntl - not tested by check_script","apcu","curl","exif","gd","imagick","intl","mbstring","memcached","pdo","pdo_pgsql","pgsql","posix","soap","xml","zip"],"ht_access_password":"EDIT_ME","ht_access_username":"EDIT_ME","order_in_list":6,"pgsql_version":11,"php_version":7.3,"settings":{"display_errors":"Off","display_startup_errors":"Off","session.auto_start":"off","date.timezone":"Europe\/Paris","upload_max_filesize":"32M","post_max_size":"33M","sys_temp_dir":"\/var\/tmp","upload_tmp_dir":"\/var\/tmp","_comment1":"\n\n\t# Les sessions sont stock\u00e9es dans memcached -->","session.save_handler":"memcached","session.save_path":"localhost:11211","memcached.sess_lock_wait_min":"150","memcached.sess_lock_wait_max":"150","memcached.sess_lock_retries":"800","_comment2":"\n\n\t# Optimisation opcache -->","opcache.revalidate_freq":"0","opcache.validate_timestamps":"0","opcache.max_accelerated_files":"20000","opcache.memory_consumption":"<=256","opcache.interned_strings_buffer":"16","short_open_tag":"Off","memory_limit":"128M","opcache.enable":"1","_comment3":"\n\n\t# Realpath cache -->","realpath_cache_size":"4096K","realpath_cache_ttl":"60"},"symfony_requirements":["SimpleXML","ctype","iconv","json","pcre","session","tokenizer"],"URL":"https:\/\/acme.fr"}'); // injected by the generator php script, homemade php template manager // DEBUT ZONE A EDITER ************************************************************************************************* if (null === $versionData) { echo 'injected json read is null'; diff --git a/docs/generated/versions_tests_scripts/check_10.1.php b/docs/generated/versions_tests_scripts/check_10.1.php index c33e314..bebc893 100644 --- a/docs/generated/versions_tests_scripts/check_10.1.php +++ b/docs/generated/versions_tests_scripts/check_10.1.php @@ -1,6 +1,6 @@ ","session.save_handler":"memcached","session.save_path":"localhost:11211","memcached.sess_lock_wait_min":"150","memcached.sess_lock_wait_max":"150","memcached.sess_lock_retries":"800","_comment2":"\n\n\t# Optimisation opcache -->","opcache.revalidate_freq":"0","opcache.validate_timestamps":"0","opcache.max_accelerated_files":"20000","opcache.memory_consumption":"<=256","opcache.interned_strings_buffer":"16","short_open_tag":"Off","memory_limit":"128M","opcache.enable":"1","_comment3":"\n\n\t# Realpath cache -->","realpath_cache_size":"4096K","realpath_cache_ttl":"60"},"symfony_requirements":["SimpleXML","ctype","iconv","json","pcre","session","tokenizer"],"URL":"https:\/\/acme.fr"}'); // injected by the generator php script, homemade php template manager +$versionData = json_decode('{"commonConfigLoaded":true,"expected_vcpus":2,"expected_ram_go":4,"ip_to_authorize":["37.59.114.65","193.39.2.4","80.15.143.1"],"binaries":["\/usr\/bin\/curl","\/usr\/bin\/getfacl","\/usr\/bin\/git","\/usr\/bin\/setfacl"],"binaries_to_display":["Python 3.5 - 3.11, pr\u00e9-requis pour [managed node Ansible](https:\/\/docs.ansible.com\/ansible\/latest\/installation_guide\/intro_installation.html#managed-node-requirements)","curl","getfacl","git","git-lfs","pg_dump (utilis\u00e9 par lephare\/ansible-deploy)","rsync","setfacl"],"version":"10.1","fullVersionName":"10.1 (2021.03)","apache_version":2.4,"debian_version":10,"faros_requirements":["_opcache - not tested by check_script","_pcntl - not tested by check_script","apcu","curl","exif","gd","imagick","intl","mbstring","memcached","pdo","pdo_pgsql","pgsql","posix","soap","xml","zip"],"ht_access_password":"EDIT_ME","ht_access_username":"EDIT_ME","order_in_list":5,"pgsql_version":11,"php_version":7.4,"settings":{"display_errors":"Off","display_startup_errors":"Off","session.auto_start":"off","date.timezone":"Europe\/Paris","upload_max_filesize":"32M","post_max_size":"33M","sys_temp_dir":"\/var\/tmp","upload_tmp_dir":"\/var\/tmp","_comment1":"\n\n\t# Les sessions sont stock\u00e9es dans memcached -->","session.save_handler":"memcached","session.save_path":"localhost:11211","memcached.sess_lock_wait_min":"150","memcached.sess_lock_wait_max":"150","memcached.sess_lock_retries":"800","_comment2":"\n\n\t# Optimisation opcache -->","opcache.revalidate_freq":"0","opcache.validate_timestamps":"0","opcache.max_accelerated_files":"20000","opcache.memory_consumption":"<=256","opcache.interned_strings_buffer":"16","short_open_tag":"Off","memory_limit":"128M","opcache.enable":"1","_comment3":"\n\n\t# Realpath cache -->","realpath_cache_size":"4096K","realpath_cache_ttl":"60"},"symfony_requirements":["SimpleXML","ctype","iconv","json","pcre","session","tokenizer"],"URL":"https:\/\/acme.fr"}'); // injected by the generator php script, homemade php template manager // DEBUT ZONE A EDITER ************************************************************************************************* if (null === $versionData) { echo 'injected json read is null'; diff --git a/docs/generated/versions_tests_scripts/check_2022.01.php b/docs/generated/versions_tests_scripts/check_2022.01.php index 7068478..7c4468b 100644 --- a/docs/generated/versions_tests_scripts/check_2022.01.php +++ b/docs/generated/versions_tests_scripts/check_2022.01.php @@ -1,6 +1,6 @@ ","session.save_handler":"memcached","session.save_path":"localhost:11211","memcached.sess_lock_wait_min":"150","memcached.sess_lock_wait_max":"150","memcached.sess_lock_retries":"800","_comment2":"\n\n\t# Optimisation opcache -->","opcache.revalidate_freq":"0","opcache.validate_timestamps":"0","opcache.max_accelerated_files":"20000","opcache.memory_consumption":"<=256","opcache.interned_strings_buffer":"16","short_open_tag":"Off","memory_limit":"128M","opcache.enable":"1","_comment3":"\n\n\t# Realpath cache -->","realpath_cache_size":"4096K","realpath_cache_ttl":"60"},"symfony_requirements":["SimpleXML","ctype","iconv","json","pcre","session","tokenizer"],"URL":"https:\/\/acme.fr"}'); // injected by the generator php script, homemade php template manager +$versionData = json_decode('{"commonConfigLoaded":true,"expected_vcpus":2,"expected_ram_go":4,"ip_to_authorize":["37.59.114.65","193.39.2.4","80.15.143.1"],"binaries":["\/usr\/bin\/curl","\/usr\/bin\/getfacl","\/usr\/bin\/git","\/usr\/bin\/setfacl"],"binaries_to_display":["Python 3.5 - 3.11, pr\u00e9-requis pour [managed node Ansible](https:\/\/docs.ansible.com\/ansible\/latest\/installation_guide\/intro_installation.html#managed-node-requirements)","curl","getfacl","git","git-lfs","pg_dump (utilis\u00e9 par lephare\/ansible-deploy)","rsync","setfacl"],"version":"2022.01","fullVersionName":"2022.01","apache_version":2.4,"debian_version":11.2,"faros_requirements":["_opcache - not tested by check_script","_pcntl - not tested by check_script","apcu","curl","exif","gd","imagick","intl","mbstring","memcached","pdo","pdo_pgsql","pgsql","posix","soap","xml","zip"],"ht_access_password":"EDIT_ME","ht_access_username":"EDIT_ME","order_in_list":4,"pgsql_version":13,"php_version":8.1,"settings":{"display_errors":"Off","display_startup_errors":"Off","session.auto_start":"off","date.timezone":"Europe\/Paris","upload_max_filesize":"32M","post_max_size":"33M","sys_temp_dir":"\/var\/tmp","upload_tmp_dir":"\/var\/tmp","_comment1":"\n\n\t# Les sessions sont stock\u00e9es dans memcached -->","session.save_handler":"memcached","session.save_path":"localhost:11211","memcached.sess_lock_wait_min":"150","memcached.sess_lock_wait_max":"150","memcached.sess_lock_retries":"800","_comment2":"\n\n\t# Optimisation opcache -->","opcache.revalidate_freq":"0","opcache.validate_timestamps":"0","opcache.max_accelerated_files":"20000","opcache.memory_consumption":"<=256","opcache.interned_strings_buffer":"16","short_open_tag":"Off","memory_limit":"128M","opcache.enable":"1","_comment3":"\n\n\t# Realpath cache -->","realpath_cache_size":"4096K","realpath_cache_ttl":"60"},"symfony_requirements":["SimpleXML","ctype","iconv","json","pcre","session","tokenizer"],"URL":"https:\/\/acme.fr"}'); // injected by the generator php script, homemade php template manager // DEBUT ZONE A EDITER ************************************************************************************************* if (null === $versionData) { echo 'injected json read is null'; diff --git a/docs/generated/versions_tests_scripts/check_2022.07.php b/docs/generated/versions_tests_scripts/check_2022.07.php index dc06256..4ae21b2 100644 --- a/docs/generated/versions_tests_scripts/check_2022.07.php +++ b/docs/generated/versions_tests_scripts/check_2022.07.php @@ -1,6 +1,6 @@ ","session.save_handler":"memcached","session.save_path":"localhost:11211","memcached.sess_lock_wait_min":"150","memcached.sess_lock_wait_max":"150","memcached.sess_lock_retries":"800","_comment2":"\n\n\t# Optimisation opcache -->","opcache.revalidate_freq":"0","opcache.validate_timestamps":"0","opcache.max_accelerated_files":"20000","opcache.memory_consumption":"<=256","opcache.interned_strings_buffer":"16","short_open_tag":"Off","memory_limit":"128M","opcache.enable":"1","_comment3":"\n\n\t# Realpath cache -->","realpath_cache_size":"4096K","realpath_cache_ttl":"60"},"symfony_requirements":["SimpleXML","ctype","iconv","json","pcre","session","tokenizer"],"URL":"https:\/\/acme.fr"}'); // injected by the generator php script, homemade php template manager +$versionData = json_decode('{"commonConfigLoaded":true,"expected_vcpus":2,"expected_ram_go":4,"ip_to_authorize":["37.59.114.65","193.39.2.4","80.15.143.1"],"binaries":["\/usr\/bin\/curl","\/usr\/bin\/getfacl","\/usr\/bin\/git","\/usr\/bin\/setfacl"],"binaries_to_display":["Python 3.5 - 3.11, pr\u00e9-requis pour [managed node Ansible](https:\/\/docs.ansible.com\/ansible\/latest\/installation_guide\/intro_installation.html#managed-node-requirements)","curl","getfacl","git","git-lfs","pg_dump (utilis\u00e9 par lephare\/ansible-deploy)","rsync","setfacl"],"version":"2022.07","fullVersionName":"2022.07","apache_version":2.4,"debian_version":11.3,"faros_requirements":["_opcache - not tested by check_script","_pcntl - not tested by check_script","apcu","curl","exif","gd","imagick","intl","mbstring","memcached","pdo","pdo_pgsql","pgsql","posix","soap","xml","zip"],"ht_access_password":"EDIT_ME","ht_access_username":"EDIT_ME","order_in_list":3,"pgsql_version":13,"php_version":8.1,"settings":{"display_errors":"Off","display_startup_errors":"Off","session.auto_start":"off","date.timezone":"Europe\/Paris","upload_max_filesize":"32M","post_max_size":"33M","sys_temp_dir":"\/var\/tmp","upload_tmp_dir":"\/var\/tmp","_comment1":"\n\n\t# Les sessions sont stock\u00e9es dans memcached -->","session.save_handler":"memcached","session.save_path":"localhost:11211","memcached.sess_lock_wait_min":"150","memcached.sess_lock_wait_max":"150","memcached.sess_lock_retries":"800","_comment2":"\n\n\t# Optimisation opcache -->","opcache.revalidate_freq":"0","opcache.validate_timestamps":"0","opcache.max_accelerated_files":"20000","opcache.memory_consumption":"<=256","opcache.interned_strings_buffer":"16","short_open_tag":"Off","memory_limit":"128M","opcache.enable":"1","_comment3":"\n\n\t# Realpath cache -->","realpath_cache_size":"4096K","realpath_cache_ttl":"60"},"symfony_requirements":["SimpleXML","ctype","iconv","json","pcre","session","tokenizer"],"URL":"https:\/\/acme.fr"}'); // injected by the generator php script, homemade php template manager // DEBUT ZONE A EDITER ************************************************************************************************* if (null === $versionData) { echo 'injected json read is null'; diff --git a/docs/generated/versions_tests_scripts/check_2023.04.php b/docs/generated/versions_tests_scripts/check_2023.04.php index 7b8838c..120e597 100644 --- a/docs/generated/versions_tests_scripts/check_2023.04.php +++ b/docs/generated/versions_tests_scripts/check_2023.04.php @@ -1,6 +1,6 @@ ","session.save_handler":"memcached","session.save_path":"localhost:11211","memcached.sess_lock_wait_min":"150","memcached.sess_lock_wait_max":"150","memcached.sess_lock_retries":"800","_comment2":"\n\n\t# Optimisation opcache -->","opcache.revalidate_freq":"0","opcache.validate_timestamps":"0","opcache.max_accelerated_files":"20000","opcache.memory_consumption":"<=256","opcache.interned_strings_buffer":"16","short_open_tag":"Off","memory_limit":"128M","opcache.enable":"1","_comment3":"\n\n\t# Realpath cache -->","realpath_cache_size":"4096K","realpath_cache_ttl":"60"},"symfony_requirements":["SimpleXML","ctype","iconv","json","pcre","session","tokenizer"],"URL":"https:\/\/acme.fr"}'); // injected by the generator php script, homemade php template manager +$versionData = json_decode('{"commonConfigLoaded":true,"expected_vcpus":2,"expected_ram_go":4,"ip_to_authorize":["37.59.114.65","193.39.2.4","80.15.143.1"],"binaries":["\/usr\/bin\/curl","\/usr\/bin\/getfacl","\/usr\/bin\/git","\/usr\/bin\/setfacl"],"binaries_to_display":["Python 3.5 - 3.11, pr\u00e9-requis pour [managed node Ansible](https:\/\/docs.ansible.com\/ansible\/latest\/installation_guide\/intro_installation.html#managed-node-requirements)","curl","getfacl","git","git-lfs","pg_dump (utilis\u00e9 par lephare\/ansible-deploy)","rsync","setfacl"],"version":"2023.04","fullVersionName":"2023.04","apache_version":2.4,"debian_version":11.6,"faros_requirements":["_opcache - not tested by check_script","_pcntl - not tested by check_script","apcu","curl","exif","gd","imagick","intl","mbstring","memcached","pdo","pdo_pgsql","pgsql","posix","soap","xml","zip"],"ht_access_password":"EDIT_ME","ht_access_username":"EDIT_ME","order_in_list":2,"pgsql_version":14,"php_version":8.2,"settings":{"display_errors":"Off","display_startup_errors":"Off","session.auto_start":"off","date.timezone":"Europe\/Paris","upload_max_filesize":"32M","post_max_size":"33M","sys_temp_dir":"\/var\/tmp","upload_tmp_dir":"\/var\/tmp","_comment1":"\n\n\t# Les sessions sont stock\u00e9es dans memcached -->","session.save_handler":"memcached","session.save_path":"localhost:11211","memcached.sess_lock_wait_min":"150","memcached.sess_lock_wait_max":"150","memcached.sess_lock_retries":"800","_comment2":"\n\n\t# Optimisation opcache -->","opcache.revalidate_freq":"0","opcache.validate_timestamps":"0","opcache.max_accelerated_files":"20000","opcache.memory_consumption":"<=256","opcache.interned_strings_buffer":"16","short_open_tag":"Off","memory_limit":"128M","opcache.enable":"1","_comment3":"\n\n\t# Realpath cache -->","realpath_cache_size":"4096K","realpath_cache_ttl":"60"},"symfony_requirements":["SimpleXML","ctype","iconv","json","pcre","session","tokenizer"],"URL":"https:\/\/acme.fr"}'); // injected by the generator php script, homemade php template manager // DEBUT ZONE A EDITER ************************************************************************************************* if (null === $versionData) { echo 'injected json read is null'; diff --git a/docs/generated/versions_tests_scripts/check_2023.06.php b/docs/generated/versions_tests_scripts/check_2023.06.php index 32c9981..cc9f517 100644 --- a/docs/generated/versions_tests_scripts/check_2023.06.php +++ b/docs/generated/versions_tests_scripts/check_2023.06.php @@ -1,6 +1,6 @@ ","session.save_handler":"memcached","session.save_path":"localhost:11211","memcached.sess_lock_wait_min":"150","memcached.sess_lock_wait_max":"150","memcached.sess_lock_retries":"800","_comment2":"\n\n\t# Optimisation opcache -->","opcache.revalidate_freq":"0","opcache.validate_timestamps":"0","opcache.max_accelerated_files":"20000","opcache.memory_consumption":"<=256","opcache.interned_strings_buffer":"16","short_open_tag":"Off","memory_limit":"128M","opcache.enable":"1","_comment3":"\n\n\t# Realpath cache -->","realpath_cache_size":"4096K","realpath_cache_ttl":"60"},"symfony_requirements":["SimpleXML","ctype","iconv","json","pcre","session","tokenizer"],"URL":"https:\/\/acme.fr"}'); // injected by the generator php script, homemade php template manager +$versionData = json_decode('{"commonConfigLoaded":true,"expected_vcpus":2,"expected_ram_go":4,"ip_to_authorize":["37.59.114.65","193.39.2.4","80.15.143.1"],"binaries":["\/usr\/bin\/curl","\/usr\/bin\/getfacl","\/usr\/bin\/git","\/usr\/bin\/setfacl"],"binaries_to_display":["Python 3.5 - 3.11, pr\u00e9-requis pour [managed node Ansible](https:\/\/docs.ansible.com\/ansible\/latest\/installation_guide\/intro_installation.html#managed-node-requirements)","curl","getfacl","git","git-lfs","pg_dump (utilis\u00e9 par lephare\/ansible-deploy)","rsync","setfacl"],"version":"2023.06","fullVersionName":"2023.06","apache_version":2.4,"debian_version":12,"faros_requirements":["_opcache - not tested by check_script","_pcntl - not tested by check_script","apcu","curl","exif","gd","imagick","intl","mbstring","memcached","pdo","pdo_pgsql","pgsql","posix","soap","xml","zip"],"ht_access_password":"EDIT_ME","ht_access_username":"EDIT_ME","order_in_list":1,"pgsql_version":15,"php_version":8.2,"settings":{"display_errors":"Off","display_startup_errors":"Off","session.auto_start":"off","date.timezone":"Europe\/Paris","upload_max_filesize":"32M","post_max_size":"33M","sys_temp_dir":"\/var\/tmp","upload_tmp_dir":"\/var\/tmp","_comment1":"\n\n\t# Les sessions sont stock\u00e9es dans memcached -->","session.save_handler":"memcached","session.save_path":"localhost:11211","memcached.sess_lock_wait_min":"150","memcached.sess_lock_wait_max":"150","memcached.sess_lock_retries":"800","_comment2":"\n\n\t# Optimisation opcache -->","opcache.revalidate_freq":"0","opcache.validate_timestamps":"0","opcache.max_accelerated_files":"20000","opcache.memory_consumption":"<=256","opcache.interned_strings_buffer":"16","short_open_tag":"Off","memory_limit":"128M","opcache.enable":"1","_comment3":"\n\n\t# Realpath cache -->","realpath_cache_size":"4096K","realpath_cache_ttl":"60"},"symfony_requirements":["SimpleXML","ctype","iconv","json","pcre","session","tokenizer"],"URL":"https:\/\/acme.fr"}'); // injected by the generator php script, homemade php template manager // DEBUT ZONE A EDITER ************************************************************************************************* if (null === $versionData) { echo 'injected json read is null'; diff --git a/docs/generated/versions_tests_scripts/check_9.0.php b/docs/generated/versions_tests_scripts/check_9.0.php index 8ebae70..695f6ba 100644 --- a/docs/generated/versions_tests_scripts/check_9.0.php +++ b/docs/generated/versions_tests_scripts/check_9.0.php @@ -1,6 +1,6 @@ ","session.save_handler":"memcached","session.save_path":"localhost:11211","memcached.sess_lock_wait_min":"150","memcached.sess_lock_wait_max":"150","memcached.sess_lock_retries":"800","_comment2":"\n\n\t# Optimisation opcache -->","opcache.revalidate_freq":"0","opcache.validate_timestamps":"0","opcache.max_accelerated_files":"20000","opcache.memory_consumption":"<=256","opcache.interned_strings_buffer":"16","short_open_tag":"Off","memory_limit":"128M","opcache.enable":"1","_comment3":"\n\n\t# Realpath cache -->","realpath_cache_size":"4096K","realpath_cache_ttl":"60"},"symfony_requirements":["SimpleXML","ctype","iconv","json","pcre","session","tokenizer"],"URL":"https:\/\/acme.fr"}'); // injected by the generator php script, homemade php template manager +$versionData = json_decode('{"commonConfigLoaded":true,"expected_vcpus":2,"expected_ram_go":4,"ip_to_authorize":["37.59.114.65","193.39.2.4","80.15.143.1"],"binaries":["\/usr\/bin\/curl","\/usr\/bin\/getfacl","\/usr\/bin\/git","\/usr\/bin\/setfacl"],"binaries_to_display":["Python 3.5 - 3.11, pr\u00e9-requis pour [managed node Ansible](https:\/\/docs.ansible.com\/ansible\/latest\/installation_guide\/intro_installation.html#managed-node-requirements)","curl","getfacl","git","git-lfs","pg_dump (utilis\u00e9 par lephare\/ansible-deploy)","rsync","setfacl"],"version":"9.0","fullVersionName":"9.0 (2019.03)","apache_version":2.4,"debian_version":9,"faros_requirements":["_opcache - not tested by check_script","_pcntl - not tested by check_script","apcu","curl","exif","gd","imagick","intl","mbstring","memcached","pdo","pdo_pgsql","pgsql","posix","soap","xml","zip"],"ht_access_password":"EDIT_ME","ht_access_username":"EDIT_ME","order_in_list":7,"pgsql_version":9.6,"php_version":7.3,"settings":{"display_errors":"Off","display_startup_errors":"Off","session.auto_start":"off","date.timezone":"Europe\/Paris","upload_max_filesize":"32M","post_max_size":"33M","sys_temp_dir":"\/var\/tmp","upload_tmp_dir":"\/var\/tmp","_comment1":"\n\n\t# Les sessions sont stock\u00e9es dans memcached -->","session.save_handler":"memcached","session.save_path":"localhost:11211","memcached.sess_lock_wait_min":"150","memcached.sess_lock_wait_max":"150","memcached.sess_lock_retries":"800","_comment2":"\n\n\t# Optimisation opcache -->","opcache.revalidate_freq":"0","opcache.validate_timestamps":"0","opcache.max_accelerated_files":"20000","opcache.memory_consumption":"<=256","opcache.interned_strings_buffer":"16","short_open_tag":"Off","memory_limit":"128M","opcache.enable":"1","_comment3":"\n\n\t# Realpath cache -->","realpath_cache_size":"4096K","realpath_cache_ttl":"60"},"symfony_requirements":["SimpleXML","ctype","iconv","json","pcre","session","tokenizer"],"URL":"https:\/\/acme.fr"}'); // injected by the generator php script, homemade php template manager // DEBUT ZONE A EDITER ************************************************************************************************* if (null === $versionData) { echo 'injected json read is null'; diff --git a/versions_data/shared.json b/versions_data/shared.json index 2fd70e5..aa781f4 100644 --- a/versions_data/shared.json +++ b/versions_data/shared.json @@ -9,14 +9,18 @@ ], "binaries": [ "/usr/bin/curl", - "/usr/bin/git" + "/usr/bin/getfacl", + "/usr/bin/git", + "/usr/bin/setfacl" ], "binaries_to_display": [ "Python 3.5 - 3.11, pré-requis pour [managed node Ansible](https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html#managed-node-requirements)", "curl", + "getfacl", "git", "git-lfs", "pg_dump (utilisé par lephare/ansible-deploy)", - "rsync" + "rsync", + "setfacl" ] -} \ No newline at end of file +}