mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-12 00:03:17 +02:00
80 lines
3.4 KiB
YAML
80 lines
3.4 KiB
YAML
---
|
|
|
|
glpi_id: 1
|
|
glpi_manage_upgrade: True
|
|
glpi_version: '10.0.18'
|
|
glpi_archive_url: https://github.com/glpi-project/glpi/releases/download/{{ glpi_version }}/glpi-{{ glpi_version }}.tgz
|
|
glpi_archive_sha256: fe044e021c17ee88e088a8a4392c7807c9a0f397a1a551689d2eb7f668439e96
|
|
glpi_root_dir: /opt/glpi_{{ glpi_id }}
|
|
glpi_php_user: php-glpi_{{ glpi_id }}
|
|
# If set, will use the following custom PHP FPM pool, which must be created
|
|
# glpi_php_fpm_pool: php70
|
|
glpi_php_version: 83
|
|
glpi_mysql_server: "{{ mysql_server | default('localhost') }}"
|
|
glpi_mysql_db: glpi_{{ glpi_id }}
|
|
glpi_mysql_user: glpi_{{ glpi_id }}
|
|
# If unset, a random one will be created and stored in the meta directory
|
|
# glpi_mysql_pass: glpi
|
|
|
|
# glpi_alias: glpi
|
|
# glpi_src_ip:
|
|
# - 192.168.7.0/24
|
|
# - 10.2.0.0/24
|
|
|
|
glpi_plugins:
|
|
# fusioninventory:
|
|
# version: '9.5+3.0'
|
|
# sha1: ecfd38bb31600d6806cb32a8a5af2db24bac8145
|
|
# url: https://github.com/fusioninventory/fusioninventory-for-glpi/releases/download/glpi9.5%2B3.0/fusioninventory-9.5+3.0.tar.bz2
|
|
reports:
|
|
version: 1.16.0
|
|
sha256: 8aa35f448d5628c986a4d661acf1d1e6d797ebdd4c55f1a3b792e1a969467fd5
|
|
url: https://github.com/yllen/reports/releases/download/v1.16.0/glpi-reports-1.16.0.tar.gz
|
|
pdf:
|
|
version: 3.0.0
|
|
sha256: 71fa4d9f639c20b647f5d70066d4c4b1826ce99d25a9f0d0f9d0b382a494f559
|
|
url: https://github.com/yllen/pdf/releases/download/v3.0.0/glpi-pdf-3.0.0.tar.gz
|
|
behaviors:
|
|
version: 2.7.3
|
|
sha256: c7a1702fa9c14337994d6c50ef4eebf3e0e10452975512fd0cc43386a5a5cbd8
|
|
url: https://github.com/yllen/behaviors/releases/download/v2.7.3/glpi-behaviors-2.7.3.tar.gz
|
|
manufacturersimports:
|
|
version: 3.0.9
|
|
sha256: 6ec265211d4855b25454a9c7e1ac9e0bb4cfd33d4a0efeb5b6dad83a14a4bdaf
|
|
url: https://github.com/InfotelGLPI/manufacturersimports/releases/download/3.0.9/glpi-manufacturersimports-3.0.9.tar.bz2
|
|
tag:
|
|
version: 2.12.1
|
|
sha256: ad94e895479dd9b303ce8c350d1e1d97cf4799b65e457563e655c5d9f3d943bb
|
|
url: https://github.com/pluginsGLPI/tag/releases/download/2.12.1/glpi-tag-2.12.1.tar.bz2
|
|
mreporting:
|
|
version: 1.8.7
|
|
sha256: b20ac620ce0a5bd68bde34937c71c77b01dbcb66c126da3a7a973205e2a98cf8
|
|
url: https://github.com/pluginsGLPI/mreporting/releases/download/1.8.7/glpi-mreporting-1.8.7.tar.bz2
|
|
fields:
|
|
version: 1.21.19
|
|
sha256: c895bdf238a7c3abeb61de391cc6f8fa7c64455f20436b366fd57f84c4711993
|
|
url: https://github.com/pluginsGLPI/fields/releases/download/1.21.19/glpi-fields-1.21.19.tar.bz2
|
|
webapplications:
|
|
version: 5.0.2
|
|
sha256: 468d86dce012bc059e90f9ad379b49d1144ff1c8d943422facd0da6d2e104b64
|
|
url: https://github.com/InfotelGLPI/webapplications/releases/download/5.0.2/glpi-webapplications-5.0.2.tar.bz2
|
|
genericobject:
|
|
version: 2.14.11
|
|
sha256: 9eb0dac74757ca38e39b9bce185526d838ab17c874e0e9cd6c0f75c84a26a305
|
|
url: https://github.com/pluginsGLPI/genericobject/releases/download/2.14.11/glpi-genericobject-2.14.11.tar.bz2
|
|
mydashboard:
|
|
version: 2.1.5
|
|
sha256: 42e15102b16e034feff4edd130e11fc3aee29e1e75af2d41068ef6dca7ce4977
|
|
url: https://github.com/InfotelGLPI/mydashboard/releases/download/2.1.5/glpi-mydashboard-2.1.5.tar.bz2
|
|
|
|
glpi_plugins_to_install: []
|
|
|
|
# You can customize the logo, ansible will download the logo
|
|
# This one is at the top left on every page. Should be 100x55
|
|
# glpi_logo: https://img.example.org/logos/glpi/fd_glpi.png
|
|
|
|
# This one is on the login page. It should be 145x80
|
|
# glpi_login_logo: https://img.example.org/logos/glpi/login_logo_glpi.png
|
|
|
|
...
|