Compare commits
5 Commits
v0.3.c-ps
...
v0.0.3-tva
Author | SHA1 | Date | |
---|---|---|---|
ce810bf71e | |||
04e893f1ee | |||
ad2a36783b | |||
177ed5ada6 | |||
d6e497807e |
@ -1,3 +1,3 @@
|
|||||||
depl_url: "http://s-adm.gsb.lan/gsbstore"
|
depl_url: "http://s-adm.gsb.adm/gsbstore"
|
||||||
depl_goss: "goss"
|
depl_goss: "goss"
|
||||||
|
|
||||||
|
@ -103,4 +103,4 @@
|
|||||||
- name: redemarrage apache
|
- name: redemarrage apache
|
||||||
service:
|
service:
|
||||||
name: apache2
|
name: apache2
|
||||||
status: restarted
|
state: restarted
|
||||||
|
4
roles/itil/defaults/main.yml
Normal file
4
roles/itil/defaults/main.yml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
depl_url: "http://s-adm.gsb.adm/gsbstorefusioninventory"
|
||||||
|
depl_glpi: "glpi-9.5.3.tgz"
|
||||||
|
depl_fusioninventory: "fusioninventory-9.5.0+1.0.tar.bz2"
|
||||||
|
|
@ -51,11 +51,15 @@
|
|||||||
priv=*.*:ALL
|
priv=*.*:ALL
|
||||||
|
|
||||||
- name: Creation du repertoire {{ glpi_dir }}
|
- name: Creation du repertoire {{ glpi_dir }}
|
||||||
file: path={{ glpi_dir }} state=directory owner=www-data group=www-data
|
file:
|
||||||
|
path: "{{ glpi_dir }}"
|
||||||
|
state: directory
|
||||||
|
owner: www-data
|
||||||
|
group: www-data
|
||||||
|
|
||||||
- name: Installation de GLPI
|
- name: Installation de GLPI
|
||||||
unarchive:
|
unarchive:
|
||||||
src: http://depl/gsbstore/glpi-{{ glpi_version }}.tgz
|
src: "{{ depl_url }}/{{ depl_glpi }}"
|
||||||
dest: /var/www/html
|
dest: /var/www/html
|
||||||
remote_src: yes
|
remote_src: yes
|
||||||
owner: www-data
|
owner: www-data
|
||||||
@ -78,7 +82,8 @@
|
|||||||
|
|
||||||
- name: Installation de Fusioninventory pour Linux
|
- name: Installation de Fusioninventory pour Linux
|
||||||
unarchive:
|
unarchive:
|
||||||
src: http://depl/gsbstore/fusioninventory-{{ fd_version }}.tar.bz2
|
src: "{{ depl_url }}/{{ depl_fusioninventory }}"
|
||||||
|
#src: http://depl/gsbstore/fusioninventory-{{ fd_version }}.tar.bz2
|
||||||
dest: /var/www/html/glpi/plugins
|
dest: /var/www/html/glpi/plugins
|
||||||
remote_src: yes
|
remote_src: yes
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user