Update to 2020-12-22 20:00

master
Daniel Berteaud 4 years ago
parent 3551ac4c5f
commit 57622a3229
  1. 6
      roles/itop/defaults/main.yml
  2. 2
      roles/itop/tasks/cleanup.yml
  3. 1
      roles/itop/tasks/install.yml
  4. 2
      roles/itop/templates/php.conf.j2

@ -2,10 +2,10 @@
itop_id: 1
itop_manage_upgrade: True
itop_version: 2.7.2-1
itop_build: 6483
itop_version: 2.7.3
itop_build: 6624
itop_archive_url: https://sourceforge.net/projects/itop/files/itop/{{ itop_version }}/iTop-{{ itop_version }}-{{ itop_build }}.zip
itop_archive_sha1: 8efede1ba82ce49e35e7eee8b652a75533bfef81
itop_archive_sha1: 7ace43c939fc38fdbceb4ef4696ebe17141c3741
itop_php_cas_version: 1.3.8
itop_php_cas_archive_url: https://github.com/apereo/phpCAS/releases/download/{{ itop_php_cas_version }}/CAS-{{ itop_php_cas_version }}.tgz

@ -8,4 +8,6 @@
- "{{ itop_root_dir }}/tmp/INSTALL"
- "{{ itop_root_dir }}/tmp/README"
- "{{ itop_root_dir }}/tmp/LICENSE"
- "{{ itop_root_dir }}/tmp/CAS-{{ itop_php_cas_version }}"
- "{{ itop_root_dir }}/tmp/CAS-{{ itop_php_cas_version }}.tgz"
tags: itop

@ -47,7 +47,6 @@
- synchro
- sources
- documentation
- extensions
- name: Install new version of iTop
synchronize:

@ -28,7 +28,7 @@ php_admin_value[sys_temp_dir] = {{ itop_root_dir }}/tmp
php_admin_value[post_max_size] = 21M
php_admin_value[upload_max_filesize] = 20M
php_admin_value[disable_functions] = system, show_source, symlink, dl, shell_exec, passthru, phpinfo, escapeshellcmd
php_admin_value[open_basedir] = {{ itop_root_dir }}
php_admin_value[open_basedir] = {{ itop_root_dir }}:/etc/pki/tls/cert.pem
; DB schema upgrade can be very long
php_admin_value[max_execution_time] = 1800
php_admin_value[max_input_time] = 120

Loading…
Cancel
Save