Compare commits

...

2 Commits

Author SHA1 Message Date
84144c72fb inst-depl => lighttpd 2024-01-14 22:15:23 +01:00
84aa96c106 maj handler role glpi 2024-01-14 14:20:13 +01:00
3 changed files with 14 additions and 9 deletions

View File

@ -89,8 +89,6 @@ bash chname <nouveau_nom_de_machine>` , puis redémarrer
git clone https://gitea.lyc-lecastel.fr/gsb/gsb2024.git
cd gsb2024/pre
bash inst-depl
cd /var/www/html/gsbstore
bash getall
cd /root/tools/ansible/gsb2024/pre
bash gsbboot
cd .. ; bash pull-config

View File

@ -8,7 +8,7 @@ set -o pipefail
GITUSR=gitgsb
GITPRJ=gsb2024
apt-get update
apt-get install -y apache2 git
apt-get install -y lighttpd git
STOREREP="/var/www/html/gsbstore"
GLPIREL=10.0.11
@ -75,3 +75,7 @@ EOT
)
cat "${STOREREP}/getall"
cd "${STOREREP}" || exit 2
bash getall

View File

@ -1,12 +1,15 @@
---
- name: restart php-fpm
service: name=php8.2-fpm
state=: restarted
service:
name: php8.2-fpm
state=: restarted
- name: restart nginx
service: name=nginx
state: restarted
service:
name: nginx
state: restarted
- name: restart mariadb-server
service: name=mariadb-server
state: restarted
service:
name: mariadb-server
state: restarted