Ansible roles
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

95 lines
3.8 KiB

---
glpi_id: 1
glpi_manage_upgrade: True
glpi_version: 9.5.3
glpi_zip_url: https://github.com/glpi-project/glpi/releases/download/{{ glpi_version }}/glpi-{{ glpi_version }}.tgz
glpi_zip_sha1: 9f76a0089b7f2391618bc67fbfe613c34f2a80e6
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: 74
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.0+1.0'
sha1: 0cbc97d376860274168ec031cde465dc63dc586c
url: https://github.com/fusioninventory/fusioninventory-for-glpi/releases/download/glpi9.5.0%2B1.0/fusioninventory-9.5.0+1.0.tar.bz2
reports:
version: 1.14.0
sha1: 0e2c8912c43360b1140f972e70e3509e4e6e3c0d
url: https://forge.glpi-project.org/attachments/download/2317/glpi-plugin-reports-1.14.0.tar.gz
pdf:
version: 1.7.0
sha1: 2624ac071b316369d8d7185f2e1b37adf33fa9a0
url: https://forge.glpi-project.org/attachments/download/2314/glpi-pdf-1.7.0.tar.gz
behaviors:
version: 2.4.1
sha1: c5ab5a3892cbd3adc8bbd66d0545655c3d255c3e
url: https://forge.glpi-project.org/attachments/download/2316/glpi-behaviors-2.4.1.tar.gz
manufacturersimports:
version: 2.3.0
sha1: b9f960dae5ef8a5a791c00cff3196e0fe787b70f
url: https://github.com/InfotelGLPI/manufacturersimports/releases/download/2.3.0/glpi-manufacturersimports-2.3.0.tar.gz
domains:
version: 2.2.1
sha1: 298b459f5a132a20b3e3427921485c201f68ea78
url: https://github.com/InfotelGLPI/domains/releases/download/2.2.1/glpi-domains-2.2.1.tar.gz
formcreator:
version: 2.10.4
sha1: f1ccafbdd316fd02314f87bee64adbbdb55e8798
url: https://github.com/pluginsGLPI/formcreator/releases/download/v2.10.4/glpi-formcreator-2.10.4.tar.bz2
tag:
version: 2.8.0
sha1: 1c41832afb422a01abbf04b6568357d1db4ac4be
url: https://github.com/pluginsGLPI/tag/releases/download/2.8.0/glpi-tag-2.8.0.tar.bz2
mreporting:
version: 1.7.0
sha1: 37494c4bd308b2f496baa9f9a7ff5e63b5fcd300
url: https://github.com/pluginsGLPI/mreporting/releases/download/1.7.0/glpi-mreporting-1.7.0.tar.bz2
fields:
version: 1.12.0
sha1: 3821935da6514db7efdc9f9215a679c84551f1cb
url: https://github.com/pluginsGLPI/fields/releases/download/1.12.0/glpi-fields-1.12.0.tar.bz2
webapplications:
version: 3.0.0
sha1: c5fe2ce301e02469b0fe66e302dedcf0a564e1ae
url: https://github.com/InfotelGLPI/webapplications/releases/download/3.0.0/glpi-webapplications-3.0.0.tar.gz
genericobject:
version: 2.9.1
sha1: 62376cb63fa48a748c1091af4245d1d95cc9eefa
url: https://github.com/pluginsGLPI/genericobject/releases/download/2.9.1/glpi-genericobject-2.9.1.tar.bz2
mantis:
version: 4.4.0
sha1: 1686f9a944d16e86b74eab9689e61bf64f4cf144
url: https://github.com/pluginsGLPI/mantis/releases/download/4.4.0/glpi-mantis-4.4.0.tar.bz2
archimap:
version: 2.2.1
sha1: a9dfac68dfad5af7230e36b76199391a7fee0c04
url: https://github.com/ericferon/glpi-archimap/releases/download/v2.2.1/archimap-v2.2.1.tar.gz
dashboard:
version: 0.9.9
sha1: cdc54176d3c718d05cbf34c7117abeb17e25f40f
url: https://forge.glpi-project.org/attachments/download/2308/glpi-dashboard-0.9.9.zip
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
...