Compare commits
6 Commits
v0.4.c-tvi
...
v0.4.f-tvi
Author | SHA1 | Date | |
---|---|---|---|
|
cd4ac6c12b | ||
|
0021fdca7d | ||
|
d8bc589637 | ||
|
3cf9daf8cb | ||
|
55c1b8cda0 | ||
|
c96d7cdfcd |
@@ -33,6 +33,13 @@
|
|||||||
notify:
|
notify:
|
||||||
- restart icinga
|
- restart icinga
|
||||||
|
|
||||||
|
- name: python3 par defaut
|
||||||
|
alternatives:
|
||||||
|
link: /usr/bin/python
|
||||||
|
name: python
|
||||||
|
path: /usr/bin/python3
|
||||||
|
priority: 10
|
||||||
|
|
||||||
- name: Changement de mot de passe de icingaadmin
|
- name: Changement de mot de passe de icingaadmin
|
||||||
htpasswd:
|
htpasswd:
|
||||||
path: /etc/icinga/htpasswd.users
|
path: /etc/icinga/htpasswd.users
|
||||||
@@ -89,7 +96,7 @@
|
|||||||
|
|
||||||
- name: creation du dossier checkresults avec droits de lecture
|
- name: creation du dossier checkresults avec droits de lecture
|
||||||
file:
|
file:
|
||||||
path:/var/lib/icinga/spool/checkresults
|
path: /var/lib/icinga/spool/checkresults
|
||||||
state: directory
|
state: directory
|
||||||
owner: nagios
|
owner: nagios
|
||||||
group: root
|
group: root
|
||||||
|
@@ -98,6 +98,12 @@
|
|||||||
#src: http://depl/gsbstore/fusioninventory-{{ fd_version }}.tar.bz2
|
#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
|
||||||
|
file:
|
||||||
|
path: /var/www/html/glpi/plugins/fusioninventory
|
||||||
|
state: directory
|
||||||
|
owner: www-data
|
||||||
|
group: www-data
|
||||||
|
mode: 0775
|
||||||
|
|
||||||
- name: Creation de ficlient
|
- name: Creation de ficlient
|
||||||
file:
|
file:
|
||||||
|
4
roles/s-backup/files/delgsb.cmd
Normal file
4
roles/s-backup/files/delgsb.cmd
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
rem azazazaz
|
||||||
|
rmdir C:\gsb.lan /s /q
|
||||||
|
net group g-compta /del
|
||||||
|
net group g-prod /del
|
Reference in New Issue
Block a user