|
|
@ -9,7 +9,7 @@ glpi_root_dir: /opt/glpi_{{ glpi_id }} |
|
|
|
glpi_php_user: php-glpi_{{ glpi_id }} |
|
|
|
glpi_php_user: php-glpi_{{ glpi_id }} |
|
|
|
# If set, will use the following custom PHP FPM pool, which must be created |
|
|
|
# If set, will use the following custom PHP FPM pool, which must be created |
|
|
|
# glpi_php_fpm_pool: php70 |
|
|
|
# glpi_php_fpm_pool: php70 |
|
|
|
glpi_php_version: 73 |
|
|
|
glpi_php_version: 74 |
|
|
|
glpi_mysql_server: "{{ mysql_server | default('localhost') }}" |
|
|
|
glpi_mysql_server: "{{ mysql_server | default('localhost') }}" |
|
|
|
glpi_mysql_db: glpi_{{ glpi_id }} |
|
|
|
glpi_mysql_db: glpi_{{ glpi_id }} |
|
|
|
glpi_mysql_user: glpi_{{ glpi_id }} |
|
|
|
glpi_mysql_user: glpi_{{ glpi_id }} |
|
|
|