Correction du script d'installation de GLPI
This commit is contained in:
parent
6200de2cda
commit
acb722461c
@ -137,14 +137,6 @@
|
|||||||
# url: "{{ depl_url }}/{{ depl_glpi_agentx86 }}"
|
# url: "{{ depl_url }}/{{ depl_glpi_agentx86 }}"
|
||||||
# dest: "/var/www/html/ficlients"
|
# dest: "/var/www/html/ficlients"
|
||||||
|
|
||||||
- name: Attribution des permissions sur repertoire /plugins/fusioninventory
|
|
||||||
file:
|
|
||||||
path: /var/www/html/glpi/plugins/fusioninventory
|
|
||||||
owner: www-data
|
|
||||||
group: www-data
|
|
||||||
recurse: yes
|
|
||||||
state: directory
|
|
||||||
|
|
||||||
- name: Copie du script dbdump
|
- name: Copie du script dbdump
|
||||||
copy:
|
copy:
|
||||||
src: dbdump
|
src: dbdump
|
||||||
|
15
s-itil.yml
15
s-itil.yml
@ -2,14 +2,13 @@
|
|||||||
- hosts: localhost
|
- hosts: localhost
|
||||||
connection: local
|
connection: local
|
||||||
|
|
||||||
#vars:
|
vars:
|
||||||
|
glpi_version: "10.0.6"
|
||||||
#glpi_version: "9.4.5"
|
glpi_dir: "/var/www/html/glpi"
|
||||||
#glpi_dir: "/var/www/html/glpi"
|
glpi_dbhost: "127.0.0.1"
|
||||||
#glpi_dbhost: "127.0.0.1"
|
glpi_dbname: "glpi"
|
||||||
#glpi_dbname: "glpi"
|
glpi_dbuser: "glpi"
|
||||||
#glpi_dbuser: "glpi"
|
glpi_dbpasswd: "glpi"
|
||||||
#glpi_dbpasswd: "glpi"
|
|
||||||
|
|
||||||
roles:
|
roles:
|
||||||
- base
|
- base
|
||||||
|
Loading…
x
Reference in New Issue
Block a user