correction diverss pull-config ...

This commit is contained in:
“Albert 2023-01-06 09:23:55 +01:00
parent d0314e508a
commit acb5492b45
2 changed files with 10 additions and 5 deletions

View File

@ -1,9 +1,14 @@
# gsb2023
2023-01-06
Environnement et playbooks ansible pour le projet GSB 2023
## Quickstart
prérequis : une machine Debian Bullseye
prérequis :
* une machine Debian Bullseye
* VirtualBox
## Les machines
@ -20,7 +25,7 @@ prérequis : une machine Debian Bullseye
## Installation
On utilisera l'image de machine virtuelle suivante :
* **debian-bullseye-2023a.ova** (2022-05-07)
* **debian-bullseye-2023a.ova** (2023-01-06)
* Debian Bullseye 11 - 2 cartes - 1 Go - stockage 20 Go
@ -35,7 +40,7 @@ On utilisera l'image de machine virtuelle suivante :
bash inst-depl
cd /var/www/html/gsbstore
bash getall
cd /root/tools/ansible/gsb022/pre
cd /root/tools/ansible/gsb023/pre
bash gsbboot
cd .. ; bash pull-config
```

View File

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