Compare commits
5 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
04e893f1ee | ||
|
ad2a36783b | ||
|
177ed5ada6 | ||
|
d6e497807e | ||
|
0445c30ae8 |
@@ -1,3 +1,3 @@
|
|||||||
depl_url: "http://s-mon.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
|
||||||
|
@@ -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