Compare commits

...

4 Commits

Author SHA1 Message Date
sio
d6637fd506 chgt getall pour fusioninventory 2021-01-07 16:29:41 +01:00
root
7250eefb44 Merge branch 'master' of https://gitea.lyc-lecastel.fr/gadmin/gsb2021 2021-01-07 15:56:29 +01:00
root
d1f2f12b34 modif main.yml 2021-01-07 15:55:42 +01:00
bb
cc31f5da3b commentaire postfix-fk 2021-01-07 14:55:33 +01:00
4 changed files with 14 additions and 10 deletions

View File

@@ -70,17 +70,17 @@
- restart icinga - restart icinga
- name: attribution des droits dossier var lib icinga #- name: attribution des droits dossier var lib icinga
shell: chmod 2770 /var/lib/icinga/rw # shell: chmod 2770 /var/lib/icinga/rw
notify: # notify:
- stop icinga # - stop icinga
- name: attribution des droits dossier var lib icinga - name: attribution des droits dossier var lib icinga
file: file:
path: /var/lib/icinga/rw path: /var/lib/icinga/rw
owner: www-data # owner: www-data
mode: 2710 mode: 2710
recurse: yes # recurse: yes
notify: notify:
- restart icinga - restart icinga
@@ -101,4 +101,6 @@
debug: msg="Pour superviser le Windows, il faut installer NSClient++" debug: msg="Pour superviser le Windows, il faut installer NSClient++"
- name: redemarrage apache - name: redemarrage apache
shell: service apache2 restart service:
name: apache2
status: restarted

View File

@@ -3,8 +3,9 @@ GLPIREL=9.5.3
wget -nc https://github.com/glpi-project/glpi/releases/download/${GLPIREL}/glpi-${GLPIREL}.tgz wget -nc https://github.com/glpi-project/glpi/releases/download/${GLPIREL}/glpi-${GLPIREL}.tgz
FIREL=9.5+1.0 FIREL=9.5+1.0
wget -nc https://github.com/fusioninventory/fusioninventory-for-glpi/releases/download/glpi${FIREL}/fusioninventory-${FIREL}.tar.gz #wget -nc https://github.com/fusioninventory/fusioninventory-for-glpi/releases/download/glpi${FIREL}/fusioninventory-${FIREL}.tar.gz
#https://github.com/fusioninventory/fusioninventory-for-glpi/releases/download/glpi9.5.0%2B1.0/fusioninventory-9.5.0+1.0.tar.bz2 #https://github.com/fusioninventory/fusioninventory-for-glpi/releases/download/glpi9.5.0%2B1.0/fusioninventory-9.5.0+1.0.tar.bz2
wget -nc https://github.com/fusioninventory/fusioninventory-for-glpi/releases/download/glpi9.5.0%2B1.0/fusioninventory-9.5.0+1.0.tar.bz2
FIAGREL=2.5.2 FIAGREL=2.5.2
wget -nc https://github.com/fusioninventory/fusioninventory-agent/releases/download/${FIAGREL}/fusioninventory-agent_windows-x64_${FIAGREL}.exe wget -nc https://github.com/fusioninventory/fusioninventory-agent/releases/download/${FIAGREL}/fusioninventory-agent_windows-x64_${FIAGREL}.exe

View File

@@ -3,8 +3,9 @@ GLPIREL=9.5.3
wget -nc https://github.com/glpi-project/glpi/releases/download/${GLPIREL}/glpi-${GLPIREL}.tgz wget -nc https://github.com/glpi-project/glpi/releases/download/${GLPIREL}/glpi-${GLPIREL}.tgz
FIREL=9.5+1.0 FIREL=9.5+1.0
wget -nc https://github.com/fusioninventory/fusioninventory-for-glpi/releases/download/glpi${FIREL}/fusioninventory-${FIREL}.tar.gz #wget -nc https://github.com/fusioninventory/fusioninventory-for-glpi/releases/download/glpi${FIREL}/fusioninventory-${FIREL}.tar.gz
#https://github.com/fusioninventory/fusioninventory-for-glpi/releases/download/glpi9.5.0%2B1.0/fusioninventory-9.5.0+1.0.tar.bz2 #https://github.com/fusioninventory/fusioninventory-for-glpi/releases/download/glpi9.5.0%2B1.0/fusioninventory-9.5.0+1.0.tar.bz2
wget -nc https://github.com/fusioninventory/fusioninventory-for-glpi/releases/download/glpi9.5.0%2B1.0/fusioninventory-9.5.0+1.0.tar.bz2
FIAGREL=2.5.2 FIAGREL=2.5.2
wget -nc https://github.com/fusioninventory/fusioninventory-agent/releases/download/${FIAGREL}/fusioninventory-agent_windows-x64_${FIAGREL}.exe wget -nc https://github.com/fusioninventory/fusioninventory-agent/releases/download/${FIAGREL}/fusioninventory-agent_windows-x64_${FIAGREL}.exe

View File

@@ -6,7 +6,7 @@
- base - base
- goss - goss
- icinga-fk - icinga-fk
- postfix-fk # - postfix-fk
- ssh-cli - ssh-cli
- syslog - syslog
- post - post