adapt. diverse pour passage a 2023

This commit is contained in:
root 2023-01-05 21:04:31 +01:00
parent 2e510d167f
commit c0d2115acd
3 changed files with 3 additions and 3 deletions

View File

@ -24,7 +24,7 @@ if [[ -z ${DEPL+x} ]]; then
fi
hostf="${host}.local"
prj=gsb2022
prj=gsb2023
APT=apt
which git >> /dev/null

View File

@ -4,7 +4,7 @@
set -o errexit
set -o pipefail
GITUSR=gitgsb
GITPRJ=gsb2022
GITPRJ=gsb2023
apt update && apt upgrade
apt install -y apache2 git
STOREREP="/var/www/html/gsbstore"

View File

@ -1,7 +1,7 @@
#!/bin/bash
if [ -z ${UREP+x} ]; then
UREP=https://gitea.lyc-lecastel.fr/gadmin/gsb2022.git
UREP=https://gitea.lyc-lecastel.fr/gadmin/gsb2023.git
fi
dir=/root/tools/ansible