ansible-roles/roles/glpi/defaults/main.yml

80 lines
3.4 KiB
YAML

---
glpi_id: 1
glpi_manage_upgrade: True
glpi_version: '10.0.3'
glpi_archive_url: https://github.com/glpi-project/glpi/releases/download/{{ glpi_version }}/glpi-{{ glpi_version }}.tgz
glpi_archive_sha256: 6ccffb4fa8423a8223101048352578e8414741b403d4c86f4fecada6618a5adb
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: 81
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.15.0
sha256: 23cba2a19f742afc4fdc20578b4105e95d39672e9866bf101a39d12cf16a751b
url: https://github.com/yllen/reports/releases/download/V1.15.0/glpi-reports-1.15.0.tar.gz
pdf:
version: 2.1.0
sha256: 412202babfa78fc18592fdddbe1ffc67f022699ff018979c02a511ede8bcdd84
url: https://github.com/yllen/pdf/releases/download/v2.1.0/glpi-pdf-2.1.0.tar.gz
behaviors:
version: 2.7.1
sha256: dfe01c5fe1fdca7fa9e8d2a90542f9023fddaff222c7702bed02a8bac096fe15
url: https://github.com/yllen/behaviors/releases/download/v2.7.1/glpi-behaviors-2.7.1.tar.gz
manufacturersimports:
version: 3.0.2
sha256: d41013e381a2237430b7d3130ed052718a4b67ee2ca22164f120563bc4ca1dd2
url: https://github.com/InfotelGLPI/manufacturersimports/releases/download/3.0.2/glpi-manufacturersimports-3.0.2.tar.bz2
tag:
version: 2.10.0
sha256: e3777fb313cd9b2d2b2ee8ef3a25fd35f1103659fc01629a13052dd0572d8d72
url: https://github.com/pluginsGLPI/tag/releases/download/2.10.0/glpi-tag-2.10.0.tar.bz2
mreporting:
version: 1.8.1
sha256: db65d7c936f67898a5f6aaab472f85d1b99792e822d074d9ce692e16271732ca
url: https://github.com/pluginsGLPI/mreporting/releases/download/1.8.1/glpi-mreporting-1.8.1.tar.bz2
fields:
version: 1.17.3
sha256: db2ecc3f8ef3afec71fd341b6e41b92fbc4055521b90ae1045065c91ec4114fe
url: https://github.com/pluginsGLPI/fields/releases/download/1.17.3/glpi-fields-1.17.3.tar.bz2
webapplications:
version: 4.0.1
sha256: bbd3a9a01c2bd708af83563ed162ebfa9f56fdd616aaf6f1892e9a36e970ec9d
url: https://github.com/InfotelGLPI/webapplications/releases/download/4.0.1/glpi-webapplications-4.0.1.tar.bz2
genericobject:
version: 2.13.0
sha256: e6bce0e45a7e7c6aea8a7d02886a29e7b217ea85abf28e1dc69529fd4fa58c74
url: https://github.com/pluginsGLPI/genericobject/releases/download/2.13.0/glpi-genericobject-2.13.0.tar.bz2
mydashboard:
version: 2.0.4
sha256: b0da506e9d451226c5e9d0fe70ca4e66b66ba9480c6417b3a23b3a250361d8bd
url: https://github.com/InfotelGLPI/mydashboard/releases/download/2.0.4/glpi-mydashboard-2.0.4.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
...